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]

Re: missing id ?!?


At 09:55 29/10/2001 +0100, camille wrote:
>Hi all,
>
>Thanks for your input, but I cannot get rid of the bug...
>It seems that Saxon accesses the DTD OK, because if I put a wrong path
>for the DTD in the source document, I get a fatal error.
>
>Also, I don't know if it's related, but this is Xalan's output below.
>The result is OK, including XRefs...
>
>Any other idea?

Possible.
I don't know which parser Xalan uses, but I've just been put off Aelfred,
the parser with Saxon. I now use Xerces called up from Saxon command line

java  -cp .;\myjava\saxon643.jar;\myjava\xerces.jar 
com.icl.saxon.StyleSheet -x org.apache.xerces.parsers.SAXParser  -o 
%3   %1  %2 "saxon.extensions=1" %4 %5 %6

the -x calls up xerces (which is part of the apache development isn't it?).
May be worth checking.

Seems to be implying that its a parse error.
Try parsing it with another parser, outside XSLT?
If its OK, then I'm at a loss.

Regards DaveP




----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>


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