Feature Requests item #607074, was opened at 2002-09-10 01:10 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=354754&aid=607074&group_id=4754
Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Paul Geerts (paulgeerts) Assigned to: Nobody/Anonymous (nobody) Summary: Make IMarkupWriter a bit smarter Initial Comment: I've been writing a number of java-script based controls which use XML data islands for their input. I've been using the MarkupWriter to generate this XML, but because it's a HTML Markup Writer it doesn't terminate empty tags with the XML <tag/> syntax, which means you have to use the begin() and end() calls, leaving you with a redundant extra </tag>. (Otherwise the markup writer system is perfect, because it fixes all the special characters that often cause XML parsers to choke) Having the HTML Markup Writer emit the trailing slash this shouldn't hurt HTML parsers, but alternatively, some way to get an XML Markup Writer from a HTML one would be nice. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=354754&aid=607074&group_id=4754 ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
