Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Documentum Content Management
Webtop 6.7 - BOM problem
Nicklas
XML file containing a UTF-8 BOM (see attached file) is imported into Documentum, and a custom XML application is selected.
The XML file has a system identifier, and that DTD (see attached file) is imported to the supporting files folder of the custom XML application.
Use
getfile
API command on the imported file to verify that a <?dctm?> processing instruction has been added with an attribute has_bom="true".
When trying to check the document out an exception is thrown:
Checkout is OK if:
Default XML Application
is selected instead of the custom one on import
No DTD is available in the supporting files folder of the custom XML application
setfile
API command is used to set the <?dctm?> PI attribute has_bom="
false
"
Please, any ideas?
spc.dtd
spc.xml
Find more posts tagged with
Comments
There are no comments yet