in reply to Extracting Xpths from XML schema

Took me a while but I was able to do it for you
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
    Thanks for the reply! But I am not able to find that module on CPAN. Could you pls point me to the URL from where I can download this module? Thanks!