Subject: RE: where is an exhaustive reference for xslt?
From: "Scott Trenda" <Scott.Trenda@xxxxxxxx>
Date: Fri, 19 Oct 2007 18:12:19 -0500
|
<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: 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
|