XML debugging and error messages fixes
I have an xml like:
<Customer id=""> <Name /> <Address /> </Customer>
I would like to select ONLY a root node header(not footer) with its attributes without its child nodes: <Customer id="">
<Customer id="">
No comments:
Post a Comment