MENU
xml space
This special attribute can be assigned a value of 'preserve' or 'default'. 'preserve' indicates that white space is to be preserved. 'default' tells the XML processor to use its own scheme to handle white space.<?xml version="1.0" encoding="UTF-8"?>
<title xml:lang="en" xml:space="preserve">Harry Potter</title>