I search a best way to export in xml format a property text of element cross-refrence.
Hi,
I search a best way to export in xml format a property text of element cross-refrence ?
I export without any problem the properties "format" and "srcfile" .
Sample : <mylinkfile format = "like file" srcfile = "FicArbo-Demarches.fm#Fic004"/>
But I can not get the "text" associated with the cross-reference element.
I specify that :
1) the mylinkfile element is declared as cross-reference element in my edd.
2) the text has been entered via the "text" field of the marker element.
3) the DTD description is
<!ELEMENT mylinkfile (#PCDATA) >
<!ATTLIST mylinkfile
idref IDREF #IMPLIED
text CDATA #IMPLIED
format CDATA #IMPLIED
srcfile CDATA #IMPLIED >
4) no rules
I may be trying to do something that is impossible to work.
Thank you for your help
