Hello Julio, On Wednesday, September 26, 2001 at 5:53:24 PM, you wrote (at least in part):
JM> Well, my document starts like this, which I think is ok (I've tried lots JM> of different things, always with the same result): JM> ----- JM> <?xml version="1.0" standalone="no"?> JM> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" JM> "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ JM> <!ENTITY cap_intro SYSTEM "cap_intro.xml"> ]>> JM> ----- JM> After this, I run JADE and I get all this weird errors: JM> ----- JM> juli:~/Documentos/Treball_de_recerca% jade -t tex -o /tmp/test.tex principal.xml JM> jade:principal.xml:5:12:E: character "_" invalid: only parameter literal, "CDATA", "ENDTAG", "MD", "MS", "PI", "PUBLIC", "SDATA", "STARTTAG", "SYSTEM" and parameter separators allowed I don't know anything 'bout JADE or DocBook/XML ... but this error message ... *uhm* .. the only underscore I can see in your example is in this line: <!ENTITY cap_intro SYSTEM "cap_intro.xml"> have you tried deleting it? E.g. like this: <!ENTITY capIntro SYSTEM "cap_intro.xml"> or even <!ENTITY capIntro SYSTEM "capIntro.xml"> ??? -- Best regards Peter