0
Default namespaces causing a little problems?
Posted by sanjay
on
11:05 PM
This link has an explanation of the default namespace.
//*[local-name()="process-type"][@id="hyperion-test"]/*/*[local-name()="category"][@id="start-parameters"]/*[local-name()="data"][@id="java-options"]/@value< /pre>
Well... I ran into the problem while doing some xml gymnastics... by the way
xmltask is really cool for ant
Update :: Forgot about mentioning XMLVisualizer too to learn some xpath:)