Problem to get a XML.Element as String (and not the Content of the element)
in
Programming Questions
•
1 year ago
Hi i working with processing 1.5.1 and the XMLElement xml lib. My problem now is that i need the XMLElement and not his content as string because the xml i used is not very well scripted. It looks like this:
<link type="image/png" href="http://a0.twimg.com/profile_images/2315210915/hv4deydna2jvnvs27o5h_normal.png" rel="image"/>
and NOT like
<link> type="image/png" href="http://a0.twimg.com/profile_images/2315210915/hv4deydna2jvnvs27o5h_normal.png" rel="image"<link/>
Hope someone can help me.
Kind regrads, redregar
<link type="image/png" href="http://a0.twimg.com/profile_images/2315210915/hv4deydna2jvnvs27o5h_normal.png" rel="image"/>
and NOT like
<link> type="image/png" href="http://a0.twimg.com/profile_images/2315210915/hv4deydna2jvnvs27o5h_normal.png" rel="image"<link/>
Hope someone can help me.
Kind regrads, redregar
1