First of all sorry for my bad english in this message, but i hope you will understand mostly of it !
Well, i got a pb with XML redefinition of elements in V6.0 : If the same attribute "predifine" name appear on different layers off the same element, it cause the board not to be loaded with an error !
Of course, this worked well in V5.11 Before upgrade
Here is an exemple
with the predefined variable >LAST_DATE_TIME, >PLOT_DATE_TIME, >DRAWING NAME...
The XML Translation is like this on my element
i.e.
<element name="DEF_BOARD_OUTLINE" library="Cadre" package="A4_FORMAT" value="CLIENT" x="-11.1252" y="-62.9412" locked="no" smashed="yes" rot="R0">
<!--<attribute name="LAST_DATE_TIME" x="190.1698" y="-58.4962" size="1.27" layer="51" font="proportional" ratio="8" rot="R0"/>
<attribute name="PLOT_DATE_TIME" x="190.1698" y="-61.6712" size="1.27" layer="51" font="proportional" ratio="8" rot="R0"/>
<attribute name="DRAWING_NAME" x="174.2948" y="-54.6862" size="3.048" layer="51" font="proportional" ratio="8" rot="R0"/>
<attribute name="LAST_DATE_TIME" x="59.3598" y="-58.4962" size="1.27" layer="52" font="proportional" ratio="8" rot="MR0"/>
<attribute name="PLOT_DATE_TIME" x="59.3598" y="-61.6712" size="1.27" layer="52" font="proportional" ratio="8" rot="MR0"/>
<attribute name="DRAWING_NAME" x="75.2348" y="-54.6862" size="3.048" layer="52" font="proportional" ratio="8" rot="MR0"/>-->
</element>
And here we got several time the same attribute name define on different layers
This element, make an error on the opening
Error: line xxx, column xxx: redefinition of name 'LAST_DATE_TIME' in tag <attribute>
If i comment the second line with "last_date_time", got the error for plot_date_time.
How can i manage to solve that ?
Note : This is a 'small' element ! I got plenty of elements with much more attributes used several time in different layers so I guess I can't manage to modify them all ! I really need an 'easy' solution to solve that !
Thx
AshOf