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: Re: <xsl:output doctype-system="name_of_DTD"/>



Stephane Le-Deaut asked Dan Diebolt:
>Thanks Dan. It's OK now. But I don't understand this expression &#xA. What
does that mean ?

It expresses a numeric character reference in hexidecimal:
& tells you it is an entity reference
#  tells you it is a number
x  tells you it is a hex number
A tells you it is the number A, same as decimal 10.

Rick Suiter



 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]