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]

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>


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