Page 1 of 1

xml in dialog

Posted: Sun Jan 19, 2020 3:23 pm
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.

Re: xml in dialog

Posted: Sun Jan 19, 2020 4:35 pm
by Otto
Hello,
Are you looking for something like this:
Best regards
Otto
Image

Re: xml in dialog

Posted: Sun Jan 19, 2020 4:40 pm
by Otto
This is a xBrowse!

Re: xml in dialog

Posted: Sun Jan 19, 2020 4:46 pm
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

Re: xml in dialog

Posted: Sun Jan 19, 2020 11:27 pm
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.

Re: xml in dialog

Posted: Tue Jan 21, 2020 12:01 pm
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?

Re: xml in dialog

Posted: Mon Jun 01, 2020 6:05 pm
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

Re: xml in dialog

Posted: Mon Jun 01, 2020 7:43 pm
by cnavarro
Which version of Fivewin do you use?