Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: how to strip XML into Plain Text file

by BUU (Prior)
on Jan 26, 2005 at 07:55 UTC ( [id://425136]=note: print w/replies, xml ) Need Help??


in reply to Re^2: how to strip XML into Plain Text file
in thread how to strip XML into Plain Text file

Since we're being pedantic about it, is '>' actually allowed inside attribute values in XML?

Replies are listed 'Best First'.
Re^4: how to strip XML into Plain Text file
by Aristotle (Chancellor) on Jan 26, 2005 at 15:49 UTC

    Yes. Only < is not.

    Makeshifts last the longest.

Re^4: how to strip XML into Plain Text file
by Fletch (Bishop) on Jan 26, 2005 at 14:35 UTC

    xmllint doesn't gripe about it:

    freebie:~ 677> cat foo.xml + 9:34:27 <?xml version="1.0" encoding="utf8" ?> <testing> <img alt="Next >>" src="../next_button.jpg" /> </testing> freebie:~ 678> xmllint --noout foo.xml + 9:34:29 freebie:~ 679> + 9:34:35

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (7)
As of 2024-03-28 21:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found