Menu

#1 Error parsing general entity

trunk
open
xml (4)
5
2007-05-28
2007-05-28
No

When parsing:

<!ENTITY sep '" "'>

I get:

sep:1:2:parse error

Please fix this.

Is a work-round available so I can rediscover the next when processing the docbook XSLT 2.0 transformations?bug

Discussion

  • Colin Paul Adams

    • assigned_to: nobody --> farnaud
     
  • Franck Arnaud

    Franck Arnaud - 2008-04-07

    Logged In: YES
    user_id=2383
    Originator: NO

    can't reproduce. added test case to XM_TEST_EIFFEL_PARSER that passes fine. or is the space not a space?

     
  • Colin Paul Adams

    Logged In: YES
    user_id=732953
    Originator: YES

    I don't have this tracker number against any of the W3C tests, so I will fetch a docbook snapshot afresh to try to reproduce.
    For now, please work on the external entity URI stack problem.

     
  • Colin Paul Adams

    Logged In: YES
    user_id=732953
    Originator: YES

    I can reproduce it in the following way:

    1) Compile gexslt and put it in your path (you might prefer to run debugging in EiffelStudio, but turn off assertion monitoring!)
    2) Go to http://docbook.sourceforge.net/snapshots/ and download docbook-xsl2-snapshot.zip
    3) Unzip this file somewhere (e.g. /home/franck)
    4) export CATALOG_FILES=/home/franck/docbook-xsl2-snapshot/catalog.xml
    5) cd /home/franck/docbook-xsl2-snapshot
    6) gexslt base/html/docbook.xsl tests/unittests/para001.xml

    You will see the error message.

     

Log in to post a comment.