Re: query string / url access in xslt
"Gabriel Blum" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
I know what he means. I've even submitted this bug to bugzilla, but ( IIRCC ) it hasn't been reviewed. ( maybe I've done something wrong) Check out https://bugzilla.mozilla.org/show_bug.cgi?id=286132 The point is that the xml-stylesheet proccessing instruction http://www.w3.org/TR/xml-stylesheet/ according to W3C documentation should treat the href attribute as an URI Looks like it is ignoring querystring parameters I look forward to contribute more to the development of XSLT in mozilla in the near future. I just need to get used to open source development practics Best regards, Gabriel Blum "Axel Hecht" <[email protected]> wrote in message news:[email protected]... > emf wrote: > >> I would like to be able to download an XML file, have that link to an >> XSLT stylesheet, and have the XSLT stylesheet transform the XML file >> according to the URL. Is there any way for me to do that? it's OK if its >> moz specific. >> >> Right now it seems like the only way to do it is to have an .html file >> that fetches the xslt and the xml, but (as far as my limited knowledge is >> aware) there's no way for me to persist the xslt/xml (vs. the other model >> where "save as" would work for the bulk of the data - the xml itself). >> >> Thanks, >> >> ~mindlace > > Not sure what you want. But it kinda smells like you want xml stylesheet > linking, which works via a PI in the xml doc. Check > http://www.mozilla.org/projects/xslt/test.xml > > Axel