Re: [xsl] <!DOCTYPE

Subject: Re: [xsl] <!DOCTYPE
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 20 Jun 2006 16:35:08 +0100
  David, When I try to use <xsl:output doctype-public> my xml editor  
  warns me that if I don't have a system identifier that the public  
  doctype will be ignored. Can you explain this?

It's helpful if you show _exactly_ what you have as 
<xsl:output doctype-public>
isn't well formed XML so would. not have got as far as running xslt or
generating any output.


You need something like
<xsl:output doctype-system="something.dtd"/>

David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread