Why does "xmlwrite" escape "é" as "&#xE9"?
Mostrar comentarios más antiguos
When writing an XML file containing numerical representation of special characters, the ampersand (&) is modified to "&".
For instance, the French accented character "é" can be represented by the numerical representation "é". However, "xmlwrite" modifies the ampersand to "&".<https://www.w3.org/TR/xml/#syntax>
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Structured Data and XML Documents en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!