Hans Stoop----------------------Livelink Appearance is shown atLivelinkUp Europe 2003Open Text User ConferenceParis, FranceMay 12th - 15th 2003Find out how we're helping six million great mindswork together to improve efficiencies and save money.http://www.opentext.com/livelinkup/
-----Original Message-----From: eLink Discussion: Development Discussion [mailto:development@elinkkc.opentext.com]Sent: dinsdag 25 maart 2003 0:51To: eLink RecipientSubject: more questions on exporting xml using oscript more questions on exporting xml using oscript Posted by HPcaUser1 (Baghdassarian, Tom) on 03/24/2003 06:39 PM has anyone tried to export information about multiple nodes from a single action=xmlexport call?here's what we're trying to do:we have a custom node that is supposed to be a view of a number of predefined nodes - i.e. a project workspace, 2 other workspaces (folders) - what I'd like is to somehow intercept the call which generates the xml against our custom node and in addition to the <llnode> info exported, also include the <llnode> info for the project workspace and the two other workspaces (our custom node stores the objectid of the workspaces).from what I gather, this could be done by orphaning the xmlexport action object from webnode and overwrite the _subcalssexecute method - however I've done that but my custom node is still being exported via the function in webnode and NOT my new orphan function (I did set the _nodetypes feature to point to my new custom node).any directions? I'd LOVE to see some sample code on merging the xml views of multiple objects and then dumping them back to the browser (also being able to transform it) as a sinlge node that makes it look like all the workspaces are physically inside my new custom node.thanks a bunchthomasbtw - are there any good docs/places here where folks have shared their xml samples? the only real doc I've found is the xml import/export guide which leaves much of the detail for the developer to try and figure out.
-----Original Message-----From: eLink Discussion: Development Discussion [mailto:development@elinkkc.opentext.com]Sent: zaterdag 29 maart 2003 23:19To: eLink RecipientSubject: Do your own request handler ?!?!? Do your own request handler ?!?!? Posted by IDNordicAdmin (Salgo, Magnus) on 03/29/2003 05:07 PM In reply to: more questions on exporting xml using oscript Posted by HPcaUser1 (Baghdassarian, Tom) on 03/24/2003 06:39 PM Why not do your own requesthandler that exportys what you want ?!?!?>From our experience that is the best way ...