Check section 4.5 here:
http://www.w3.org/TR/xhtml1/#diffs
-Erik
Drasko Kokic wrote:
> Yeah, really wierd ... that some people still don't
> realise that things like , or not properly
> ended and tags ... or even better, the
> construction ... are simply
> NOT valid XML :-)
>
>
> --- "Mar
I think Netscape requires you to specify "nowrap='nowrap'". Irritating, but
alas, reality. :(
-man
- Original Message -
From: "Mark S. Kent" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 25, 2001 8:47 AM
Subject: [C2] using HTML "nowrap" in a
> This is weird.
>
>
sergi wrote:
>
> hi everyone,
> i've added my own action in pacage of all cocoon actions
> 'org.apache.cocoon.acting', in propper sub-folder... after that i rebuild my
> cocoon, and my class has appeared in 'build' sub-folder... so i've thought,
> everything's all right, but i got internal server
Mark,
The reason you had problems is that the HTML is actually XHMTL which is just
well formed HTML. The XHTML Documents must conform to all the rules of XML.
So attributes of a tag must have the form tag=""; So in your example to get
a browser to actually use the nowrap tag the way you are expe
I use
nowrap="nowrap"
This approach has worked so far for any standalone html attributes I've
encountered. So, likewise
noshade="noshade"
marty
- Original Message -
From: Mark S. Kent <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 25, 2001 8:47 AM
Subject: [C2] usin
Hi C2 users!
I finally got C2 installed on WebSphere 3.5.2 (not very straightforward) but
unfortuneately I can't get the welcome page.
In the log I see the sitemap redirecting to 'welcome' but no joy at the
browser.
I'm sooo close to getting it running...
Has anyone seen this problem and wha
Hi,
I just installed Cocoon 2 on WebSphere 3.5.2 and when I try to access the
http://localhost/cocoon/ page I get the following exception. Has anyone run
into this problem and can you help me out? I think it's generated by Xalan.
Thanks,
Jack
java.lang.RuntimeException: No more DTM IDs are
Christian,
I can't see anything wrong, but you've not shown us all your code. Also,
we have no way of verifying that your column and table names match your
database. One reason it is hard to debug ESQL is because all exceptions
get trapped and turned into generic exceptions, so you don't know
With Cocoon, you write XHTML and not HTML. The main difference is that
XHTML is well-formed like XML, which is why you write e.g., instead
of by itself. Also, all attributes must have a value. See
http://www.w3.org/TR/xhtml1/#diffs for more info. (This document, btw,
suggests that is the p
Hello
cocoon-users,
Has anyone used an
applet interacting with cocoon 2 ? In my project,the applet would have two
use cases:
1) Show
data.This would be done by posting a parametrized request via HTTP to cocoon and
receive an XML.Then the applet would handle XML (parse).Here the applet
hi everyone,
i've added my own action in pacage of all cocoon actions
'org.apache.cocoon.acting', in propper sub-folder... after that i rebuild my
cocoon, and my class has appeared in 'build' sub-folder... so i've thought,
everything's all right, but i got internal server error, after i call my
xs
Andrés Padilla wrote:
> i have just intalled my cocoon 2 with tomcat 3.X, following all the
> steps form de installing document and when i type in my browser:
> localhost:8080/cocoon tomcat fails throwing this menssage: any idea?
>
> */JNI panic: JNI received a null string/*
> at java.l
Yeah, really wierd ... that some people still don't
realise that things like , or not properly
ended and tags ... or even better, the
construction ... are simply
NOT valid XML :-)
--- "Mark S. Kent" <[EMAIL PROTECTED]> wrote:
> This is weird.
>
> I just tried putting a "nowrap" param to my
We (=Bruno Dumon) and I have been fooling around with it a bit. We had
no time to contribute it though :(
Also Berin has been some xforms (on a completely separate effort -- I
think the main chunk of his code is in the Validator class. Have a look
at it.)
hth,
tomK
> -Original Message-
Bob,
look at the log files produced by Cocoon, there are a lot of information
there.
For instance, writing my own transformer, I've found out that two XML
header ("http://utenti.tripod.it/lmorandini/index.html
-
> -Original Messag
http://www.galatea.com/flashguides/cocoon-tips-2.xml explains this in
detail.
Lajos
galatea.com
Olivier MOUGEL wrote:
> Hi all,
>
> I'm using mysql with php without great problem but I want to investigate
> the power of XML et Cocoon.
>
> My problem is that my data is stored under an DBMS !
same here.
Quoting Lajos Moczar <[EMAIL PROTECTED]>:
> Hi folks,
>
> I'm getting up to a 7-hour delay in receiving posts to this list. Is it
>
> just me or is everyone having problems?
>
> Regards,
>
> Lajos
>
>
> -
> Pleas
17 matches
Mail list logo