Diferencia entre revisiones de «Gambas/Manipular documentos XML»

Contenido eliminado Contenido añadido
Línea 21:
As you can see, the document is separated into different lines and there is some indentation to indicate the various levels of nesting, however this is not necessary, any document can go in a single line of text. This formatted this way to help you understand the document. You will find very useful this way to format XML documents when you need to read or edit an XML document into a plain text editor.
 
== '''EscribirWriting XML''' ==
You’ll write a program that must create the following XML document based on one of the classes you were working on back in the Objects lesson.
<?xml version=”1.0” encoding=”UTF-16” ?>