anakia question and possible problem

2005-01-17 Thread Mike J Boyersmith
Having problems getting anakia to transform $root.getChild calls.. I have the following xml data file ?xml version=1.0 encoding=UTF-8? document foo name=waka test /foo /document And the following vsl file (marked by !!! problem is here) html head META content=text/html;

JDOM and NOT using anakia ant task

2005-01-18 Thread Mike J Boyersmith
Its my understanding that if I want to use Anakia it needs to be ran from an ant build script? so.. I want to execute a template against a loaded JDOM. like the following: SAXBuilder builder; Document root = null; builder = new SAXBuilder(org.apache.xerces.parsers.SAXParser ); root =

Re: JDOM and NOT using anakia ant task (figured out the Namespace problem)

2005-01-18 Thread Mike J Boyersmith
Ok figured out the problem. I have to get an actual namespace object and pass it, versus just passing the namespace text. I can dump my JDOM and it shows the tree correctly. but I am having problems doing simple things like getting at elements. heres an example ... I'm TRYING to get output

velocity and JET (java emitter templates)

2005-01-28 Thread Mike J Boyersmith
Hi Does anyone have any any experience working with both of these template technologies? I'm evaluating both and trying to get a feel for what they can and can't do, so far I'm getting the impression that velocity provides a more flexible solution but wondering whats your experiences out

lost '#'s inside #literal()/#end

2005-02-01 Thread Mike J Boyersmith
: was Mike J Boyersmith/Beaverton/IBM received

Re: velocity and JET (java emitter templates)

2005-02-09 Thread Mike J Boyersmith
Sorry, I don't know anything about JET, but I was wondering if you could share with us what you have found about the two. Shinobu Kawai Yoshida [EMAIL PROTECTED] Sure thing, What I have found is that JET or Java Emitter Templates is an Eclipse technology www.eclipse.org and part of EMF (though