OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK-APPS: xsltproc and CDATA


Hi,

I am starting to use xsltproc instead of Xalan. However the following 
sample gets an error:

test.xml:5: error: docbParseStartTag: invalid element name
     <![CDATA[

xsltproc --version gives "xsltproc was compiled against libxml 20412, 
libxslt 10009 and libexslt 10009"

The stylesheets are 1.47 experimental.

Any ideas? Is this a bug? Xalan parses the test file correctly.


Thanks,

Dave


<?xml version="1.0"?>
<!DOCTYPE article SYSTEM "y:/doc/docbook/dtd/dbx412/docbookx.dtd" >
<article>
   <programlisting>
     <![CDATA[
      a + b ;
     ]]>
   </programlisting>
</article>



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC