xsl-list
[Top] [All Lists]

Re: [xsl] Re: Getting output from a dropdown (Spry) menu?

2007-11-22 10:34:15

Thanks for any help on this....

You appear to be expecting that XSLT can act on  the current state of a
drop down list in a web page. It can not. The XSLT process has finished
(conceptually at least) before the browser renders the page.

The model is

You have some XML input (in a form that you have not yet shown us).

XSLT converts that input to HTML.

The browser renders the HTML.

So, any questions about how to get the browser to display or act on
mouse interaction, are purely a matter of html/javascript. If you said
what HTML/javascript you needed in the output file, and what your input
looked like, then someone mightbe able to suggest some XSLT.

When you do post XML please try to post the actual (but small) XML not
the view of XML as shown by your browser, which can't be used for
testing any possible solutions due to the fact that it's not valid XSLT
(or even well formed XML)

" <!DOCTYPE xsl:stylesheet (View Source for full doctype...)>"

would not get past an XMl parser and all the + and -

- <xsl:template match="/">
- <html xmlns="http://www.w3.org/1999/xhtml";


David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

--~------------------------------------------------------------------
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>