Hello!
I have the problem, that my xml/xsl content comes from a database.
It seems like xsl:include does only work on the filesystem though. What
I
would like to see is some kind of callback function that reads the
included
stylesheet from the given URI. So something like this would work:
sablot->set_uri_callback(func);
string func(string uri) {
[...]
return stylesheet-content-corresponding-to-uri;
}
Or is this already possible ?
---Thomas
- Re: [Sab] xsl:include Thomas Bopp
- Re: [Sab] xsl:include Tom Kaiser
- Re: [Sab] xsl:include Thomas Bopp
- RE: [Sab] xsl:include Tim Watts
- RE: [Sab] xsl:include Matt Sergeant
- RE: [Sab] xsl:include Tim Watts
- Re: [Sab] xsl:include Petr Cimprich
- Re: [Sab] xsl:include Petr Cimprich
- RE: [Sab] xsl:include Tim Watts
- Re: [Sab] xsl:include Matt Sergeant
- RE: [Sab] xsl:include Tim Watts
