xml - How to set working directory in XSLT -


i need transform xml using xslt(transform.xsl). in transform.xsl, need import supporting xml , xsl files. have set working directory access supporting files. please suggest how set working directory before xsl:import

if use relative uri resolved against base uri can set , change anywhere in xml using xml:base attribute e.g. <xsl:stylesheet xml:base="http://example.com/xslt" ...> or <xsl:stylesheet xml:base="file:///c:/dir/subdir" ...>.


Comments

Popular posts from this blog

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -