xsl-list
[Top] [All Lists]

Re: [xsl] Multiple conditions in single key statement

2008-09-15 12:36:51
On Mon, Sep 15 2008 17:10:49 +0100, davidc(_at_)nag(_dot_)co(_dot_)uk wrote:
  So in the key element is it possible to include union of two
  conditions such as use="concat(@AN, SP) " to check with key('affkey',
  concat(@AN, @ILINK)).

yes of course. You can use any xpath expression. ypu may want to include
a separator (that can not occur in either string) something like
concat(@AN,'!', SP)
so that the two strings are kept apart.

Though with your input, it would be:

   concat(../../../../@AN,'!', SP)

All things are relative: in this case, they're relative to what you
match with the "match" attribute.

Regards,


Tony Graham                         
Tony(_dot_)Graham(_at_)MenteithConsulting(_dot_)com
Director                                  W3C XSL FO SG Invited Expert
Menteith Consulting Ltd
XML, XSL and XSLT consulting, programming and training
Registered Office: 13 Kelly's Bay Beach, Skerries, Co. Dublin, Ireland
Registered in Ireland - No. 428599   http://www.menteithconsulting.com
  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --
xmlroff XSL Formatter                               http://xmlroff.org
xslide Emacs mode                  http://www.menteith.com/wiki/xslide
Unicode: A Primer                               urn:isbn:0-7645-4625-2

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