Hi,

I am struggling with Xerces' Xinclude support. I wonder whether it can
use a URI rewrite entry in an XML catalog to determine the real URI to
retrieve the included XML fragment from.

For example, I would like to specify something like this in my XML
document:

...
<xi:include
href="http://www.bosch.com/javaStd/devProcess/processElements/results/db
DesignModel.xml" />
...

Using an XML catalog entry like this

<rewriteURI
  uriStartString="http://www.bosch.com/javaStd/devProcess/";
 
rewritePrefix="/JavaCC_CVOB/Development_Process_Comp/developmentProcess"
/>

To load the dbDesignModel.xml file from the local file system instead of
the (non-existing) web resource given in the href attribute.

Is this at all possible?

Regards,
Kai

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to