RE: [docbook-apps] Docbook 5, xinclude and xpointer

2008-06-16 Thread Mauritz Jeanson
> -Original Message- > From: Colin Paul Adams > > > "Georges" == Georges Schmitz <[EMAIL PROTECTED]> writes: > > Georges> xpointer specification came never to a clear final > Georges> status. > > Oh yes it did. It's a recommendation. Yes, it is. But a source of confusion

Re: [docbook-apps] Docbook 5, xinclude and xpointer

2008-06-16 Thread Colin Paul Adams
> "Georges" == Georges Schmitz <[EMAIL PROTECTED]> writes: Georges> xpointer specification came never to a clear final Georges> status. Oh yes it did. It's a recommendation. Georges> mjatromp wrote: >> Hi, >> >> I am trying to get a publish flow going using xalan an

Re: [docbook-apps] Docbook 5, xinclude and xpointer

2008-06-16 Thread Georges Schmitz
xpointer specification came never to a clear final status. XXE itself uses an enhanced xp parser to handle xpointer and the only other tool I know of that is able to handle xpointer to this extend is xmllint/xsltproc. So I let xsltproc/xmllint do the job of preprocessing the main file for reso

Re: [docbook-apps] Docbook 5, xinclude and xpointer

2008-06-16 Thread mjatromp
I haven't tried profiling yet: next on the list :) Other than that, setup seems stable but I haven't yet processed hugely complex documents yet. XOM does seem a bit more picky on URI's than xerces, but this was easily solved. Regards, Marcel -- DeanNelson wrote: > > > Marcel > > One othe

Re: [docbook-apps] Docbook 5, xinclude and xpointer

2008-06-15 Thread DeanNelson
Marcel One other question - does it handle profiling well? Dean In a message dated 6/15/2008 11:07:43 P.M. Pacific Daylight Time, [EMAIL PROTECTED] writes: Dean, Thanks for the batch files. Are you sure they handle the xinclude scenario I listed? I tracked down the problem to xerces a

Re: [docbook-apps] Docbook 5, xinclude and xpointer

2008-06-15 Thread DeanNelson
Marcel OK - my mistake ! Yes the xpointer doesn't work too well with Saxon 6.5 Do you get any artifacts with the XOM tool? Dean In a message dated 6/15/2008 11:07:43 P.M. Pacific Daylight Time, [EMAIL PROTECTED] writes: Dean, Thanks for the batch files. Are you sure they handle t

Re: [docbook-apps] Docbook 5, xinclude and xpointer

2008-06-15 Thread mjatromp
Dean, Thanks for the batch files. Are you sure they handle the xinclude scenario I listed? I tracked down the problem to xerces and the fact that it doesn't like xml:id. I tried xerces 2.9.1 and it still seems to have the same problem. I ended up using XOM as proposed in http://www.sagehill.net/

Re: [docbook-apps] Docbook 5, xinclude and xpointer

2008-06-15 Thread mjatromp
Dean, I would be interested in seeing the batch files. Thanks, Marcel -- DeanNelson wrote: > > > > Marcel, > > I have had great success with the Saxon/FOP combination which I use under > Windows and Linux. I have a few general batch files that I have set up to > handle > most of t

Re: [docbook-apps] Docbook 5, xinclude and xpointer

2008-06-15 Thread DeanNelson
Marcel, I have had great success with the Saxon/FOP combination which I use under Windows and Linux. I have a few general batch files that I have set up to handle most of the work that I do. I can make them available if needed. Regards, Dean Nelson In a message dated 6/15/2008 5:

[docbook-apps] Docbook 5, xinclude and xpointer

2008-06-15 Thread mjatromp
Hi, I am trying to get a publish flow going using xalan and fop. When encountering partial includes generated by XXE, xerces fails to resolve an xpointer like: This seems to be a limitation in xerces. How is this resolved in a way that is platform independent? xmllint will work, but is a p