kris120 wrote:When you use the comment tag you should check whether this comment is translated with serz.
So you have to compile your xml to GeoPcDx and back and look again.
That goes without saying, thus for newbies use
RW_Tools.exe to have an editable text version ...
Chacal wrote:geopcdx files use XML syntax.
Try the standard XML comments starting with <!-- and ending with -->
Example:
- Code: Select all
<detail>
<band height="20">
<!--
Hello,
I am a multi-line XML comment
<staticText>
<reportElement x="180" y="0" width="200" height="20"/>
<text><![CDATA[Hello World!]]></text>
</staticText>
-->
</band>
</detail>
Eureka !!!Thanks for the XML syntax and there is a second options that one can adapt as shown bellow :
1. At the top of
.geopcdx, I inserted ...
- Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<cHcGeometry xmlns:d="http://www.kuju.com/TnT/2003/Delta" d:version="1.0" d:id="154565688">
<Credits d:type="cDeltaString">Creation G-TraX, Asset GX_Veh_BoxTruck02, Alteration QcRail, Distribution RWA</Credits>
<Description d:type="cDeltaString">TEST version (comment lines in GEO file and delivery truck with
out box)</Description>
Note, the
d:type="cDeltaString" is required, but you can use any label that you want.
2. Anywhere in the file, you can insert any additional comment ...
- Code: Select all
</Material>
<!-- Two matrix inactives, the 3rd + the 5th -->
<Description d:type="cDeltaString">Third and fifth matrix for box are inactive (16th value of matrix = 0)</Description>
<SourceLToPTransform>
... and the end result is visible, a truck bare of its box and reefer unit. Now I could add a 20ft container as a replacement to the box

G-Trax Box van.jpg
I shall adopt this simple procedure to my new repaint project, thus giving credits were and when needed.
À Bientot,