xsl-list
[Top] [All Lists]

RE: XML to XML transformation and Entities.

2005-03-03 09:28:49

I am doing XML to XML conversion using XSLT.  In the
newly transformed XML I need to include some entity
declarations.  

The data model that XSLT operates on doesn't include entity declarations or
entity references. Therefore, your choice is between bending XSLT to meet
the requirement, or not using XSLT at all.

I think the cleanest solution to this kind of requirement is to express your
transformation as a pipeline in which the steps that can't be done using
XSLT are done using some other tool - for example Perl.

Michael Kay
http://www.saxonica.com/



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