- From: TAMURA Kent <kent@trl.ibm.co.jp>
- Date: Mon, 13 Mar 2000 10:21:47 +0900
- To: "IETF/W3C XML-DSig WG" <w3c-ietf-xmldsig@w3.org>
> I don't see what's so hard about: > For obtaining byte order mark, > node *MyXMLProcessor(char *filename, char *BOM) > ... Yes, an application can get a BOM if it receives a raw octet stream. But applications may interchange XML documents in internal character representation such as UTF-16 without BOM in Java. As I have written repeatedly, don't use information not in XML Information Set. If we wanted to refer information not in XML Information Set, we would need tricky implementation or could not accomplish completely. > For exact order, your implementation should simply throw an algorithm > unavailability exception if your lex-order-aware implementation encountered > an exact order signature. I think no one implements exact order. I may request for Xalan/LotusXSL team to make output of XPath lex-order. -- TAMURA Kent @ Tokyo Research Laboratory, IBM
Received on Sunday, 12 March 2000 20:22:23 UTC