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:   vs  


> I am using   in my sheets to insert a whitespace-
> however, in Michael Kay's excellent book, I came
> across &#xA0. They look like they do the same thing,
> but which is a more standard way of inserting an
>   in the resulting HTML?

They are both equally standard; the XML specification says that any XML
parser must accept both these forms of character reference. Use whichever
you prefer.

Equally, the XSLT processor will decide how to represent the no-break-space
character in the output file, and the form you use in the input will not
influence its decision.

Mike Kay
Software AG


 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]