This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Empty elements



> <node id="id05"> <x> </x></node>
> <node id="id06"> <x></x></node>

>  Both of these show up as not empty using string().
>  Again this feels about right.
  
If you consider that they should be empty using string() then probably
it means that you should have declared
<xsl:strip-space elements="node x"/>

David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]