Re: WF2, attach hidden xml

I forgot to write some comment in previous letter:
how hidden tag's tree should be sent.

These elements:

<form>
  <hidden>
    <a attr=k>
      <b>
    </a>
  </hidden>
  <hidden>
    <c>
      <d something=m>
    </c>
  </hidden>
</form>

send the following eledings (ELEment senDINGs):

<formdata>
  <a attr=k>
    <b>
  </a>
  <c>
    <d something=m>
  </c>
</formdata>

This way allow to send also hidden tags <field>, <file>, etc


Dmitry Turin
http://html6.by.ru
http://sql4.by.ru
http://computer2.by.ru

Received on Friday, 25 May 2007 13:14:06 UTC