Re: XPath transform tweak and Draft before FTF

In message "XPath transform tweak and Draft before FTF"
    on 00/04/13, "John Boyer" <jboyer@PureEdge.com> writes:
> <li><b>Namespace and Attribute Nodes-</b> a space, the node's QName, an equals sign,
> an open double quote, the modified string value, and a close double quote.
> The string value of the node is modified by replacing all ampersands (&amp;) with <code>&amp;amp;</code>, 
> all double quote characters with <code>&amp;quot;</code>, and all whitespace characters 
> (#x9, #xA, #xD, and #x20) with two digit hexadecimal character references except for #x20
> characters with no preceding #x20.</li>
> 
> <li><b>Text Nodes-</b> the string value, except all ampersands are replaced by <code>&amp;amp;</code>,
> all open angle brackets (&lt;) are replaced by <code>&amp;lt;</code>, and all #xD characters
> are replaced by <code>&amp;#x0D;</code>.</li>

Clarify how to express hexadecimal character references, please.
  - A-F must be capital letters or not.
  - Preceding '0' is allowed or not.

-- 
TAMURA Kent @ Tokyo Research Laboratory, IBM

Received on Thursday, 13 April 2000 20:57:55 UTC