← Prev in month ← Prev in thread

AW: [docbook-apps] Getting a list of XInclude'd files

From
Kallauch, Benjamin (EEIN) <>
Date
2015-03-20T07:36:39+00:00
ID
Thread
AW: [docbook-apps] Getting a list of XInclude'd files
Hi Dean,

 

I think you need to instruct your parser not to resolve the xincludes. I use Xalan with Xerces instead of xsltproc as processor. But in your case,
 isn’t it sufficient to switch off your –xinclude option before parsing? Then you could easily trace your <include> elements by any suitable template.

 

best regards,

Ben

 

 

Von:  [mailto:]

Gesendet: Freitag, 20. März 2015 07:16

An: 

Betreff: [docbook-apps] Getting a list of XInclude'd files

 

All,

 

I'm sure this is a pretty common issue? I need to get a list of all of my XIncluded files in a document.

 

I need to package up all of the Docbook files required for a particular document so I can send them off to the translators. The document is in a directory with
 many more Docbook files that are not part of that particular document, so grep'ing would not work well for a list.

 

I have tried a few ways but I thought that I would ask on this list to see if any of you have a quick and easy way to process a list. I usually use XSLTPROC or
 Saxon as a processor (Windows and Linux).

 

Any ideas?

 

Regards,

Dean Nelson
← Prev in month ← Prev in thread