Search found 3 matches

by cforney
Wed Jun 30, 2021 12:01 am
Forum: SDK-API, Frameworks - Document Types
Topic: Content Completion: Cache Invalidation
Replies: 4
Views: 1339

Re: Content Completion: Cache Invalidation

Thank you again for your answer. I wasn't aware of that, but it's great to have the possibility to interact via Oxygen's Java-based API and to implement a custom Content Completion Handler. Unfortunately we are lacking the skills needed in our team at the moment. From our project point of view, we w...
by cforney
Fri Jun 11, 2021 11:12 am
Forum: SDK-API, Frameworks - Document Types
Topic: Content Completion: Cache Invalidation
Replies: 4
Views: 1339

Re: Content Completion: Cache Invalidation

Thank you for the useful explanation, Alex. It's good to know that validation also drops the cache. I would like to ask a follow-up question here: We found that caching does not take into account the context set by <xsl:variable name="propertyElement" select="saxon:eval(saxon:expressi...
by cforney
Wed Jun 09, 2021 3:35 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Content Completion: Cache Invalidation
Replies: 4
Views: 1339

Content Completion: Cache Invalidation

Hi everyone, we are using Content Completion in our project by calling an external XSLT script, as described in the docs . Example: <xslt href="https://the-backend.com/api/values.xsl" useCache="false" action="replace"/> For performance reasons, we would like to set @use...