Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mrtorrent

    Any interest in a "lite" PHP/Perl XML parser?

    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...
  2. mrtorrent

    Line breaks for nested elements?

    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...

Part and Inventory Search

Back
Top