[xsl] how to access values of dropdown list created in .html file with Saxon

Subject: [xsl] how to access values of dropdown list created in .html file with Saxon
From: "dmitri kerievsky" <dmitrik@xxxxxxxxxxxxxx>
Date: Sun, 19 May 2002 10:12:15 -0400
When using Saxon to create an output.html file  with a dropdown list
list (result below), how can the values of the dropdown list be accessed
through code?

<?xml version="1.0" encoding="utf-8"?><SELECT
xmlns:saxon="http://icl.com/saxon";
name="paglassociates/pagl/state"><out><distinct-states>:


<OPTION>CA</OPTION><OPTION>CT</OPTION><OPTION>ID</OPTION><OPTION>IL</OPTION>
<OPTION>MT</OPTION><OPTION>NJ</OPTION><OPTION>NY</OPTION><OPTION>WA</OPTION>
</distinct-states></out></SELECT>

Dmitri



-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Michael Kay
Sent: Sunday, May 19, 2002 2:45 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] newbie question about using saxon


Saxon is an XSLT processor that supports standard XSLT 1.0 stylesheets,
so you don't need anything special in your stylesheet to run it.

However, Saxon also supports a number of extension functions. These are
in a special Saxon-specific namespace, which you only need to declare if
you use these extensions.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> dmitri kerievsky
> Sent: 18 May 2002 00:03
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] newbie question about using saxon
>
>
>
> how is full saxon used in an xsl document?
> i see one example where it is included in the
> xsl document as xmlns:saxon="http://icl.com/saxon";
>
> is this correct?
> thx
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread