Re: [xsl] Create Table

Subject: Re: [xsl] Create Table
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Wed, 07 Apr 2010 10:58:30 -0400
At 09:40 PM 4/6/2010, was:
> <dd><xsl:copy-of select='./text()'/>&#160;</dd>
>

That line should be xsl:value-of.  Works either way, value-of makes
lots more sense, though.

Along the same lines, it could be select="text()" and probably even xsl:value-of select=".". (If it has to be "text()" and can't be "." then the designer of the XML really was in over his head.)


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