|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] XHTML html validation
I'm trying to convert a site which currently is XHTML valid to use xslt
and remain so.
When I run the old handmade jsp pages through http://validator.w3.org/ is the , which begin <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> it validates. My stylesheet contains this <xsl:output method="html" doctype-public='-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'/> Which sticks this at the top of the doc <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Notice the case of the html entry. This throws up the w3c error /Line 1 column 120/: DTD did not contain element declaration for document type name. |...R/xhtml1/DTD/xhtml1-transitional.dtd"*>*| Do I really need to make that read "html" and if so how please?
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






