php xml viewer

php xml viewer

am 29.01.2008 11:29:52 von cmk128

Hi
Is the "xml viewer" for php available? I want to collapse/expand
the xml tag.
thanks
from Peter (cmk128@hotmail.com)

Re: php xml viewer

am 29.01.2008 13:51:54 von ivansanchez-alg

cmk128@hotmail.com wrote:

> Is the "xml viewer" for php available? I want to collapse/expand
> the xml tag.

WTF?

Please explain yourself further.

--
----------------------------------
Iván Sánchez Ortega -ivansanchez-algarroba-escomposlinux-punto-org-

El odio es un lastre. La vida es demasiado corta como para estar siempre
cabreado.
-- Danny (American History X,
1998)

Re: php xml viewer

am 31.01.2008 07:06:41 von cmk128

On 1ÔÂ29ÈÕ, ÏÂÎç8=95r51·Ö, Iv¨¢n S¨¢nchez Ortega=
escomposlinux.-.punto.-.org> wrote:
> cmk...@hotmail.com wrote:
> > Is the "xml viewer" for php available? I want to collapse/expand
> > the xml tag.
>
> WTF?
>
> Please explain yourself further.
>
> --
> ----------------------------------
> Iv¨¢n S¨¢nchez Ortega -ivansanchez-algarroba-escomposlinux-punto-o=
rg-
>
> El odio es un lastre. La vida es demasiado corta como para estar siempre
> cabreado.
> -- Danny (American History X=
,
> 1998)

Hi
I want to display a xml in a better way.
thanks
from Peter

Re: php xml viewer

am 31.01.2008 10:32:45 von UKuser

On Jan 31, 6:06 am, cmk...@hotmail.com wrote:
> On 1ÔÂ29ÈÕ, ÏÂÎç8=95r51·Ö, Iv¨¢n S¨¢nchez Orte=
ga >
>
>
> escomposlinux.-.punto.-.org> wrote:
> > cmk...@hotmail.com wrote:
> > > Is the "xml viewer" for php available? I want to collapse/expand
> > > the xml tag.
>
> > WTF?
>
> > Please explain yourself further.
>
> > --
> > ----------------------------------
> > Iv¨¢n S¨¢nchez Ortega -ivansanchez-algarroba-escomposlinux-punto=
-org-
>
> > El odio es un lastre. La vida es demasiado corta como para estar siempre=

> > cabreado.
> > -- Danny (American History=
X,
> > 1998)
>
> Hi
> I want to display a xml in a better way.
> thanks
> from Peter

Is it possible to use CSS or XSLT to style how your page looks without
needing any particular viewer.

A

Re: php xml viewer

am 31.01.2008 13:39:15 von Jerry Stuckle

cmk128@hotmail.com wrote:
> On 1ÔÂ29ÈÕ, ÏÂÎç8•r51·Ö, Iv¨¢n S¨¢nchez Ortega > escomposlinux.-.punto.-.org> wrote:
>> cmk...@hotmail.com wrote:
>>> Is the "xml viewer" for php available? I want to collapse/expand
>>> the xml tag.
>> WTF?
>>
>> Please explain yourself further.
>>
>> --
>> ----------------------------------
>> Iv¨¢n S¨¢nchez Ortega -ivansanchez-algarroba-escomposlinux-punto-org-
>>
>> El odio es un lastre. La vida es demasiado corta como para estar siempre
>> cabreado.
>> -- Danny (American History X,
>> 1998)
>
> Hi
> I want to display a xml in a better way.
> thanks
> from Peter
>

I still have no idea what you're trying to do.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: php xml viewer

am 01.02.2008 05:08:25 von llothar

On 31 Jan., 20:28, "Rik Wasmus" wrote:
> If you want to show expanding/folding XML, perhaps even with some coloring
> of tags/attributes etc, then it would be a problem yes. It could be that
> Geshi can do this, , haven't checked though.

I would need something like this too.

I need to create a way for an admin to edit xml config files from a
webbrowser
if he access the website for example during a holiday from the
Starbucks at
the beach.

A TEXTAREA for xml works but it would be nicer to have a better
solution.

Re: php xml viewer

am 01.02.2008 09:20:01 von cmk128

On 2$B7n(B1$BF|(B, $B2<8a(B12$B;~(B08$BJ,(B, llothar wrote:
> On 31 Jan., 20:28, "Rik Wasmus" wrote:
>
> > If you want to show expanding/folding XML, perhaps even with some coloring
> > of tags/attributes etc, then it would be a problem yes. It could be that
> > Geshi can do this, , haven't checked though.
>
> I would need something like this too.
>
> I need to create a way for an admin to edit xml config files from a
> webbrowser
> if he access the website for example during a holiday from the
> Starbucks at
> the beach.
>
> A TEXTAREA for xml works but it would be nicer to have a better
> solution.

Hi
Geshi can fix my problem, thanks
from Peter