Well, I update the String to check:
-------------------------------------------
<g id="101" name="it is the good string" 
xmlns="http://www.w3.org/2000/svg";><polyline points="8325 2232, 8325 2540" 
style="fill:none; stroke:rgb(255,000,000);"/><poly...</g>
-------------------------------------------

The println in the software give me the same string. So it's the good string.

After the parsing:

System.out.println("Element:" + b1.getTagName() + " Name: " + 
b1.getAttribute("name") + " Namespace:" + b1.getNamespaceURI());

//Element:g Name: it is the good string Namespace:null




--
This message was sent on behalf of [EMAIL PROTECTED] at openSubscriber.com
http://www.opensubscriber.com/message/[email protected]/6554315.html

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

Reply via email to