We are currently useing domino for our website. To acess most pages the URL is something like this…http://companyname/database.nsf/$view/documentID?opendocument
the form this uses outputs xhtml code. What i’d like to do, is create another form that outputs XML code. Designing the form I can do, but where I am confused is how I would call the XML form to work on the same documents as the XHTML form. I’d like to be able to do something like:
http://companyname/database.nsf/$XMLview/documentID?readform
or
http://companyname/database.nsf/$view/documentID?opendocument&DISPLAYXML
Is this possible? It seems like it should be. How would I go about doing this? Is there a better way?
Thanks