Re: [xsl] where is an exhaustive reference for xslt?

Subject: Re: [xsl] where is an exhaustive reference for xslt?
From: "Anthony Ettinger" <anthony@xxxxxxxxx>
Date: Fri, 19 Oct 2007 16:48:42 -0700
thanks...does the version attribute apply to the xsl:stylesheet namespace only?


On 10/19/07, Scott Trenda <Scott.Trenda@xxxxxxxx> wrote:
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
> xmlns:xd="http://www.pnp-software.com/XSLTdoc";
> xmlns="http://www.w3.org/1999/xhtml"; version="1.0"
> exclude-result-prefixes="xd">
>
> ~ Scott
>
>
> -----Original Message-----
> From: ettinger@xxxxxxxxx [mailto:ettinger@xxxxxxxxx] On Behalf Of
> Anthony Ettinger
> Sent: Friday, October 19, 2007 6:11 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: [xsl] where is an exhaustive reference for xslt?
>
> On 10/19/07, Michael Kay <mike@xxxxxxxxxxxx> wrote:
> > There's no such thing as xsl:documentation, so it's not surprising you
> > couldn't find it.
> >
> > What did you want really?
> >
>
>
> xsd:documentation was what I wanted (for xslt)
>
> I found XSLTDoc, but when I use it, my output adds
>
>  <dd xmlns:xd=http://www.pnp-software.com/XSLTdoc/";>
>
>  to every html element. Unless I'm doing somethign wrong:
>
> In my xsl where I use xd:doc tags I have :
>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
> xmlns:xd="http://www.pnp-software.com/XSLTdoc";
> xmlns="http://www.w3.org/1999/xhtml"; version="1.0">
>
>
>
> --
> Anthony Ettinger
> Ph: 408-656-2473
> var (bonita, farley) = new Dog;
> farley.barks("very loud");
> bonita.barks("at strangers");
>
> http://chovy.dyndns.org/resume/
> http://utuxia.com/consulting
>
>


-- 
Anthony Ettinger
Ph: 408-656-2473
var (bonita, farley) = new Dog;
farley.barks("very loud");
bonita.barks("at strangers");

http://chovy.dyndns.org/resume/
http://utuxia.com/consulting

Current Thread