xsl-list
[Top] [All Lists]

Re: [xsl] testing for a missing attribute

2010-07-10 22:41:45
At 07:34 PM 7/10/2010, you wrote:
How about having:

  <xsl:variable name="minOccurs" select="(@minOccurs,1)[1]"/>
  <xsl:variable name="maxOccurs" select="(@maxOccurs,1)[1]"/>

... and then changing your tests to variables instead of attributes? You won't need the tests for absence since the variable assignment has accommodated absence.

I don't recognize what this is doing, I'm assuming it assigns 1 when not there, but I don't understand the syntax.

I suppose if there had been a DTD to validate against I could have checked for the value directly.

..dan
---------------------------------------------------------------------------
Danny Vint

Panoramic Photography
http://www.dvint.com

voice: 502-749-6179

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