XML text not in brackets



Currently I have an XML specification that goes like this:



</aces:IDTref>
<aces:GradeRef name="CDL.prod.a01234.ctl">
Convert_to_WorkSpace { name=ACEScsc.ACES_to_ACEScc.a1.ctl }
<ColorDecisionList>
<InputDescriptor>ACEScc</InputDescriptor>
<ASC_CDL id="cc01234" inBitDepth="16f" outBitDepth="16f" >
<SOPNode>
<Description>not a real example</Description>
<Slope>1.0000 1.0000 0.800000</Slope>
<Offset>0.0000 0.0000 0.000000</Offset>
<Power>1.0000 1.0000 1.000000</Power>
</SOPNode>
<SatNode>
<Saturation>0.9</Saturation>
</SatNode>
</ASC_CDL>
</ColorDecisionList>
Convert_from_WorkSpace { name=ACEScc_to_ACES.a1.ctl }
</aces:GradeRef>


The problem I am facing is how to create and save the Convert_from_WorkSpace line. I am currently using tinyXML2. tinyXML2 seems to read the xml just fine.


No comments:

Post a Comment