G
Gerald Piotrowski
Hello,
I am new to access and xml and need some help on figuring out the best way
to accomplish exporting a database query to a xml file. The xml file has to
have a specific structure to it and I am not sure how to get it in this
structure.
<DgnData>
<ElementTemplates>
<NodeData name="TEMP" allowChildren="true">
<NodeData name="Linear" allowChildren="true">
<NodeData name="templine" allowChildren="false">
<ECXAttrData><Ustn_ElementParams xmlns="Ustn_ElementParams.01.00">
<Levels>
<Level>
<Value>6</Value>
</Level>
</Levels>
<LineStyles>
<LineStyle>
<Value />
</LineStyle>
</LineStyles>
<Weights>
<Weight>
<Value>0</Value>
</Weight>
</Weights>
<Colors>
<Color>
<Value>0,1,0:[255,255,255]:\\\</Value>
</Color>
</Colors>
</Ustn_ElementParams></ECXAttrData>
</NodeData>
Can anyone point me in the right direction?
I am new to access and xml and need some help on figuring out the best way
to accomplish exporting a database query to a xml file. The xml file has to
have a specific structure to it and I am not sure how to get it in this
structure.
<DgnData>
<ElementTemplates>
<NodeData name="TEMP" allowChildren="true">
<NodeData name="Linear" allowChildren="true">
<NodeData name="templine" allowChildren="false">
<ECXAttrData><Ustn_ElementParams xmlns="Ustn_ElementParams.01.00">
<Levels>
<Level>
<Value>6</Value>
</Level>
</Levels>
<LineStyles>
<LineStyle>
<Value />
</LineStyle>
</LineStyles>
<Weights>
<Weight>
<Value>0</Value>
</Weight>
</Weights>
<Colors>
<Color>
<Value>0,1,0:[255,255,255]:\\\</Value>
</Color>
</Colors>
</Ustn_ElementParams></ECXAttrData>
</NodeData>
Can anyone point me in the right direction?