Ok I understand now what it is you are trying to do. It seems that you have your documents stored in the “whitman” collection. It also seems that you are storing stylesheets into the same collection and there seems to be problem there. Maybe the problem is in how you are storing the stylesheet.
If you want to store an XML document or nonXML document into a particular collection with a specific document name (in your case CollectionStyle.xsl) you can do the following:
(1) startup Tamino Interactive Interface;
(2) set the Database URL the the collection type, document type and actual document name, for instance:
http://jefferson.village.virginia.edu:8070/tamino/cindy/whitman/xsl:stylesheet/CollectionStyle.xsl
(3) leave collection name blank
(4) use the browse button to find the source xsl file
(5) click “Process”.
If you don’t specify the database URL in the manner above and instead just specify database URL and also specify the collection name in the Collection field of the TII and perform the process command, the document gets stored without a filename.
If you want to find out if documents do/do not have a document name assigned you can issue a query, e.g:
http://jefferson.village.virginia.edu:8070/tamino/cindy/whitman?_xql=xsl:stylesheet/
which returns the root tag only of the document. If the document has a document name assigned you will see something like:
<xsl:stylesheet ino:id=“1” ino:docname=“CollectionStyle.xsl”
in the result. Otherwise if the document does not have a document name assigned the ino:docname attribute is missing.
hope this helps.
#API-Management#Tamino#webMethods