I'm trying to create multiple geometry with XML.
I'm using GeometryReplacer to create my geometry.
My XML looks like this, but it seems that I can't create more than 1 geometry... Why??
Functions aren't supported more than once??
I don't want to use a Creator for each geometry... any solution?
Thanks!
<?xml version="1.0" encoding="US_ASCII" standalone="no" ?>
<geometry>
<arcBy3Points>
<startCoord x="100" y="0"/><midCoord x="80" y="40"/><endCoord x="50" y="50"/>
</arcBy3Points>
<line>
<coord x="50" y="50"/><coord x="100" y="50"/>
</line>
</geometry>