[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Is there a way to avoid Empty Values?
Subject: Re: [xsl] Is there a way to avoid Empty Values?
From: George Cristian Bina <george@xxxxxxxxxxxxx>
Date: Wed, 11 Apr 2007 11:28:21 +0300
|
Hi Colin,
Sure, that was just an example.
I guess one can eventually test if the character is present in the file
and issue an error in that case.
Best Regards,
George
---------------------------------------------------------------------
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Colin Adams wrote:
From: George Cristian Bina <george@xxxxxxxxxxxxx>
In XSLT 2.0 you can use a trick to achieve that. For instance if you
know that a character, let's say # does not appear in the output then
you can use a character map to map it to nothing and generate # in
every element:
That could be dangerous, as someone else may introduce the character #
later.
Better is to use a private-use character, where the danger of that
happening is substantially less.
|