Feature Requests item #604201, was opened at 2002-09-03 17:22
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=354754&aid=604201&group_id=4754
>Category: framework
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Zhenbang Wei (zbwei)
Assigned to: Nobody/Anonymous (nobody)
Summary: Shell component supports XHTML
Initial Comment:
Currently the Shell component only generates HTML.
Is it possible to support XHTML?
----------------------------------------------------------------------
>Comment By: Howard Lewis Ship (hship)
Date: 2002-09-03 17:40
Message:
Logged In: YES
user_id=26816
The choice of response content type (HTML vs. XML vs.
XHTML vs. WML, etc.) is a function of the IPage instance.
IPage defines the following method:
public IMarkupWriter getResponseWriter
(OutputStream out);
net.sf.tapestry.html.BasePage returns an instance of
HTMLMarkupWriter.
There isn't, currently, an XMLBasePage and an
XHTMLMarkupWriter (but it would be easy to do).
Providing those two, and setting the proper value for the
Shell's DTD parameter, would accomplish what you want.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=354754&aid=604201&group_id=4754
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Tapestry-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer