xsl-list
[Top] [All Lists]

Re: [xsl] Is there a way to avoid Empty Values?

2007-04-11 01:30:27
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(_at_)oxygenxml(_dot_)com>

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.

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