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

Subject: Re: [xsl] Is there a way to avoid Empty Values?
From: "Colin Adams" <colinpauladams@xxxxxxxxxxx>
Date: Wed, 11 Apr 2007 09:02:30 +0100
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.


_________________________________________________________________
Solve the Conspiracy and win fantastic prizes. http://www.theconspiracygame.co.uk/


Current Thread