MENU
xml id
This special attribute is used to assign a single, unique name to an element. This helps XML processors make sub-resource linking robust.<?xml version="1.0" encoding="UTF-8"?>
<gb:book xmlns:gb="http://GoldenBookstore.com" xml:id="b123321">
<title>Harry Potter</title>
</gb:book>