[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] RE: xml filtering


Subject: Re: [xsl] RE: xml filtering
From: andrew welch <andrew.j.welch@xxxxxxxxx>
Date: Mon, 23 Jan 2006 15:36:50 +0000

On 1/23/06, Andrew Curry <andrew.curry@xxxxxxxxxxxx> wrote:
>
> Has anyone ever come accross a webpage that depending on certain parameters
> being set, displays only the chosen elements of xml.
> I can see this being possible but also very browser intensive. Ideally i
> would like to do it in css and 'hide' the appropriate elements but this
just
> leaves large amounts of white space. So the only other way(bar the use of
> some kind of cgi) is xslt.

Use display:none instead of visibility:hidden in the CSS - the latter
takes up space (showing whitespace) the former doesn't.

cheers
andrew


Current Thread