xsl-list
[Top] [All Lists]

[XPath] matching elements which satisfy a specific content model

2003-01-13 02:19:30
Hi

I need to match a variablelist containing:

  1. An optional title element,
  2. after this, one or more varlistentry elements.

  <t:template match="variablelist[...]">
                                  ^^^
How to write

  title?, varlistentry+

in XPath?

I think I'm missing something obvious. If it's very simple, then I'm happy :)

Else I think it would be great to have something like content-model():

  <t:template
   match="variablelist[content-model(title?,varlistentry+)]">

Tobi

--

Vim users               donate.
http://iccf-holland.org/donate.html

Web developers           check.
http://www.pinkjuice.com/check/


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