in reply to Re: XML::LibXML problem
in thread XML::LibXML problem
but this query$query = $root->nodePath() . $extendPath . "[\@name]";
produces an error of (please excuse the path - it is the schema, not me!) XPath error : Invalid expression child::/xs:schema/xs:element/xs:complexType/xs:sequence/xs:element/xs:complexType/xs:sequence/xs:element@name ^ at dump2.pl line 85 Any ideas? Regards, John$query = "child::" . $root->nodePath() . $extendPath . "[\@name]";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: XML::LibXML problem
by choroba (Cardinal) on Dec 29, 2011 at 14:27 UTC | |
by norricorp (Initiate) on Dec 29, 2011 at 16:11 UTC | |
by choroba (Cardinal) on Dec 29, 2011 at 16:18 UTC | |
by norricorp (Initiate) on Dec 29, 2011 at 16:38 UTC |