Hi All,

 

Is it possible to add multiple elements with XmlConfig or XmlFile
actions?

I mean that for example I have this xml:

 

<root>

<a test="true"/>

<b />

<a test="false" />

<a test="true" />

</root>

 

And I want to add <c> element to all a elements with test equals to
true, so in the end I want to receive such xml:

 

<root>

<a test="true">

<c/>

</a>

<b />

<a test="false" />

<a test="true">

<c/>

</a>

</root>

 

Best Regards,

Igor


SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.  
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to