Hello All,
I have an XSL file in which I have some custom URI like
<xsl:include href="myuri:basexsl.xsl" />
When I use apache Xerces api I can implement in the URIResolver interface and implement the logic which will do the uril resolution for me.
How do I do the same thing in perl? currently my rendering of the stylesheet is failing as the uri resolution is not happening.
regards,
Abhishek.