Say I have xml with xmlns:alias attribute:
I need to select allias name from desired namespace?
<exmpletag xmlns:x="http://www.someurl.url"><sometags/><exmpletag>
How do I select x from exmpletag tag?
x
exmpletag
No comments:
Post a Comment