|
Using XMLC without Compiling Classes: msg#00032java.enhydra.xmlc
We are using a servlet based, proprietary template language (somewhat similar to velocity) which generates XHTML. For each page requested, the framework allows you to write Java code which can then manipulate the DOM, right before it gets sent to the browser. I was hoping to use XMLC (or a different tool) to help manipulate the DOM. I have a lot of alternatives, but these are the ones I have thought of so far: I can just make DOM calls, I can write a SAX processer, I can translate the DOM into JDOM or I can use JXPath. Am I right in assuming that without running the XMLC Java class generator, there is little I can get from XMLC? I would love to run the generator, but I'm afraid it wouldn't work in our environment. Are there other alternatives that might make my life easier? Does anyone know of tools out there specifically aimed at manipulating the XHTML DOM without accessing the source HTML file? Thanks, Ross
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Using XMLC with XML, Alberto Quario |
|---|---|
| Next by Date: | Re: Using XMLC without Compiling Classes, Diez B. Roggisch |
| Previous by Thread: | Using XMLC with XML, Alberto Quario |
| Next by Thread: | Re: Using XMLC without Compiling Classes, Diez B. Roggisch |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |