Hi,

I'm writing a tool which makes some changes to a wix file based on a set of 
rules.  The basic process is:
  1.. Deserialize
  2.. Make changes
  3.. Serialize
I'm using the CodeDomReader class to read the xml into a object model, but I am 
unable to keep any processing instructions in tact, such as <? include ?>.  It 
seems that CodeDomReader doesn't interpret these guys.  I'm trying to avoid 
editing the files as plain xml.

Any hints, advice, comments are welcome.

Cheers,


Matt
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to