xml in dialog

Post Reply
wartiaga
Posts: 83
Joined: Wed May 25, 2016 1:04 am

xml in dialog

Post by wartiaga »

Hi,

Is there a way to display the contents of an xml in a dialog like the internet explorer does with indentations and change the color of some words?

Thanks in advance.
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: xml in dialog

Post by Otto »

Hello,
Are you looking for something like this:
Best regards
Otto
Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: xml in dialog

Post by Otto »

This is a xBrowse!
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
wartiaga
Posts: 83
Joined: Wed May 25, 2016 1:04 am

Re: xml in dialog

Post by wartiaga »

Otto wrote:This is a xBrowse!
Hi Otto,

I think this solve my problem, but i want to change a color with some tags.
Do you put the code here? Thank you so mutch
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: xml in dialog

Post by nageswaragunupudi »

You may also try the built-in function of FWH

Code: Select all

FW_XmlView( cXmlFile )
 
Mr. Otto's program appears to be more advanced than this.
Regards

G. N. Rao.
Hyderabad, India
wartiaga
Posts: 83
Joined: Wed May 25, 2016 1:04 am

Re: xml in dialog

Post by wartiaga »

nageswaragunupudi wrote:You may also try the built-in function of FWH

Code: Select all

FW_XmlView( cXmlFile )
 
Mr. Otto's program appears to be more advanced than this.
Thank you Mr. Nages. Fw_XmlView() allows change some lines color?
pacotre
Posts: 40
Joined: Fri Jan 10, 2014 10:38 am

Re: xml in dialog

Post by pacotre »

nageswaragunupudi wrote:You may also try the built-in function of FWH

Code: Select all

FW_XmlView( cXmlFile )
 
Mr. Otto's program appears to be more advanced than this.
No reconoce esta función. Debo poner algún include o alguna libreria adicional?
Gracias
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: xml in dialog

Post by cnavarro »

Which version of Fivewin do you use?
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Post Reply