SAX GET XML PROCESSING INSTRUCTION

4D - Documentation   Français   English   German   Español   4D v11 SQL, Comandos por temas   4D v11 SQL, Lista alfabética de comandos   4D v11 SQL, Constantes por temas   Regresar   Anterior   Siguiente

versión 2004


SAX GET XML PROCESSING INSTRUCTION (document; nom; valor)

ParámetroTipoDescripción
documentDocRefReferencia del documento abierto
nomCadenaNombre de la instrucción
valorCadenaValor de la instrucción

Descripción

El comando SAX GET XML PROCESSING INSTRUCTION devuelve el nom y el valor de la instrucción de proceso XML analizada en el documento XML referenciada por documento. Este comando debe llamarse con el evento XML Processing Instruction. Para mayor información sobre eventos SAX, consulte la descripción del comando SAX Get XML node.

Ejemplo

Miremos el siguiente código XML:

<?xml version="1.0" encoding="UTF-8"?>
<!-- Edited with XML Spy v3.0.7 NT (http://www.xmlspy.com) by Myself (4D SA)-->
<?PI TextProcess?>
<!DOCTYPE RootElement SYSTEM "ParseTest.dtd">

La siguiente instrucción devolverá "PI" en vNom y "TextProcess" en vValor:

   SAX GET XML PROCESSING INSTRUCTION($DocRef;vNom;vValor)

Ver también

SAX ADD PROCESSING INSTRUCTION, SAX Get XML node.


4D - Documentation   Français   English   German   Español   4D v11 SQL, Comandos por temas   4D v11 SQL, Lista alfabética de comandos   4D v11 SQL, Constantes por temas   Regresar   Anterior   Siguiente