Transform XML from ?readviewentries (or same) in Domino

I would like to know how I am supposed to transform (XSL) the DXL I would normally get from ?readviewentries in LS (with the NotesXSLTransformer).

Can I get the same DXL with the NotesDxlExporter ?

Should I get the DXL from the HTTP server through the use of a HTTP request object or something like it ?

Any help will be greatly appreciated … im stuck :frowning:

Klaus Terman

Subject: ?readviewentries does not return DXL.

?readviewentries does not return DXL strictly speaking. DXL is the schema for describing the design and content of Domino databases. Readview entries returns the content of a view index, this isn’t part of the DXL of a database (I think) because the DXL is the document contents and design notes. The chances are you really do want the XML from ?readviewentries which you can get from an HTTP request and you can use the XMLprocessor class to parse it with DOM or SAX.