Re: [xsl] testing for a missing attribute

Subject: Re: [xsl] testing for a missing attribute
From: Dan Vint <dvint@xxxxxxxxx>
Date: Sun, 11 Jul 2010 10:06:41 -0700
At 11:36 PM 7/10/2010, you wrote:
just curious, what do you treat this for example:
minOccurs="5" maxOccurs="10"

is this "required" or "required repeating"?

I print the range. The particular data set I have is from an SGML DTD so this doesn't occur.


It was in the code I posted as well

<xsl:otherwise> min:<xsl:value-of select="@minOccurs"/>
 max:<xsl:value-of select="@maxOccurs"/>
</xsl:otherwise>



---------------------------------------------------------------------------
Danny Vint

Panoramic Photography
http://www.dvint.com

voice: 502-749-6179

Current Thread