Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

On XML parsing

by mirod (Canon)
on Dec 14, 2000 at 15:15 UTC ( [id://46601]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
                  <tag>value 1</tag>
                  <!-- <tag>value 2</tag> -->
                  <tag>value 3</tag>
    
  2. or download this
                  <tag>value 1</tag>
                  &v2;
                  <tag>value 3</tag>
    
  3. or download this
                  <tag>value 1</tag>
                  <tag><![CDATA[ <tag2>value 2</tag2> ]]></tag>
                  <tag>value 3</tag>
    
  4. or download this
                  <mynamespace:tag>value 1</mynamespace:tag>
                  <theirnamespace:tag>value 3</theirnamespace:tag>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://46601]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-19 21:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found