- or download this
use strict;
use OpenOffice::OODoc;
...
my $element = getFrameElement('frame_name');
print "el: $element text:\n";
}
- or download this
use strict;
use OpenOffice::OODoc;
...
my $element = OpenOffice::OODoc::XPath::getFrameElement('frame_name');
print "el: $element text:\n";
}
- or download this
sub getFrameElement
{
...
}
}
}