Hello, Yup, that undocumented features solves my problem like a charm
. The problem I was working on was about handling "invalid Processing instructions" , with the format like : <?text:moretext restofPI ?> . Epic version 5.2, what is used in the production environment at the company, can handle those PIs, and that seems to be a bug. those invalid PIs are produced by some sgml-processor in the line of document production. The occurring problem were with some Extension programmed in Java that we have created to apply some transformations on the created document: The Java Implementation crashes and takes epic down with an error somewhere in the w3c-dom implementation. So my task was to create a workaround for those invalid PIs, and my solution is to modify the PI-Conent before letting Java do its work. As I could not rely on a selection in a document, I chose to do this replacement step on the whole document until I hit a PI whose oid is smaller than the one from the last run as a break condition. And there I encountered the message "Hit document end". As I have found out in discussion with my colleagues, this workaround will be fine for now, as the newer versions of the epic editor do not have this invalid PI-bug, and newer versions of the mentioned sgml processors will not produce those invalid PIs. So for now it seems that version 5.2 will be used for quite a while, I don't have to care about the undocumented feature and be 'appy appy' as it works
. Thanks alot for the URL to ptcuser.org, I will definitly take a look inside , even if I don't know how much I will have to work in future with epic extensions and ACL
. Thank you for your help and Happy Easter ( or Happy Holidays, depends on your religious beliefs, if any
. So much for the political correctness issue
) Greetings ! roland