Hi,

I want to know if XmlConfig or XmlFile works with DCML format of XML?

Like:
<?xml version="1.0" standalone="no"?>
<!DOCTYPE DCML SYSTEM "../DCML.dtd">
<DCML Type="MyType">
        <Description>Description 1</Description>
        
                <Name>Obejct1</Name>
                <Description>Description for Object 1</Description>
                <SubObjects>
                        
                                <Name>log</Name>
                                <Description>Description for Object1's 
log</Description>
                                <SubObjects>
                                        
                                                <Name>debug-level</Name>
                                                <Description>Some 
description...</Description>
                                                <Value type="Integer">0</Value>
                                        
                                </SubObjects>
                        
                </SubObjects>
        
</DCML>

In the sample Xml above, how can I set the value of Object1.log.debug-level
to e.g. 5? What is the best practice to do this?

Thanks in advance!

Regards,
Romeo
-- 
View this message in context: 
http://n2.nabble.com/Does-XmlConfig-works-on-DCML-format--tp3361177p3361177.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to