What is <?xml version="1.0"?>?

Viewed 11182

What is the difference between

<?xml version="1.0"?>

and

<xml version="1.0">

Why does it look like shorthand PHP in the XML tag? I'm sure that's what it is but why is it there?

I have an XML file that is throwing an error, but I couldn't find the error and now I'm assuming it's the ? in the XML tag?

1 Answers
Related