You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Jonathan O'Connor <jo...@xcom.de> on 2005/03/02 11:30:23 UTC

Re: WYSIWYG html tools that don't trash noncompliant attributes? [auf Viren geprueft]

Matthew,
Read this article: http://www.alistapart.com/articles/customdtd/

You need to change the DOCTYPE that is emitted by your pages to something 
like:
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
[
  <!ATTLIST textarea jwcid CDATA #IMPLIED>
  <!ATTLIST span jwcid CDATA #IMPLIED>
  <!ATTLIST input jwcid CDATA #IMPLIED>
]>

A possible alternative is to grab the xhtml1-transitional.dtd (or whatever 
you normally emit) and add in the ATTLIST lines. Then you can validate 
correctly.
Ciao,
Jonathan O'Connor
XCOM Dublin



"matthew c. mead" <m-...@goof.com> 
01/03/2005 20:00
Please respond to
"Tapestry users" <ta...@jakarta.apache.org>


To
Tapestry users <ta...@jakarta.apache.org>
cc

Subject
WYSIWYG html tools that don't trash noncompliant attributes? [auf Viren 
geprueft]






One of the big benefits touted by TIA is the ability to use standard 
HTML editing tools.

I'm a cheapskate and have tried to use Mozilla to do this.  However, it 
trashes any attributes that do not comply with the HTML specification.

What tools are people using that leave jwcid and all the other 
nonstandard attributes in place untouched?

Thanks!


-matt

-- 
matthew c. mead

http://www.goof.com/




*** Aktuelle Veranstaltungen der XCOM AG ***

XCOM laedt ein zur IBM Workplace Roadshow in Berlin (02.03.2005)
Anmeldung und Information unter http://lotus.xcom.de/events

Workshop-Reihe "Mobilisierung von Lotus Notes Applikationen"  in Berlin (05.03.2005) 
Anmeldung und Information unter http://lotus.xcom.de/events


*** XCOM AG Legal Disclaimer ***

Diese E-Mail einschliesslich ihrer Anhaenge ist vertraulich und ist allein fur den Gebrauch durch den vorgesehenen Empfaenger bestimmt. Dritten ist das Lesen, Verteilen oder Weiterleiten dieser E-Mail untersagt. Wir bitten, eine fehlgeleitete E-Mail unverzueglich vollstaendig zu loeschen und uns eine Nachricht zukommen zu lassen.

This email may contain material that is confidential and for the sole use of the intended recipient. Any review, distribution by others or forwarding without express permission is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org