Subject: RE: Problem sending node Array to Javascript using .NET xsl/xml parse r
From: "Disalvo, Anthony J." <ANTHONY.J.DISALVO@xxxxxxxx>
Date: Wed, 15 Oct 2003 11:17:37 -0700
|
Thanks for the Idea, I tried this and it did not work.
-----Original Message-----
From: Wendell Piez [mailto:wapiez@xxxxxxxxxxxxxxxx]
Sent: Tuesday, October 14, 2003 2:16 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Problem sending node Array to Javascript using .NET
xsl/xml parse r
Anthony,
At 12:25 PM 10/14/2003, you wrote:
>It is having a problem with the following line of code: <xsl:value-of
>select="local:formatSigfigs(.,'AvgLabQARecovery')"/>
>
>It does not like the period/decimal point being sent in to the javascript
as
>a reference to the node.
>
>Any ideas on how to deal with this issue or alternatives on how tro
>reference the node not using the period / decimal point that will pass the
>Microsoft parser's requirements?
I have no idea whatsoever as to working with the MS toolkit, but you might
try
self::node()
which is the XPath expression commonly abbreviated as "."
Whether it works for you here is another question.
Cheers,
Wendell
======================================================================
Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc. http://www.mulberrytech.com
17 West Jefferson Street Direct Phone: 301/315-9635
Suite 207 Phone: 301/315-9631
Rockville, MD 20850 Fax: 301/315-8285
----------------------------------------------------------------------
Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|