Re: XHTML in the real world

hi people, i have a question, if i have
<node>
<menu>
<item>what ever</item>
<subitem>title 1</subitem>
<subitem>title 2</subitem>
etc...
<item>same thing above</item>
<subitem>...</subitem>
etc...
</menu>
</node>

in XSL can i get all values of all items and subitems?
I use PHP as an example, but, i just can get this values using the PHP
language (making an array parser), not the XSL language.

This is possible to do with XSL?

--
Thanks

----- Original Message ----- 
From: "Bob Clary" <bc@bclary.com>
To: <public-evangelist@w3.org>
Sent: Thursday, October 02, 2003 12:08 PM
Subject: XHTML in the real world


> How do we deal with sites like this?
>
> <http://news.com.com/>
> <http://validator.w3.org/check?uri=http%3A%2F%2Fnews.com.com%2F>
>
> Does anyone want to take the lead in contacting them and asking them to
> produce valid XHTML. I would love to a) hear their response and b) see
> the site corrected.
>
> /bc
>
>

Received on Saturday, 4 October 2003 00:41:00 UTC