[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: relative URI in href

Subject: Re: relative URI in href
From: Rolf Schumacher <mailinglist@xxxxxxxxx>
Date: Sun, 24 Aug 2008 18:49:22 +0200
Re:  relative URI in href
Ok, Florent that makes sense, however xsl:include still works yet by the
following code with absolut href. The included xslt resides in the same
dir as the bill.xsl.

        String path =
eu.ngong.bill.Bill.class.getResource("bill.xsl").getPath();
        this.xslt = new StreamSource(new File(path));
        this.xslt.setSystemId(path);
            TransformerFactory tFactory = TransformerFactory.newInstance();
            Transformer transformer = tFactory.newTransformer(this.xslt);
            transformer.transform(srcXml, fo);

Do you spot something wrong here?

regards, Rolf


Florent Georges wrote:
> Vladimir Nesterovsky wrote:
>
>   Hi
>
>   
>> if source refer to a file system you better create it as
>>     
>
>   
>>       source = new StreamSource(new File(stylesheet));
>> or 
>>       source = new StreamSource(stylesheet);
>>     
>
>   Or if the stylesheet is got from a byte stream or a SAX events
> stream, simply use Source.setSystemId.
>
>   The idea is that in order to resolve URIs, the processor has to know
> where the stylesheet is.  If it is got from a File or a URI, it can
> know that info, but not otherwise, so you would have to help it.
>
>   Regards,
>
> --drkm
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>       _____________________________________________________________________________ 
> Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.