This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: generic method of getting element length


Edward,
You lazy sod. Go read the f'ing spec http://www.w3.org/TR/xpath

XML/XSL Portal 
http://www.bayes.co.uk/xml

>is that actually part of XPath?
>
>Wendell Piez wrote:
>> 
>> Edward:
>> 
>> At 06:27 PM 5/31/01, you wrote:
>> >I have an element that is of type xsd:string  I want to test if it is
>> >longer than a given vale, say 35.
>> 
>> Ah. That's just string-length(.), an abbreviation for
>> string-length(self::node()). Gets you the string length of the 
>context node.
>> 
>> Nice return, Mike.
>> 
>> --Wendell
>> 
>> >Michael Kay wrote:
>> > > What do you mean by "the length of an element"?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]