Re: XML
Mike Schrag <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
> WebObjects emits HTML. > In and effort to make my web pages more able to exchange data with > other applications on client sites; I am considering emitting XML. > Can WebObjects be configured to emit XML? Any suggestions or > comments would be much appreciated. If you're just making custom components, you can simply put XML in the components and it works fine. If you're referring to having your components generate valid XHTML, then you will need either WO 5.4.x or Project Wonder for that, because WebObjects <=5.3 does not fully generate XHTML output in all the core components. ms