This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Output escaping with xsltproc and profilingstylesheet


On Tue, Nov 12, 2002 at 08:55:08AM +0100, Peter Kullmann wrote:
> I have the following problem when profiling my docbook sources using
> profile.xsl: xsltproc does not escape special characters like ">" in CDATA
> sections.
[...]
> I'm not quite sure whether this is a stylesheet bug or an xsltproc bug (I'm
> pretty sure it's a bug, though). I can file a bug in either the xsltproc or

  Yup, a bug in libxml2, the mechanism which prevented xsltproc from
generating CDATA nodes when parsing the input got broken (recently I
assume during some refactoring), and the presence of CDATA nodes instead
of text nodes in the input tree generated that erroneous output.
  Will be fixed in the next release of libxml2 (patch enclosed if urgent),

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard@redhat.com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/

Attachment: patch.init
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]