Subject: RE: how to access values of dropdown list created in .html file with Saxon
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Sun, 19 May 2002 19:57:24 +0100
|
Your output.html file isn't HTML, it is XML. And the way you use the
output file is exactly the same as if you had written it by hand; why
should it behave differently juist because you generated it using an
XSLT processor?
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: 19 May 2002 15:12
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: how to access values of dropdown list created
> in .html file with Saxon
>
>
> 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><OPTI
> ON>IL</OPTION>
> <OPTION>MT</OPTION><OPTION>NJ</OPTION><OPTION>NY</OPTION><OPTI
> ON>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
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|
Michael Kay - Sun, 19 May 2002 02:51:24 -0400 (EDT)
|
|