As I mentioned before this example works on my local mashine so the
relative paths are OK. One Level up would bring you to /XML not to
/myproject where you have to go if you want to proceed to /XSL.
Best regards,
Nick
|-----Ursprüngliche Nachricht-----
|Von: Emmanuil Batsis (Manos) [mailto:mbatsis(_at_)netsmart(_dot_)gr]
|Gesendet: Dienstag, 27. April 2004 12:20
|An: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
|Betreff: Re: AW: [xsl] tomcat web server and dynamic XSL
|
|
|
|Nikolas Nehmer wrote:
|
|> Hi,
|>
|> The XML file was saved in
Tomcat/webapps/myproject/XML/list/filename.xml
|> The XSL file was saved in
Tomcat/webapps/myproject/XSL/visualisation.xsl
|> And thats the stylesheet tag is used in my xml file:
|> <?xml-stylesheet type="text/xsl" href="../../XSL/visualisation.xsl"?>
|
|Then that should be (you only want one level up, not two)
|
|<?xml-stylesheet type="text/xsl" href="../XSL/visualisation.xsl"?>
|
|Cheers,
|
|--
|Manos Batsis
|
| _ __ __ __
| / |/ /__ / /____ __ _ ___ _____/ /_
| / / -_) __(_-</ ' Y _ `/ __/ __/
| /_/|_/\__/\__/___/_/_/_|_,_/_/ \__/
|
|
|http://www.netsmart.gr
|mailto:mbatsisSPAM_TRAP(_at_)netsmart(_dot_)gr
|tel:+302103240940
|http://forte.netsmart.gr/foaf/manos_foaf.rdf
|
|
|
|--+------------------------------------------------------------------
|XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
|or e-mail:
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
|--+--