|
Re: [xmlc] <br clear="none"></br>: msg#00006java.enhydra.xmlc
On Apr 16, 2007, at 6:21 PM, Jacob Kjome wrote: I don't have time to check ATM, because I'm at work. It's a shame that you selfless OSS heroes have to have day jobs too. However, can you look at I don't speak DTD very fluently, but the relevant lines of xhtml.jar/ org/enhydra/xml/xhtml/dtd/w3/1.1/xhtml11-flat.dtd seem to be: --- <!-- br: forced line break ............................. --> <!ENTITY % br.element "INCLUDE" > <![%br.element;[ <!ENTITY % br.content "EMPTY" > <!ENTITY % br.qname "br" > <!ELEMENT %br.qname; %br.content; > <!-- end of br.element -->]]> <!ENTITY % br.attlist "INCLUDE" > <![%br.attlist;[ <!ATTLIST %br.qname; %Core.attrib; > <!-- end of br.attlist -->]]> --- Sure looks like there isn't anything about a "clear" attribute there. Perhaps I'm looking in the wrong place? Not sure what could be done The "clear" attribute is deprecated in the HTML4 spec. It wasn't deprecated in HTML3.2. or having the user delete the attribute (which would be Indeed. As far as outputing <br ...></br> instead of <br .../>, that's probably The XHTML spec says, "Use the minimized tag syntax for empty elements, e.g. <br />, as the alternative syntax <br></br> allowed by XML gives uncertain results in many existing user agents." Oooh! I just found this: --- <!ATTLIST %br.qname; clear ( left | all | right | none ) 'none' > --- on this page: http://www.w3.org/TR/xhtml-modularization/ dtd_module_defs.html I'm not familiar enough with XML and DTDs to know if the XHTML Modularization 1.1 DTD applies to XMLC and this particular problem. Did my research help at all? I can't say that it cleared things up any for me. :-( Thanks for your promptness, Erik -- You receive this message as a subscriber of the xmlc@xxxxxxxxxxxxx mailing list. To unsubscribe: mailto:xmlc-unsubscribe@xxxxxxxxxxxxx For general help: mailto:sympa@xxxxxxxxxxxxx?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: [xmlc] <br clear="none"></br>, Jacob Kjome |
|---|---|
| Next by Date: | Re: [xmlc] <br clear="none"></br>, Jacob Kjome |
| Previous by Thread: | Re: [xmlc] <br clear="none"></br>, Jacob Kjome |
| Next by Thread: | Re: [xmlc] <br clear="none"></br>, Jacob Kjome |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |