xsl-list
[Top] [All Lists]

[xsl] Ignore previously defined xml output doctype decleration

2010-10-17 23:45:03
I have a base template that declares a doctype for the generated xml like this:
<xsl:output
method="xml"
doctype-public="-//W3C//DTD SVG 1.0//EN"
doctype-system="http://www.w3.org/TR/SVG/DTD/svg10.dtd";
/>

In a template that imports this base template I would like to override
the doctype deceleration, I would like to omit it entirely.  Can this
be done with XSL 1.0?

Thanks,
Karl..
--
Karl Stubsjoen
MeetScoresOnline.com
(602) 845-0006

--~------------------------------------------------------------------
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>