xsl-list
[Top] [All Lists]

Re: RE: xml filtering

2006-01-23 08:36:50
On 1/23/06, Andrew Curry <andrew(_dot_)curry(_at_)pa-sport(_dot_)com> 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>