|
what if scripts and styles, used in the xslt-templates are located in external files?
is this possible.
i get problems here... having the xml-file to be transformed in one folder, and the rest, i.e. xslt-stylesheet css-stylesheet and js-document in a subdirectory, referencing these becomes difficult.
including the hmtl tag <script src..> and <link href=..css..>, and using relative uri:s leads me into trouble. the relative uri:s are resolved based on the uri for the xml-file, and not for the xslt file...!!!!
help!?!!
/mats
|