xsl-list
[Top] [All Lists]

Re: XSL DOCTYPE

2005-03-08 15:13:03
c. p. writes:
I am doing a XML-to-XML transformation using XSL.  In
the newly formed (target) xml, I would like to carry
over any Doctype/entity declarations that existed in
the old (source) xml.  Additionally in the newly
formed (target) xml, I would like to add some
additional entities.

Is there a way to do this?  Is it even possible?

You can generate a DOCTYPE declaration (excluding an internal DTD
subset, which is where the entity declarations are) by specifying the
doctype-public and/or doctype-system attributes of the xsl:output
instruction.

-- 
Kevin Rodgers


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