2008/11/14 Smigge <[EMAIL PROTECTED]>:
>
> Hi!
>
> I have an HTML serialization, in which I have a structure just for logging
> purposes like this:
>
> <log>
>  logging stuff
> </log>
> <html>
>  HTML-stuff
> </html>
>
> However, the logging stuff is visible on the HTML page as well, and I don't
> want that. I could make an extra transformer to throw the log-structure
> away, but there must be another way of doing this, right?

Use <log style="display:none;"> instead?


Andy.
-- 
http://pseudoq.sourceforge.net/  Open source java Sudoku solver

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to