This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: how to access values of dropdown list created in .html file with Saxon


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@ntlworld.com
work: Michael.Kay@softwareag.com 

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com 
> [mailto:owner-xsl-list@lists.mulberrytech.com] On Behalf Of 
> dmitri kerievsky
> Sent: 19 May 2002 15:12
> To: xsl-list@lists.mulberrytech.com
> Subject: [xsl] 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@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Michael Kay
> Sent: Sunday, May 19, 2002 2:45 AM
> To: xsl-list@lists.mulberrytech.com
> 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@ntlworld.com
> work: Michael.Kay@softwareag.com
> 
> > -----Original Message-----
> > From: owner-xsl-list@lists.mulberrytech.com
> > [mailto:owner-xsl-list@lists.mulberrytech.com] On Behalf Of dmitri 
> > kerievsky
> > Sent: 18 May 2002 00:03
> > To: xsl-list@lists.mulberrytech.com
> > 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
> 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]