xsl-list
[Top] [All Lists]

Re: [xsl] Create Table

2010-04-07 10:01:51
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(_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>