[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Count


Subject: Re: [xsl] Count
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Tue, 22 Feb 2005 15:00:33 -0500

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@xxxxxxxxxxxxxxxx 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 ======================================================================


Current Thread
  • [xsl] Count
    • Tham Tinh - Tue, 22 Feb 2005 11:23:04 -0800 (PST)
      • António Mota - Tue, 22 Feb 2005 19:26:21 +0000
      • Wendell Piez - Tue, 22 Feb 2005 15:00:33 -0500 <=
        • Tham Tinh - Tue, 22 Feb 2005 13:37:52 -0800 (PST)
Keywords
xml