Subject: 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: 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: 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 |
- Re: testing for following siblings, (continued)
- Jeni Tennison - Fri, 17 May 2002 19:11:59 -0400 (EDT)
- dmitri kerievsky - Fri, 17 May 2002 19:15:32 -0400 (EDT)
- Joerg Heinicke - Sat, 18 May 2002 07:01:28 -0400 (EDT)
- Michael Kay - Sun, 19 May 2002 02:53:26 -0400 (EDT)
- dmitri kerievsky - Sun, 19 May 2002 10:24:49 -0400 (EDT) <=
- bryan - Sun, 19 May 2002 11:09:41 -0400 (EDT)
- Michael Kay - Sun, 19 May 2002 15:29:03 -0400 (EDT)
- Mike Brown - Sun, 19 May 2002 18:02:25 -0400 (EDT)
- Michael Kay - Sun, 19 May 2002 02:51:24 -0400 (EDT)
|
|