xsl-list
[Top] [All Lists]

Re: Count

2005-02-22 13:00:33
Hi Tham,

At 02:23 PM 2/22/2005, you wrote:
I would like to count how many level each div tag has.
 How do I do that please?

If you mean how deeply nested in div elements is each div

(that is, a "first-level" div would have no div ancestors, a "second-level div" would have one, etc.)

that would be

count(ancestor-or-self::div)

... which is pretty straightforward.

Some adjustments do occasionally have to be made in application, so please ask again if this isn't sufficient.

Cheers,
Wendell


======================================================================
Wendell Piez                            
mailto:wapiez(_at_)mulberrytech(_dot_)com
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


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