Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

gam3's scratchpad

by gam3 (Curate)
on Jan 24, 2005 at 16:27 UTC ( [id://424625]=scratchpad: print w/replies, xml ) Need Help??

If the ICS had written the spec for xml. We might have this
html { head { title { en "bob"; } } body { div "bob" { h1 { en "Hello World"; } p { help "one"; en "This is the "; span { style "coler: blue;"; en "whole"; } en " world."; } en "one"; br; en "two"; br; } } }
rather than this
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="generator" content="HTML Tidy for Linux/x86 (vers 6 November 2007), see w +ww.w3.org" /> <title> bob </title> </head> <body> <div id="bob"> <h1> Hello World </h1> <p help="one"> This is the <span style="coler: blue;">whole</span> world. </p>one<br /> two<br /> </div> </body> </html>
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-04-18 11:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found