Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
CDATA sections are used in text XML documents to simplify the storing of code or markup sections. The CDATA token can be used to preserve the CDATA sections specified in the original XML document when encoding in binary XML.
-
cdsect = 1*(CDATA-TOKEN textdata) CDATAEND-TOKEN
Multiple CDATA chunks (CDATA-TOKEN and textdata) MUST be considered as a single CDATA section until CDATAEND-TOKEN is reached.