in reply to Extracting Xpths from XML schema
use XML::Xpath::Extract; my $extractor = XML::Xpath::Extract->new( xsd => ['fileA.xsd','fileB.xsd'] ); my $xpaths = $extractor->extract;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Extracting Xpths from XML schema
by ritvik_raj2012 (Initiate) on Apr 17, 2012 at 12:56 UTC | |
by Anonymous Monk on Apr 19, 2012 at 06:27 UTC |