Subject: RE: running a for loop (eg.1 to 10) using XSL
From: "Krishnamurthy, Rama" <RKrishnamurthy@xxxxxxxx>
Date: Wed, 30 Aug 2000 14:38:37 -0400
|
> I'm surprised you get anything,
> <transform:call-templates
> ^
> it is singular: xsl:call-template
> ^
> are you sure you have the transform: prefix correctly bound to
> the XSL namespace?
>
Can I use two namespaces in my XSL Sheet like
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl"
xmlns:transform="http://www.w3.org/1999/XSL/Transform">
The reason for this is http://www.w3.org/1999/XSL/Transform"
I got a error when I tried to use <xsl:script> . Can you tell me
exactly when should I
use '<xsl:' and when to use '<transform:'
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|