Search found 66 matches: hbxml

Return to advanced search

Re: TXml Class Manual (info)

... i have downloaded from http://downloads.sourceforge.net/xharbour/xharbour-1.20.01.bin.w32.bcc32.5.82.zip files are too old ... for example file hbxml.txt is from 15/07/2004 Is that it ? Best regards,
by avista
Fri Dec 26, 2014 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXml Class Manual (info)
Replies: 3
Views: 620

Re: TXml Class Manual (info)

In xHarbour doc directory there is a file called hbxml.txt. Check if that's what you need.

EMG
by Enrico Maria Giordano
Thu Dec 25, 2014 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXml Class Manual (info)
Replies: 3
Views: 620

Re: Puedo invocar una WEB y llenar sus datos desde FWH

C:\XHB061114\include 27/03/2014 13:07 4.053 hbxml.ch 27/03/2014 13:07 7.032 hbxml.h 27/03/2014 13:07 14.118 hbxvm.h /* * $Id: hbxml.ch 9279 2011-02-14 18:06:32Z druzus $ *//* * xHarbour Project source code: * HBXML - XML DOM ...
by karinha
Fri Dec 05, 2014 11:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Puedo invocar una WEB y llenar sus datos desde FWH
Replies: 11
Views: 2878

Re: Puedo invocar una WEB y llenar sus datos desde FWH

Gracias ,
Lo estoy compilando , pero no esta el archivo hbxml.ch , ni en (x)Harbour
by ruben Dario
Fri Dec 05, 2014 12:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Puedo invocar una WEB y llenar sus datos desde FWH
Replies: 11
Views: 2878

Re: Visor XML

... hacer, y todos los ejemplos, la mayoria esta en xHarbour, ya que me cambie a Harbour...ufs volver a cambiar a xHarbour, esta como el include "hbxml.ch" que es de xharbour. Y no logro dar con el resultado, en do while me lo extrae , me los lee bien los datos que segun yo necesito , aun ...
by ACC69
Thu Aug 14, 2014 7:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Visor o leer XML...(Solucionado)
Replies: 30
Views: 14235

Re: Visor XML

... Adrian C. C. Ya mas o menos le voy entendiendo, aunque me falta muchas cosas mas, he visto mas ejemplos en el foro,pero incluyen este include hbxml.ch , pero es para xharbour y no harbour . local hFile    := FOpen( "test.xml" ) Local oXmlDoc  := TXmlDocument():New( ...
by ACC69
Thu Aug 14, 2014 3:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Visor o leer XML...(Solucionado)
Replies: 30
Views: 14235

Re: COMO SE PUEDE CREAR UN OBJETO

... POR LO QUE PUEDO APRECIAR SE DEBERIA INSTANCIAR UN OBJETO... #include "Fivewin.ch" #include "Xml.ch" #include "hbxml.ch" #include "dll.ch" #include "hbcurl.ch" FUNCTION MD203() //Obtener Token Web Service LOCAL oHttp,Doc,cxmLbody,oIni,oDlg2,oSay,oError,oInternet ...
by elmoiquique
Sat Jun 14, 2014 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO SE PUEDE CREAR UN OBJETO
Replies: 19
Views: 6182

Re: Archivos XML - para Antonio

... El prg es este: ////////////////////////////////////////////////////////////////////////////////// #include "FiveWin.ch" #include "hbxml.ch" Function Inicio() Local vArch,ContXML,oDoc,oLinMae,oIterator,oCurrent,cLinea Private ArchXML vArch:=cGetFile32() ArchXML:=vArch ContXML:=MEMOREAD("&ArchXML") ...
by Jorge Jaurena
Sat Jul 07, 2012 3:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivos XML - para Antonio
Replies: 5
Views: 1539

Archivos XML - para Antonio

... referenced from C:\HARBOUR\LIB\XHB.LIB|txml Error: Unresolved external '_hb_itemGetWriteCL' referenced from C:\HARBOUR\LIB\XHB.LIB|hbxml Error: Unresolved external '_HB_FUN___CLSUNLOCKDEF' referenced from C:\HARBOUR\LIB\XHB.LIB|txml Estas son las lib que siempre uso: FiveH.lib FiveHC.lib ...
by Jorge Jaurena
Fri Jul 06, 2012 8:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivos XML - para Antonio
Replies: 5
Views: 1539

Re: Creacion de archivo Excel .XLSX con mas de 100,000 Lineas

... This parameter instructs the TXMlDocument object how to read an XML file and/or how to write XML nodes into a file. #define constants listed in Hbxml.ch are used to specify <nStyle>: Constants for XML object creation Constant Value Description HBXML_STYLE_INDENT 1 Indents XML nodes with ...
by Willi Quintana
Tue Nov 15, 2011 4:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Creacion de archivo Excel .XLSX con mas de 100,000 Lineas
Replies: 20
Views: 9093

Pregunta sobre ficheros XML

Hola foreros. Estoy probando los comands de xHarbour que manejan ficheros XML, como TXmlDocument(), TXmlIterator, etc... y mi pregunta es: Existen tipos diferentes de ficheros XML? ¿es decir ficheros XML con estructuras internas diferentes? He seguido los pasos de thefull en su post: http://forums.f...
by antolin
Mon Dec 13, 2010 8:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta sobre ficheros XML
Replies: 0
Views: 355

Re: SOAP con Autentificacion

Rafa: Estoy iniciando con el uso de XML con HBXML (xHarbor 1.0) Veo que al generar un nodo no respeta el orden indicado para los atributos. Este código: hAttr := { "name" => Lower( aField[1] ), ; "type" => aField[2], ; ...
by Alfredo Arteaga
Sat Dec 12, 2009 6:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SOAP con Autentificacion
Replies: 15
Views: 5528

... work made in xHarbour. (By the way, this documented, but... english is not my fort... to have if somebody is animated to translate the text hbxml.) _________________ Greetings
by James Bott
Fri May 30, 2008 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Whre can I get TXML
Replies: 6
Views: 1504

It can be manipulated by xHarbour XML routines.
Check out \xHarbour\tests\xmltests.prg and \xHarbour\doc\hbxml.txt
by Gale FORd
Thu Dec 06, 2007 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML - Current thinking
Replies: 7
Views: 1708
PreviousNext

Return to advanced search