DXL usage

Hello,

What I am trying to find out is if there is a way to export specific parts of design elements rather than an entire element or DB.

I want to modify the calendar entry and some Lotus Script Libraries in the Notes Mail Template because some of our clients already have their own customization in that Template and we don’t want to replace their customizations.

I am really new in the DXL usage, so I need to read a lot.

Does anyone have any suggestions on how to do this and where can I start to read about DXL?

Subject: DXL usage

There is a class called NotesNoteCollection you may use to build a collection of design elements say agents only, forms only etc. When using the NotesDxlExporter you can export a NotesDatabase object or a NotesNoteCollection.

/Mikkel Heisterberg

Visit my blog @ http://lekkimworld.com

for posts on Notes/Domino, Sametime 7.5 development and how to use Java in Notes/Domino…

Subject: DXL usage

Yes, as Mikkel noted – but have you considered the simple option of NOT modifying anything you don’t intend to modify?