add a quotexml element
Status: Pre-Alpha
Brought to you by:
mark_lentczner
It might be nice if the canonical Wheat XML format
supported a <quotexml> element that would take any
well-formed XML content and turn that into the appropriate
Wheat object(s).
<object>
<quotexml name="html-content">
<html xmlns="...">
...
</html>
</quotexml>
</object>
What object would html-content be? Either 1) a string, or
2) a DOM tree
Logged In: YES
user_id=219202
<object>
<quotexml name="html-content">
<html xmlns="...">
...
</html>
</quotexml>
</object>