On 12/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Thanks for the quick response.  Now, I have one more question.
Is it possible to get the result for a query back in the following form
(considering the input is the escaped xml, what you mentioned before):

<response>
 <responseHeader>
  <status>0</status>
  <QTime>0</QTime>
 </responseHeader>

 <result numFound="1" start="0">
  <doc>
   <str name="label">As You Like It (Promptbook of McVicars 1860)</str
   <str name="author">Shakespeare, William,</str>
   <str name="record"><myxml>...</myxml></str>
  </doc>
 </result>
</response>

Note, that the here the xml data is not escaped.

I bet it is escaped, but your browser has helpfully displayed it as unescaped.
Try doing CTRL-U in firefox to see the real source for the reply.


-Yonik

Reply via email to