DBPrism CMS Addin for
JDeveloper 9i DS
is an extension of CMS Upload Utility which works in batch mode.
This feature provides a quick Upload Utility for DBPrism CMS, using the XML
Editing functionality built on top of Oracle JDeveloper 9i DS (TM).
This Addin is integrated with JDeveloper in three different options:
- As context menu in single file selection (showed into the slide).
- As Option on Tools Menu for the current file.
- As context menu in Project Node (Bulk Upload).
Importing options
Depending on the node to be imported this Addin takes different behavior. That is:
- Document of type XML, parsed as document-v10.dtd syntax and then upload
to the CMS.
- Document of type Text, imported directly (without parsing) to the CLOB column
of the CMS.
- Document of type HTML, transformed with the default stylesheet defined in the
CmsConfig.xml file, then parsed as document-v10.dtd, and finally upload to the CMS.
- Document of type OpenOffice Writer (sxw), transformed with the default
stylesheet defined in the CmsConfig.xml file (DBPrism CMS provides an stylesheet
named sxw2document-v10.xsl for this purpose), then parsed as document-v10.dtd,
and finally upload to the CMS.
- Project nodes (bulk upload), for every node into the project imports using
the previous rules.
|