J
JustSomeGuy
What is the purpose of the ?s in this xml:
<?xml version="1.0"?>
can this be written as:
<?xml version=\"1.0\"?>
</?xml>
<?xml version="1.0"?>
can this be written as:
<?xml version=\"1.0\"?>
</?xml>