I'd have to see the entire XML output, since the XML below looks ok on its own, but I'd have to see it outside of isolation.
Charles Daminato OpenSRS Product Manager Tucows Inc. - [EMAIL PROTECTED] > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Jonathan Stanton > Sent: February 14, 2002 8:49 AM > To: [EMAIL PROTECTED] > Subject: Encoding the DNS servers in a register request > > > I have managed to register a domain by not specifiying custom DNS > servers but when I add the following xml to specify them and set the > custom_nameservers flag to 1 it doesn't work. Have I got the following > bit correct ? > > Many thanks > > Jonathan Stanton > > <item key="nameserver_list"> > <dt_assoc> > <item key="0"> > <dt_assoc> > <item key="name">ns0.ISP.net</item> > <item key="sortorder">1</item> > </dt_assoc> > </item> > <item key="1"> > <dt_assoc> > <item key="name">ns1.ISP.net</item> > <item key="sortorder">2</item> > </dt_assoc> > </item> > </dt_assoc> > </item> >