Bugs item #1245086, was opened at 2005-07-26 02:57 Message generated for change (Comment added) made by derekc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1245086&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: v3.0 >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Frederik Carlier (fcarlier) Assigned to: Nobody/Anonymous (nobody) Summary: CodeDOM: CDATA not supported Initial Comment: The CodeDOM currently does not suport CDATA. Certain element, such as the Property element, support CDATA. They can not be generated using the CodeDOM. ---------------------------------------------------------------------- >Comment By: Derek (derekc) Date: 2006-03-21 18:28 Message: Logged In: YES user_id=518766 Seems like the current CodeDOM support will handle any input text with escaping in the inner text. Supporting a CDATA node is more like a pretty-output option, in which case this is more like a feature request. ---------------------------------------------------------------------- Comment By: Reid Gustin (rgustin) Date: 2005-10-12 00:05 Message: Logged In: YES user_id=1011559 You can use the Content property to output inner text. That won't do the escaping for you, but you could add the CDATA yourself. If someone wants to change XsdGen to support this, that's fine with me, but it's beyond the scenarios I'm aiming at. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1245086&group_id=105970 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
