• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Path problem in xsl:include

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm using jsp, xml and xsl on orion server to test XSL. But when i include a xsl file in another xsl i have to give the whole path in href even when all the files are in same directory, is there any way to get rid of it?
Thanks for your valuable support.
[This message has been edited by Tanya Rawat (edited September 04, 2001).]
 
Tanya Rawat
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just to put my question again in the first page.....
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Tanya,
If you're using Xalan, you will find in the TraX API (javax.xml.transform), a usefull URIResolver that can be use to track or solve your problem. You write a class that implements this interface and call the setURIResolver on the TransformerFactory object.
Hopes this helps.
Cheers,
Beno�t
 
Tanya Rawat
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Beno�t !!
 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
tanya,
That's the best way to do, i thought iam the only one who used
TraX API (javax.xml.transform)- benoit ,
great
san
 
reply
    Bookmark Topic Watch Topic
  • New Topic