- From: <fcwmail@netscape.net>
- Date: Wed, 13 Nov 2002 10:07:41 -0500
- To: derhoermi@gmx.net (Bjoern Hoehrmann)
- Cc: html-tidy@w3.org
thanks for the link, Bjoern.
I defined: new-blocklevel-tags=webwork\:text, ui\:textfield, webwork\:action, webwork\:include
Now the errors are gone, but tidy deletes the webwork:text entry !
Original:
<%@ taglib uri="webwork" prefix="webwork" %>
<%@ taglib uri="webwork" prefix="ui" %>
<html>
<head>
<title>
<webwork:text name="'main.title'"/>
</title>
</head>
Tidied:
<%@ taglib uri="webwork" prefix="webwork" %><%@ taglib uri="webwork" prefix="ui" %>
<html>
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org">
<title></title>
</head>
Please how do I need to define it ?
Thanks for your help,
Frank
Bjoern Hoehrmann <derhoermi@gmx.net> wrote:
>
>* fcwmail@netscape.net wrote:
>>Please give me a hint where I can find more documentation
>>on this new-* config options, I could not trace it...
>
>http://tidy.sourceforge.net/docs/quickref.html#new-blocklevel-tags
>
>
__________________________________________________________________
The NEW Netscape 7.0 browser is now available. Upgrade now! http://channels.netscape.com/ns/browsers/download.jsp
Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
Received on Wednesday, 13 November 2002 10:08:18 UTC