Re: [xsl] Noob: Wrap cell content and some validation??

Subject: Re: [xsl] Noob: Wrap cell content and some validation??
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Tue, 16 Sep 2003 15:14:47 -0400
At 02:19 PM 9/16/2003, you wrote:
1 how do i "wrap" header-cell content
2 how do i create some validation, like if xml-node = "null" show nothing and xml-node !="null show the value


Why not just show the value, and if it's nothing, it's nothing?

Oh, you have the word "null"?

<xsl:apply-templates select="$xml-node[not(.='null')]"/>

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