Hello,
There is a custom feature that we use with Epic editor. It lists all occurrences of a particular element in our sgml/xml document, and allows us to edit an item from that list in a separate edit window. For some reason, the doc_open statement in the script works a different way for xml files. This is what it looks like
DESC_DOC = doc_open("$TEMP_FNAME", 0x002, title);
For xml files, it just does not associate a stylesheet with the 'temp_fname' document. Epic editor shows a message saying that the stylesheet for the base xml document is in use, and that it is going to use dflt.fos in lib. I would want it to use the stylesheet that my base xml document is using, just like it does for my sgml documents. Any ideas?
Thanks
Triveni Shenoy