"yahalom emet" <[EMAIL PROTECTED]> writes:
> I am sending in a post operation this xml data:
> <test>
> <testAttribute test="2"/>
> <testSemi>2;3434;23434;34</testSemi>
> </test>
How *exactly* are you sending it in?
> when I do "var all" I get :
> {<test>
> <testAttribute test} {"2"/>
> <testSemi>2} 3434 {} 23434 {} {34</testSemi>
>
> </test>
>
> } {}
To me, it looks as if it's getting parsed one too many times, or that
it's not getting encoded when it's sent. See how it things that
everything before test="2" is a variable name, and that 2 and the
stuff that follows untill ; is its value?
--
David N. Welton
Consulting: http://www.dedasys.com/
Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
Apache Tcl: http://tcl.apache.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]