jerrysheehan
Technical User
xml file:
<?xml version="1.0" encoding="utf-8"?>
<copyright>©</copyright>
I am not using this in a dtd as of yet and I am only checking for the well-formedness of the xml file by itself. Not using any character references or anything. So the character doesn't exist since this is a
stand alone xml at this point. This is what happens when I convert my pdf files to xml through a manual process and the characters are picked up. Some parsers tell me this is invalid and point to the symbol, while others say it is valid and I was wondering what the truth actually is. Should this be actually flagged as well formed or not?
Any help would be appreciated
<?xml version="1.0" encoding="utf-8"?>
<copyright>©</copyright>
I am not using this in a dtd as of yet and I am only checking for the well-formedness of the xml file by itself. Not using any character references or anything. So the character doesn't exist since this is a
stand alone xml at this point. This is what happens when I convert my pdf files to xml through a manual process and the characters are picked up. Some parsers tell me this is invalid and point to the symbol, while others say it is valid and I was wondering what the truth actually is. Should this be actually flagged as well formed or not?
Any help would be appreciated