EMC Developer Network

WCM in Action
 
WCM in Action - Download Page
 

 

This page contains all of the downloads for the series of articles explaining how the Developer Program used XML and WebPublisher to manage this website.

Default XML Application
Depending on the version of your Docbase you may need to install the Default XML Application. If you see a folder called "Default XML Application" in your /System/Applications folder, you are all set. If not, download and install this default XML application. For instructions on installing the application see support note 9966 on the Tech Support website or contact Tech Support directly.

XML Application for use with Desktop Client
This DocApp will create the XML Application and object types used by these examples. You will need to use the Documentum DocApp Installer to install them. This XML Application bundled here is for use with the Desktop Client; included below is the XML Application customized for use with WebPublisher. If you are using WebPublisher then you should download this DocApp, install it and then overwrite the XML Application with the WebPublisher specific one found below. Read more...

Desktop Client Transform Component
The easiest way to transform a Docbase XML document is to use the Desktop Client component that you can download from our sample code page. This component lets you select an XML file from within Windows Explorer and then select Transform. The component is launched and lets you select an XSL file to use and a target for the transformed output. The component is not supported but we use it every day without any issues.

XDQL Tip Examples
All of the sample XML and XSL files discussed in the XDQL overview can be downloaded in this ZIP file.

XML Application for use with WebPublisher (Updated 14/May/2002)
When you create chunks using a WebPublisher template you can use a less complex XML application than the one we use when we create chunks with an XML editor and then import them through Desktop Client. The key differences are that the WebPublisher XML application does not set the object type and does not set the object's folder path. Both of these are set by WebPublisher. (FYI: WebPublisher clones the XML Chunk used by the template so it uses that object's type and it places the object where ever you are when you add the new chunk.)

For easy of deployment we have just packaged the amended devProgContent.xml file here. In order to create the required object types we suggest that you install the DTC-based XML application and then replace the XML application in /System/Applications/devProgContent with this code.

WebPublisher Template for Creating Chunks
In order to create XML chunks using WebPublisher you will need to set up a template. This zip file contains the three files used to build the template. Read the installation instructions for more information.

WebPublisher Template for Creating the Samplecode Page
In order to assemble the web pages form the XML chunks using WebPublisher you will need to set up a template. This zip file contains the three files used to build the template. Read the installation instructions for more information.