Hi:


For instance your form is in:


<body>
form elements: checkboxes, input text
</body>


before shaping and after shaping:


<body>
<table>
<tr>
    <td>checkboxes</td>
    <td>input text</td>
</tr>
</table>
</body>


-----Message d'origine-----
De : brobborb [mailto:[EMAIL PROTECTED]
Envoyé : lundi 24 mai 2004 17:08
À : CF-Talk
Objet : Re: HTML Parser

What do u mean by shaping?
  ----- Original Message -----
  From: jean-marc bottin
  To: CF-Talk
  Sent: Monday, May 24, 2004 10:11 AM
  Subject: HTML Parser

  Hi,

  I would like to build an HTML parser. Does anyone already did it and/or could give me some directions or suggestion.

  The goal is to develop a module in an application that can generate form element (ie: a drop down list, a checkbox). Once the form is created, we store it in a WDDX packet and pass it to second module like the htlmarea of intereactivetools.com. Here, the user can shape its form the way he wants. For instance, all the elements of the form that he created previously he puts them in a table of two columns.

  From there we have a "new form" which is shaped based on the user wishes. Here the HTML parser enter into account. If the user has deleted a form element, I need to check that this element is missing.

  I think I need to have a copy of the original form and compare it to the new version. And all of this checking will be done by the HTML parser.

  Any suggestions?

  Thanks,

  Jean-Marc
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to