For the purposes of a project I'm working on, I am developing a "lite" (i.e. currently very skimpy - just pulls tag values and attributes - could be expanded upon later) XML parser in Perl and will be porting it to PHP for another project I'm working on. The reason being that it seems...
Just curious, in all examples (i.e. in tutorials, books, etc.) I see child/sub-elements on a NEW line from the main element, for example:
<note>
<title>foo</title>
<message>bar</message>
</note>
I've never seen:
<note><title>foo</title>
<message>bar</message></note>
What I'd like to know...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.