Search found 128 matches: txmldocument

Return to advanced search

Re: TO ANTONIO : XML CLASS

Antonio,

I saw there is Txmldocument class but not is for fwh and I not time to try it

but I made a simply class to converte a dbf to xml


you can pubblish my class and renamed as TDBF2XML
by Silvio
Wed Dec 02, 2009 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO ANTONIO : XML CLASS
Replies: 15
Views: 3841

More help.

See xHarbour\tests\xmltests.prg for example of using xHarbour's TXMLDocument class.

You should have this file even in the standard xHarbour setup (without CVS).

James
by James Bott
Fri May 30, 2008 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Whre can I get TXML
Replies: 6
Views: 1491

... Below is from an Bablefish translated message on the newgroup. ------------------------------------ We created the document IN MEMORY! oDoc: = TXmlDocument():New() We added different nodes: oDoc:oRoot:AddBelow(TxmlNode():New(HBXML_TYPE_PI, 'xml', ' version="1.0" encoding="iso-8859-1" ')) oDoc:oRoot:AddBelow(TxmlNode():New(HBXML_TYPE_COMMENT,, ...
by James Bott
Fri May 30, 2008 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Whre can I get TXML
Replies: 6
Views: 1491

I just looked in the xHarbour Language Reference Guide in the commercial version. There you will find information for TXmlDocument(), TXmlNode(), TXmlIterator(), etc.
by Gale FORd
Thu Dec 06, 2007 10:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML - Current thinking
Replies: 7
Views: 1706

Re:

... cFileName ) hFile := FOpen( cFileName ) If hFile = -1 Error_Msg( cFileName, "No se pudo abrir el fichero" + cFileName ) return endif oXmlDoc := TXmlDocument():New( hFile ) if oXmlDoc:nStatus != HBXML_STATUS_OK cError := "Error While Processing File: " + AllTrim( Str( oxmlDoc:nLine ) ) + " # ...
by MarioDava
Tue Oct 02, 2007 2:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer datos especifico de un XML
Replies: 26
Views: 10416

O.T. Usando XML con xHarbour ( 2 parte )

... y despues simplemente se guarda. Para ello, tan simple como este ejemplo, para sacaros de dudas: Creamos el documento EN MEMORIA!!! oDoc := TXmlDocument():New() Añadimos diferentes nodos: oDoc:oRoot:AddBelow( TxmlNode():New( HBXML_TYPE_PI,'xml' , , 'version="1.0" encoding="iso-8859-1"' ) ...
by thefull
Mon Sep 04, 2006 10:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. Usando XML con xHarbour ( 2 parte )
Replies: 21
Views: 11410

O.T. Usando XML en xHarbour

... y su posterior grabación. Por favor, si este documento contiene erratas, no duden en señalar donde metí la gamba. En xHarbour, existen las clases TXmlDocument y compañia, realizadas por Giancarlo Niccolai, una gran persona y un grandísimo programador, que donó mucha parte de su tiempo a nuestro ...
by thefull
Fri Sep 01, 2006 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. Usando XML en xHarbour
Replies: 6
Views: 6760

Nicolas,

xharbour proporciona la clase TXmlDocument. Y tienes un ejemplo de uso en el directorio test de xharbour, xmltest.prg
by Antonio Linares
Fri Mar 24, 2006 12:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alguien a trabajado con documentos XML
Replies: 1
Views: 752
Previous

Return to advanced search