xsl-list
[Top] [All Lists]

Re: [xsl] Value of the variable

2009-11-26 06:29:51
Hermann Stamm-Wilbrandt wrote:

What if you have something like:
    a, b, <i>c, d</i>
or:
    a, b, <i>c</i>d
?

that does not seem to be a problem since that may be solved
with your solution on a node basis

  For the first case, as I said, yes.  But for the second one, depends on the 
requirements.  Should it result in:

    <a-g>
       <a>a</a>
       <a>b</a>
       <a><i>c</i></a>
       <a>d</a>
    </a-g>

or:

    <a-g>
       <a>a</a>
       <a>b</a>
       <a><i>c</i>d</a>
    </a-g>

or anything else (including generating an error)?

  As often, this is not an issue about a technical point regarding XSLT, but 
just a requirement definition issue.

  Regards,

-- 
Florent Georges
http://www.fgeorges.org/























  


--~------------------------------------------------------------------
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>
--~--