Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: X(ht)ML Source Formatting

by uwevoelker (Pilgrim)
on Aug 15, 2003 at 09:47 UTC ( [id://284109]=note: print w/replies, xml ) Need Help??


in reply to X(ht)ML Source Formatting

Hello, for XML-formatting I use XML::Twig
my $twig = XML::Twig->new(pretty_print => 'indented'); $twig->parse($text); $text = $twig->sprint;
It works great!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-18 15:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found