Home
TeamSite
Java DCR XML parsing API
Bill Klish
I am working on a custom workflow implementation using Java servlets and JSPs and need to pull various fields out of a DCR. Instead of making a system call to a perl program or using the XML DOM, I was hoping I could leverage the DataDeploy java code that is called when DCRs are fed into a data deploy process.
It must exist since a Java Hashtable object is created to represent all the elements of the DCR, broken down by XPath elment, as this is what DataDeploy is using.
Aside from me hacking my way around all the various class files, can someone point me in the right direction of what I need to call and what I need to pass?
Find more posts tagged with
Comments
Bill Klish
Anyone from Interwoven have some guidance if the DD API is going to change or how I could use it to parse a DCR so I don't have to write my own.
Bill Klish
I opened a support case and was told that I should have an Interwoven consultant do this for us.......
Arc
Did you get any help from support ......coz even i have a similar requirement of parsing DCRs using Java.
Thanks
Bill Klish
Support was no help at all.
I ended up writing my own.