Problem while transferring values b/w fields in web

Hello Everyone,

I have an web form where i call an agent to compute some value and put it back to a field in the web form.

The agent work’s with normal text values like “some text” and numeric values.

But if i compose something like:

dim strXML as String

strXML = |<?xml version="1.0" encoding="utf-8"?>

           <movie>

                <name></name>

                <year></year>

           </movie>

        |

and then try to put the string value to a field in the web form, it fail’s miserably! The browser throws a syntax error saying “expected ;” I doub’t whether this has something to do with the string syntax (as it is in xml format). I’m stucked up on this.

Help on this greatly appreciated,

Thanks,

Jason

Subject: Problem while transferring values b/w fields in web

Did you set the content-type of the response?