in reply to Re: XML::Mini problem
in thread XML::Mini problem

They're not attributes, even though they look like them. '<?' denotes a processing instruction, where everything after the first word is freeform data, although most PIs specify their format to look like attributes.

As noted by herveus, the XML spec requires 'version' to be the first pseudo-attribute of the xml declaration.

pg