|
Subject: [xsl] Control DOCTYPE for HTML output From: "Karl J. Stubsjoen" <karl@xxxxxxxxxxxxx> Date: Tue, 3 Feb 2004 23:02:54 -0700 |
Hello,
How do I control the doctype?
My stylesheet kicks out the following doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns:ms="urn:schemas-microsoft-com:xslt">
However, I need to produce the following:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:ms="urn:schemas-microsoft-com:xslt"
xmlns="http://www.w3.org/1999/xhtml">
Thanks Karl
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] restoring document contex, Michael Kay | Thread | Re: [xsl] Control DOCTYPE for HTML , Karl J. Stubsjoen |
| RE: [xsl] XSLT vs Perl, David Tolpin | Date | RE: [xsl] Debugging XSLT, David Tolpin |
| Month |