Subject: Re: select v. select-elements
From: "Martin Bryan" <mtbryan@xxxxxxxxxxxxxx>
Date: Sat, 7 Mar 1998 08:59:59 -0000
|
>Has any-one had any luck using either of the above elements in the MSXSL
>processor? Select-elements seems to produce no result at all( I cant even
>generate an HTM file), inspite of the MS tutorial championing it, and
select
>just produces an empty drop down box. ( the select seems to be passed on to
>the HTML code unprocessed)
<select-elements> does work, providing you only put a single
<target-element> in each select-elements, e.g.
<select-elements>
<target-element type="Message-Date"/>
</select-elements>
<select-elements>
<target-element type="Buyer-EAN"/>
</select-elements>
<select-elements>
<target-element type="Order-No"/>
</select-elements>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|