Bugs item #1245086, was opened at 2005-07-26 02:57 Message generated for change (Settings changed) made by robmen 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: Open Resolution: None >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: 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 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
