Re: [xsl] Is this node, the document root... best test?

Subject: Re: [xsl] Is this node, the document root... best test?
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Mon, 20 Oct 2003 15:38:13 -0400
For the persnickety or detail-oriented (with your thanks):

At 01:17 PM 10/20/2003, you wrote:
<hey>
  <this>
    <is>nuts</is>
  </this>
</hey>

The values of the root, of the <hey>, <this> and <is> elements are all the same: "nuts". So .=/ tests true for all these cases.

This is true if we strip the whitespace from the source (which I'm in the habit of doing when I know it's safe), not if otherwise....


OTOH, for

<hey><this><is>nuts</is></this></hey>

... the values really *are* the same ...

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


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



Current Thread