with TJvxXMLDocument..XMLDeclaration do begin Standalone.Value:= True; Version.Value:= '1.0'; end;
create <?xml standalone='True' version='1.0'?>
should be: 1. version="1.0" 2. standalone="yes"
Log in to post a comment.