June 28, 200718 yr Hello again. I'dd like to export a field value in an xml file. I'dd thought I'dd do it using a calculation field witch contains the raw xml layout. The problem is, in order that xml is valid and readable is neads a header line like this <?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> the "" are my problem how to keep them as is. example : normally I do this ... "<?xml version="&"1.0"&" encoding="&"ISO-8859-1"&" standalone="&"yes"&" ?>"&..... etc... But this get's rid of my needed "" at 1.0 ?? How to resolve this ? Kind regards
Create an account or sign in to comment