[Home] [By Thread] [By Date] [Recent Entries]
At 2011-01-01 18:23 -0800, Fred Christian wrote:
What I think I want to do is find a way to get the document() function to resolve relative URI's based on the href of the current <xsl:result-document> Depends ... - document(relative-uri) is relative to the stylesheet - document(relative-uri,node) is relative to the source tree node base URI Because those two are resolving based on different things, I am stuck. Not using the standard, perhaps based on a vendor extension that I don't know of.
Yes, that is consistent with the specification. re: collection() Hmmm, read through how that works. I don't have a good way to use a catalog file (one doesn't exist). I can't use regular expression because there is no parsable path from the source xsl file to the output xml file. Yes, that seems viable to me. I was hoping to make the transform logic to be completely in XSL though. The output URI is not directly addressable in order to make it a property for input. As you have found, it is only addressable as a property with which relative URIs for output can be based. I hope this helps, though I realize it doesn't give you what you want. . . . . . . . . . . Ken -- Contact us for world-wide XML consulting & instructor-led training Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/ G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx Legal business disclaimers: http://www.CraneSoftwrights.com/legal
|

Cart



