XML, the Perl Way

Home XML::Twig Modules Talks Articles Tutorials Reports Tools PGC mirod Le Blog print
Processing XML with Perl Michel Rodriguez

Examples of XML applications

XML for data

XHTML

What is XHTML?

XHTML (www.w3.org/MarkUp/) is a reformulation of HTML 4 in XML. XHTML comes in 3 flavors, you probably want to use the XHTML Transitional one.

XHTML documents use the same tags as HTML 4, using an XML syntax:

Why bother with XHTML?



Examples of XML applications

XML for data