My favorites | Sign in
Project Home Downloads Issues Source
Project Information
Members
Featured
Downloads
Links

The UUID Web Script can be used to generate a unique identifier that can be included in your WCM form generated content.

How to Use

Simply include

<include schemaLocation="webscript://util/uuid">
</include>
in your xsd, then reference the include
<element name="key" type="your_namespace:uuid">
</element>
.

This will include a read-only UUID in your form and subsequently in your XML and then is available for use in your renditions.

Powered by Google Project Hosting