xsl-list
[Top] [All Lists]

Re: XSL fragment within Javascript not-well formed!!!!!

2004-05-26 07:31:09
Not exactly...
Hopefully this will clear thing up a little.
Yes, I am writing a stylesheet.
This stylesheet is producing only a fragment of HTML (a table).
Above the table (aka. this stylesheet's output) are a series of
dropdown lists that I would like to use to filter infromation in the
table.
The reason I am not using params as input into the stylesheet is the
number of dropdowns is variable.
To regenerate the table after selections have been made I am using
Javascript to set the innerHTLM of a div = to output of this
stylesheet.
I am planning on adding much more in the script area of the original
message, but first things first.
I hope this clears things up a bit.
There might be an easier way to do this I've only been at this for a
couple of weeks.
Thanks,
~Steve

On Wed, 26 May 2004 14:28:08 +0100, Michael Kay 
<mhk(_at_)mhk(_dot_)me(_dot_)uk> wrote:

Let's get this clear.

You are writing a stylesheet.

That stylesheet, when it executes, will generate an HTML <script> element.

That script element, when the HTML page is loaded, will modify the
stylesheet that was used to generate the HTML page.

Yes?

This feels like:
http://www.insite.com.br/rodrigo/images/escher/hands.html

and is about as likely to work.

Michael Kay



-----Original Message-----
From: Steve Brown [mailto:stevebrown(_at_)gmail(_dot_)com]
Sent: 26 May 2004 12:32
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] XSL fragment within Javascript not-well formed!!!!!

Here is my trouble...
I would like to dynamically generate the test condition for a 'when'
element using javascript.
But, I can't even get the code below to work because the
"MSXML2.FreeThreadedDOMDocument.3.0" parser expects the closing 'when'
tag before the closing script tag.

<script type="text/javascript">
  <![CDATA[document.write(']]><xsl:choose><xsl:when
test="FName='Steve'"><![CDATA[');]]>
</script>

I would like to reference form elements in the test condition to make
the condition dynamic if possible.

Thanks,
~Steve

--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--



--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--




<Prev in Thread] Current Thread [Next in Thread>