Search found 37 matches: xmlreader

Return to advanced search

Re: OT - quienes tengan experiencia en MAC

Estimado Gustavo, Harbour proporciona funciones para el uso de ficheros XML, revisa FWH\samples\xmltree.prg y xmlreader.prg Para la creación y uso de ficheros de Excel desde Harbour puedes usar la librería xlsxlibhb publicada en estos foros: https://github.com/FiveTechSoft/FWH_tools/blob/master/Xlsxlibhb_ver2.zip ...
by Antonio Linares
Tue Nov 07, 2023 1:48 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: OT - quienes tengan experiencia en MAC
Replies: 1
Views: 193

Re: Alternativa a hbxml

... hbxml funciona y yo utilizando sus métodos no puedo obtener un resultado favorable, no dudo que sea por mi torpeza. de hecho compilo el ejemplo xmlreader y no me funciona tampoco. Pero con esto, soluciono mi problema puntual. Gracias!!!!!!!
by jose_murugosa
Tue Apr 11, 2023 6:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alternativa a hbxml
Replies: 6
Views: 535

Re: Alternativa a hbxml

Estimado Jose,

Que problema tienes con las funciones de uso de XML propias de Harbour ?

revisa los ejemplos FWH\samples\xmlreader.prg y xmltree.prg

veras que usan los ficheros XML correctamente :-)
by Antonio Linares
Mon Apr 10, 2023 6:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alternativa a hbxml
Replies: 6
Views: 535

Multiple array is giving me problems (SOLVED)

... 10:28:42 Error description: Error DBFCDX/1020 Data type error: HEXCODE Args: [ 1] = U Stack Calls =========== Called from: .\TEST1.PRG => XMLREADER( 12166 ) Called from: .\TEST1.PRG => (b)BUILDMENU( 5745 ) Called from: .\source\classes\MENU.PRG => TMENU:COMMAND( 1556 ) Called from: ...
by Marc Venken
Mon Dec 14, 2020 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple array is giving me problems (SOLVED)
Replies: 11
Views: 789

error to show pdf on dialog

... from: .\source\classes\ACTIVEX.PRG => TACTIVEX:DO( 96 ) Called from: test.prg => VISUALIZZAFILEPDF( 331 ) Called from: test.prg => XMLREADER( 232 ) Called from: test.prg => IMPORTXML( 28 ) Called from: test.prg => MAIN( 11 ) DEFINE DIALOG oDlgPdfFile  SIZE nWidth, nHeight ...
by Silvio.Falconi
Thu Dec 03, 2020 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 720

XML read, memory allocation error

... the error below, how do I resolve this issue? /*********************************************** Application Internal Error - C:\winapps\vessel\xmlreader.exe Terminated at: 2019-06-09 08:54:10 Unrecoverable error 9006: hb_xgrab can't allocate memory Called from HBXML_DATAREAD(0) Called from ...
by cdmmaui
Thu Jun 20, 2019 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML read, memory allocation error
Replies: 2
Views: 603

Multi dimentional array to XML - modify field content

... an XML-file from a multi dimentional array, or do I have to go through the array, and create via text-commands the XML myself. I saw that via the xmlreader, it's easy to read it, but could find how to write it. I want to read it, do some modifications is some fields, and write it back. Now I create ...
by Marc Vanzegbroeck
Wed Oct 31, 2018 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi dimentional array to XML - modify field content
Replies: 0
Views: 434

XML to text

Hi, I already study xmlreader.prg and xmltree, but couldn't get it to work. I have a XML-file with this stucture (readed with xmltree.prg) http://www.vms.be/tmp/Knipsel-xml1.JPG I want to create a file like: xlmxlm,ErdbVersionxlm,ErdbVersion,DbVersion:15xlm,ErdbVersion,DbDesc:ERDB ...
by Marc Vanzegbroeck
Sun Oct 28, 2018 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML to text
Replies: 1
Views: 570

Re: Leer un archivo xml

fwh\samples\xmlreader.prg
by Sistem
Tue Aug 28, 2018 4:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer un archivo xml
Replies: 4
Views: 1180

Re: Xml a un Array

José, Usando este ejemplo xmlreader.prg incluido en FWH\samples puedes facilmente hacerlo: // Simple example for a generic XML reader#include "FiveWin.ch"function Main()      local hFile    := ...
by Antonio Linares
Fri Feb 09, 2018 7:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xml a un Array
Replies: 6
Views: 1591

Need explanation: FWH XML example

I have looked at the sample for xmlreader, and xmltree. Fine ... HOWEVER ... they are not helping I have to get the data from a line like this:        <nonoem-base-model><![CDATA[FUSION]]></nonoem-base-model>  ...
by TimStone
Sun Jul 16, 2017 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need explanation: FWH XML example
Replies: 3
Views: 1088

Re: Como imprimir XML con formato personalizado

Adolfo,

> 1.-Necesito tomar datos desde un XML e imprimir su contenido con un formato especifico

Revisa FWH\samples\xmlreader.prg y xmltree.prg
by Antonio Linares
Mon Nov 28, 2016 10:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como imprimir XML con formato personalizado
Replies: 2
Views: 571

Re: Leer archivo xml

Gracias a ambos por sus respuestas, había probado xmlreader y algunos nodos no los leia, no sabía de la existencia de xmltree. Funciona perfectamente. Nuevamente gracias.

Saludos
by horacio
Wed Nov 16, 2016 5:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer archivo xml
Replies: 3
Views: 994

Re: Leer archivo xml

Horacio,

revisa FWH\samples\xmlreader.prg y xmltree.prg
by Antonio Linares
Tue Nov 15, 2016 9:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer archivo xml
Replies: 3
Views: 994

Re: To open an XML file?

Please review FWH\samples\xmlreader.prg and xmltree.prg
by Antonio Linares
Thu Sep 15, 2016 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To open an XML file?
Replies: 2
Views: 526
Next

Return to advanced search