Re: [xsl] XSL fragment within Javascript not-well formed!!!!!

Subject: Re: [xsl] XSL fragment within Javascript not-well formed!!!!!
From: Steve Brown <stevebrown@xxxxxxxxx>
Date: Wed, 26 May 2004 10:31:09 -0400
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@xxxxxxxxx> 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@xxxxxxxxx]
> > Sent: 26 May 2004 12:32
> > To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > 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

Current Thread