mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 09:21:49 +02:00
This change renames directories in preparation for the great package rename. The repository is now in a broken state because the code itself hasn't been updated. However this should ensure that git correctly preserves history for each file.
36 lines
1.2 KiB
XML
36 lines
1.2 KiB
XML
<!DOCTYPE doc [
|
|
<!ENTITY remote SYSTEM "http://www.google.com/">
|
|
]>
|
|
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<command>
|
|
<create>
|
|
<contact:create
|
|
xmlns:contact="urn:ietf:params:xml:ns:contact-1.0">
|
|
<contact:id>sh8013</contact:id>
|
|
<contact:postalInfo type="int">
|
|
<contact:name>a&remote;a</contact:name>
|
|
<contact:org>Example Inc.</contact:org>
|
|
<contact:addr>
|
|
<contact:street>123 Example Dr.</contact:street>
|
|
<contact:street>Suite 100</contact:street>
|
|
<contact:city>Dulles</contact:city>
|
|
<contact:sp>VA</contact:sp>
|
|
<contact:pc>20166-6503</contact:pc>
|
|
<contact:cc>US</contact:cc>
|
|
</contact:addr>
|
|
</contact:postalInfo>
|
|
<contact:voice x="1234">+1.7035555555</contact:voice>
|
|
<contact:fax>+1.7035555556</contact:fax>
|
|
<contact:email>jdoe@example.com</contact:email>
|
|
<contact:authInfo>
|
|
<contact:pw>2fooBAR</contact:pw>
|
|
</contact:authInfo>
|
|
<contact:disclose flag="1">
|
|
<contact:voice/>
|
|
<contact:email/>
|
|
</contact:disclose>
|
|
</contact:create>
|
|
</create>
|
|
<clTRID>ABC-12345</clTRID>
|
|
</command>
|
|
</epp>
|