Ed Stuart - 2003-03-07

Hi,

I'm running 2.2 in XEmacs that is runing on a Wintel machine, and when ever I run 'xslt-process-invoke-buffer-view' on a 4.1.2 DocBook XML document the validation fails.

Included below is a test document that I've tried:

    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE article PUBLIC "-//OASIS//DTD     DocBook XML V4.1.2//EN">
    <article>
    <articleinfo>
    <title>Unit Test: <!--FIXME-->
    </title>
    <releaseinfo role="CVS">$Id: template.xml,v 1.2     2002/01/18 21:06:45 nwalsh Exp $</releaseinfo>
    <!-- Change this: -->
    <author><firstname>Norman</firstname><surname>Walsh</surname>
            <affiliation><address><email>ndw@nwalsh.com</email></address></affiliation>
    </author>
    </articleinfo>
      <para>Hi!</para>
    </article>

When I use the 6.5.2 Saxon processor on the above document I recieve the below error message:

    cd
    E:/Docs/DOCbook/docbook-testdocs-1.1/tests/template.xml:2:64: Fatal error: expected '"' or "'" (found ">")

Any ideas here?

Thanx,
Ed Stuart