
|
If you were logged in you would be able to see more operations.
|
|
XML parsers are required to normalize any end-of-line character sequences in XML documents to a single LF (line feed) character[1]. Due to this, any CR (carriage return) characters and CR-LF combinations that are part of RDF literal values will be replaced with LF characters by the XML parser, effectively changing the RDF literal value. To prevent this, any CR characters in RDF literals should be encoded using the entity 
[1] http://www.w3.org/TR/REC-xml/#sec-line-ends
|
|
All CR-, LF- and tab-characters that appear in attribute values, and all CR-characters that appear in character data, are now encoded using a character entity. However, the RDF/XML writer still includes XML-literals as-is in an RDF/XML document. The resoning is that, as this is an XML-fragment, XML's normalization rules apply to it anyway. Parsing the fragment as a stand-alone document would have yielded the same result.
|
|