xsl-list
[Top] [All Lists]

Re: [xsl] set union? xslt 2.0

2010-04-08 04:33:56
xml source of the form

<skillarea targets="data|general">

That ought to be changed to:

<skillarea>
  <targets>
    <target>data</target>
    <target>general</target>




-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>