Re: [xsl] is there way to form a url w/ xml and xsl file ref??????

Subject: Re: [xsl] is there way to form a url w/ xml and xsl file ref??????
From: "Bob DuCharme" <bob@xxxxxxxxx>
Date: Tue, 15 May 2001 17:26:29 -0400
> is there way to form a url so it references both xml and xsl. i dont want
to
> hardcode stylesheet in xml

A URL points at a single resource. There's no way to point it at two things.
It can be used to pass information to a server-side program that then
performs an action, which in your case could be the assembly of an XML
document with the appropriate pointer to an XSL stylesheet, before that XML
document gets shipped to the browser. This doesn't have to be fancy, and can
just be the prepending of the processing instruction naming the stylesheet
onto an otherwise hardcoded XML document.

Bob DuCharme            www.snee.com/bob             <bob@
snee.com>      see http://www.snee.com/bob/xsltquickly for
info on upcoming "XSLT Quickly" from Manning Publications.



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread