Bugs item #1245088, was opened at 2005-07-26 11:58 Message generated for change (Comment added) made by fcarlier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1245088&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: None Status: Closed Resolution: Invalid Priority: 5 Submitted By: Frederik Carlier (fcarlier) Assigned to: Nobody/Anonymous (nobody) Summary: CodeDOM: Comments not supported Initial Comment: The CodeDOM does not support adding Comments to a WiX file. However not a key scenario when creating WiX files, being able to roundtrip comments when modifying WiX files using the CodeDOM is an absolute requirement. ---------------------------------------------------------------------- >Comment By: Frederik Carlier (fcarlier) Date: 2006-03-24 01:28 Message: Logged In: YES user_id=1149415 On the other hands, comments are part of a valid WiX XML file. I still think that it would be a great enhancement if you have the tools available to programatically read and write (roundtrip) valid WiX XML files; as such, comments are indeed required. Think of this as potentially useful for tools such as editors. You may as well consider adding a XmlNode child element as supported to any WiX element that supports child elements, this way, you add support for code comments, CDATA and any other valid XML element (think extensions here). And, that way you don't have to care about it any more. ---------------------------------------------------------------------- Comment By: Derek (derekc) Date: 2006-03-22 03:27 Message: Logged In: YES user_id=518766 Seems like more of a feature request. It also doesn't seem like the CodeDOM should support comments. It exists to represent the schema of WiX itself - comments exist outside of that domain. ---------------------------------------------------------------------- Comment By: Reid Gustin (rgustin) Date: 2005-10-12 09:03 Message: Logged In: YES user_id=1011559 This isn't something I'm interested in supporting. If someone else wants to pick this up, that would be fine with me, but it's completely outside the scenarios the CodeDom was created for. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1245088&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
