Hello friends,

I am using xerces-xalan xpath utility to do some elimentary xml
parsing. But im finding that when I am trying to parse an
xml with namespace like 
<root xmlns="http://xx.ww.com/aaa";>
</root>

the parsing fails and i get an empty string result. It is not
throwing any exception, but the result 
if I remove that xmlns attribute and then do the xpath parse,
then i get the correct results.

Any idea of on this limitation? Can u suggest any
workaround if any of u guys have previouly seen this happen? Is there
any extra care to be taken when we parse xml with namespaces?

Thanks and regards
Naveen


Get 250 color business cards for FREE!
http://businesscards.lycos.com/vp/fastpath/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to