test/ws/pokus-data.xml
author František Kučera <franta-hg@frantovo.cz>
Tue May 25 13:54:21 2010 +0200 (2010-05-25)
changeset 123 9135d52e8b0a
permissions -rw-r--r--
Test hashovací funkce + test češtiny v identifikátorech
Java Language Specification – 3.8 Identifiers:
http://java.sun.com/docs/books/jls/third_edition/html/lexical.html#40625
     1 <?xml version='1.0' encoding='UTF-8'?>
     2 <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
     3     <S:Body>
     4 	<ns2:pozdravOsobu xmlns:ns2="pokusNS">
     5 	    <jmenoOsoby>češtino</jmenoOsoby>
     6 	</ns2:pozdravOsobu>
     7     </S:Body>
     8 </S:Envelope>