This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: running a for loop (eg.1 to 10) using XSL


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]