[
Lists Home |
Date Index |
Thread Index
]
- From: tpassin@home.com
- To: xml-dev@lists.xml.org
- Date: Mon, 21 Aug 2000 22:24:55 -0400
Whoops! I copied from an old file and didn't proofread , it seems.
***blush***. The current stylesheet declaration to use us actually
<xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform'
version='1.0'>
<tpassin@home.com> wrote (I don't know just how!)
> Thie example will only work if you run it with Internet Explorer 5.0+, and
> then only if you have not updated the xml component in it. For any other
> XSL processor, or for the new Microsoft parser, you have to use
>
> <xsl:stylesheet xmlns:xsl='http://www.w3.org/XSL/Transform/1.0'>
>
> in place of the corresponding line below.
>
> ...
|