Subject: Re: Stylesheets to render stylesheets.. [Repost?]
From: "Karl Stubsjoen" <karl@xxxxxxxxxxxxx>
Date: Fri, 21 Feb 2003 09:33:38 -0700
|
Woah... very cool!
I shall give it a go.
Thanks ; )
----- Original Message -----
From: "Dion Houston" <dionh@xxxxxxxxxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, February 21, 2003 9:14 AM
Subject: RE: Stylesheets to render stylesheets.. [Repost?]
> It does make perfect sense and that's what xsl:namespace-alias was
> created for... It works like:
>
> ... xmlns:_xsl="http://myURI"
>
> <xsl:namespacespace-alias stylesheet-prefix="_xsl" result-prefix="xsl"/>
>
> Then to create XSLT elements in the output simply write (e.g.)
>
> <_xsl:template ... >
>
> HTH!
>
> Dion
> p.s. Can anyone think of any other use for this element?
>
> -----Original Message-----
> From: Karl Stubsjoen [mailto:karl@xxxxxxxxxxxxx]
> Sent: Friday, February 21, 2003 7:53 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>
> Hi Foks,
> [Sorry if this is a repost, not sure if my original made it to the
> list.]
>
> I'm interested in a stylesheet that will render another stylesheet; any
> online examples or templates available. Or possibly, I just start
> banging
> it out. However, was thinking I'd have trouble creating the very same
> xslt
> elements that I'm using to actually parse the XML source into xslt. Did
> that make any sense?
>
> Big Picture:
> I'm developing a stylesheet in conjuction with ASP and ADO which will
> create
> mock up stylesheet for a selected table from our DB. User can also
> choose
> which fields to include in the mock up stylesheet and so on.
>
> Is there a publicly available stylesheet which will aid in rendering
> another
> stylesheet?
>
> Thanks!
>
> Karl
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|