Your sample is of a Search Response. The snippets I posted above are both for a Registration Response. The first one is for the Google service which works and the 2nd is for my service which doesn't work. The only difference is that an alias is used to refer to the namespace. This is perfectly valid XML and I'm just wondering why MS-Word can't parse it.
Jim
"willib sqtm.net>" wrote:
[Quoted Text] > > I think your namespaces are not correct. > a cutout from mysample > > <?xml version="1.0" encoding="utf-8"?> > <ResponsePacket revision="1" xmlns="urn:Microsoft.Search.Response"> > <Response domain="{.. research guid here..}"> > <Range> > <StartAt>1</StartAt> > <Count>5</Count> > <TotalAvailable>0</TotalAvailable> > <Results> > <Content xmlns="urn:Microsoft.Search.Response.Content"> > ....rest of the packet
|