Menu

#14 Invalid prolog

Defect
open
nobody
XML (3)
5
2002-08-11
2002-08-11
Anonymous
No

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"

Discussion


Log in to post a comment.