xsl-list
[Top] [All Lists]

Re: [xsl] <!DOCTYPE

2006-06-20 08:36:05

  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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>