Re: URLRewriter and XHTML issue revisited
Jacob Kjome <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.xmlc |
|---|---|
| Message-ID | <[email protected]> |
Thanks for your effort on this Mark! At 05:17 PM 6/24/2003 +0000, you wrote: >So I am pretty sure the fix is to implement modify > org.enhydra.xml.xhtml.dom.xerces.XHTMLDocumentImpl > >to implement > org.enhydra.xml.xmlc.XMLObjectLink > >this most likely needs to be done for the wireless DOMs as well. Ok, this has been done. All of the following now implement XMLObjectLink... XHTMLDocumentImpl.java CHTMLDocumentImpl.java VoiceXMLDocumentImpl.java WMLDocumentImpl.java Can someone who uses URL Rewriting along with XHTML or one of the Wireless implementations please test this to verify that the issue is fixed? You'll need to grab the latest XMLC CVS. Get info to do this from... http://forge.objectweb.org/projects/xmlc/ Make sure to read the README file in the root of the build before running the build. Jake