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:10:37 -0700
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

Current Thread