|
|
1. Stephan H. Wissel09/30/2005 09:54:21 PM
Homepage: http://www.wissel.net/
Hi Gary,
you have two reasonable options:
feed the result of the DXLExporter into a XSLT Transformer or a SAX Parser. Both allow chaining, so you setup the whole chain and then pull the trigger on the first one (.process). It will run the whole chain then. The only challenge will be multivalue fields and some XSLT magic. You need different templates for the various Notes datatypes to do save processing.
Hth
stw
2. Stephan H. Wissel10/01/2005 09:57:56 AM
Homepage: http://www.wissel.net/
You can find a sample XSLT here:
http://fromdomino.com/__48256E5A001AB060.nsf/d6plinks/SHWL-6GRMNM
stw
3. Gary10/03/2005 02:34:10 PM
thanks Stephan, I'll give it a try. I was leaning towards the SAX parser. but I'll try the transform first.
4. Brian Benz10/04/2005 08:36:07 AM
Homepage: http://www.softwaresoapbox.com
Did I ever give you a copy of my book? I think I had a chapter on this, with an XSLT example. I'll dig it up....