xml in dialog

Post Reply
wartiaga
Posts: 221
Joined: Wed May 25, 2016 1:04 am
Been thanked: 1 time

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: 6442
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 48 times
Been thanked: 16 times
Contact:

Re: xml in dialog

Post by Otto »

Hello,
Are you looking for something like this:
Best regards
Otto
Image
User avatar
Otto
Posts: 6442
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 48 times
Been thanked: 16 times
Contact:

Re: xml in dialog

Post by Otto »

This is a xBrowse!
wartiaga
Posts: 221
Joined: Wed May 25, 2016 1:04 am
Been thanked: 1 time

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: 10733
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 11 times
Contact:

Re: xml in dialog

Post by nageswaragunupudi »

You may also try the built-in function of FWH

Code: Select all | Expand


FW_XmlView( cXmlFile )
 


Mr. Otto's program appears to be more advanced than this.
Regards

G. N. Rao.
Hyderabad, India
wartiaga
Posts: 221
Joined: Wed May 25, 2016 1:04 am
Been thanked: 1 time

Re: xml in dialog

Post by wartiaga »

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

Code: Select all | Expand


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 | Expand


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: 6675
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Has thanked: 12 times
Been thanked: 13 times

Re: xml in dialog

Post by cnavarro »

Which version of Fivewin do you use?
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Post Reply