mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 00:42:12 +02:00
This also refactors some of the existing EPP XML testdata files to use a consistent wildcard naming scheme. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=154569632
10 lines
255 B
XML
10 lines
255 B
XML
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<command>
|
|
<info>
|
|
<host:info xmlns:host="urn:ietf:params:xml:ns:host-1.0">
|
|
<host:name>%HOSTNAME%</host:name>
|
|
</host:info>
|
|
</info>
|
|
<clTRID>ABC-12345</clTRID>
|
|
</command>
|
|
</epp>
|