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: XSL Javascript prob



> is giving and error...any ideas
it's hard to say if you don't tell us what the error was but
I'll note that if you are using a system that produces messages like the
one you quoted:

> "test" attribute is not allowed on the xsl:if
> element!

then it isn't an XSLT system so sending correct XSLT might not work.

Other than that I'll note that you said:

> <id> & <name> .

but your code had

> 	"<xsl:value-of select="ID"/>""<xsl:value-of
> select="NAME"/>",

ID does not mach <id> XML is case sensitive. However that should not
produce an error it should just produce nothing.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 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]