> > > Specifically: > > <xsl:include href="/xsl?name=genericHead.xsl"/> > > > > For Java Xalan, I had to create a XSLTURIResolver.java. > > When a xsl:include is found, the resolver tells xalan how to find the > > genericHead.xsl document. > > > > Is this supported in the C++ Xalan? > > I have looked around the C++ API docs, but it is quite different than > > the Java version. > > Xalan-C++ does not have the concept of a URIResolver. There have been > requests, but not enough resources to design and implement it. > There is an EntityResolver though -- you can create one of these and provide an appropriate InputSource object. (These are Xerces objects, so those are the docs you want to look at)
mARK
