Search found 18 matches

by fhorn
Thu Dec 07, 2017 5:24 pm
Forum: Common Problems
Topic: Image with "position:fixed" CSS property not visible in Author
Replies: 3
Views: 2096

Re: Image with "position:fixed" CSS property not visible in Author

Hi Radu,

thank you, that's good news!

Regards
Franziska
by fhorn
Thu Nov 30, 2017 7:15 pm
Forum: Common Problems
Topic: Image with "position:fixed" CSS property not visible in Author
Replies: 3
Views: 2096

Image with "position:fixed" CSS property not visible in Author

Hello, I've got a related question concerning the "position:fixed" CSS property. In our framework in oXygen version 17 and 18 the author mode shows an image in the top right corner. The image is a link and it has the "position:fixed" CSS property to be always visible. The propert...
by fhorn
Tue Aug 01, 2017 5:48 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Problem with ${xpath_eval()} in framework
Replies: 17
Views: 8774

Re: Problem with ${xpath_eval()} in framework

Hi, we are using a CSS oxy_xpath() function in a combo box form control. The oxy_xpath() function reads data from a remote file. As you described above a confirmation dialog appears to the user. Everything works fine if we select "allow and remember". But at first I tried this: I selected ...
by fhorn
Mon Feb 29, 2016 12:43 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Problem with ${xpath_eval()} in framework
Replies: 17
Views: 8774

Re: Problem with ${xpath_eval()} in framework

Hi Adrian,

thank you, it's good to know that this is possible!

Regards,
Franziska
by fhorn
Fri Feb 26, 2016 1:27 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Problem with ${xpath_eval()} in framework
Replies: 17
Views: 8774

Re: Problem with ${xpath_eval()} in framework

It works fine if I set that system property to Oxygen as you described it, thank you! In spite of that workaround is it by any chance still possible to download version 17.0 via the oxygen homepage? I'm asking because the version is not listed in the software archive. Probably only the latest releas...
by fhorn
Wed Feb 10, 2016 7:46 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Problem with ${xpath_eval()} in framework
Replies: 17
Views: 8774

Re: Problem with ${xpath_eval()} in framework

Hi Radu, thank you for clarifying this and testing the Author action! You're right, I'm using the standalone Oxygen (XML Editor). The path points to a file stored on a WebDAV resource (eXist server 2.1). It is not a path relative to the current opened XML document. If the file is stored locally on m...
by fhorn
Wed Feb 10, 2016 4:19 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Problem with ${xpath_eval()} in framework
Replies: 17
Views: 8774

Re: Problem with ${xpath_eval()} in framework

Hello, we use the editor variable ${xpath_eval(expression)} in a framework action, too. Everything works fine in oXygen version 16.1 and 17.0, but not in 17.1. It is an InsertFragmentOperation, the value of the fragment is the following: ${ask('Select value', combobox, ${xpath_eval(doc("filepat...
by fhorn
Wed Sep 23, 2015 6:04 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Problem displaying special characters in Java operation
Replies: 2
Views: 2479

Re: Problem displaying special characters in Java operation

Hello Radu,

thank you very much for your quick response,
we will try that out.

Regards
Franziska
by fhorn
Wed Sep 23, 2015 5:28 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Problem displaying special characters in Java operation
Replies: 2
Views: 2479

Problem displaying special characters in Java operation

Hello, in our project we use the Java operation InsertRegisterAttributeOperation (https://github.com/telota/ediarum/wiki/Documentation-ediarum.jar-%28english%29#insert-register-operation) for an action in our framework, the Java operation is part of ediarum.jar. The operation is used to open a dialo...
by fhorn
Fri Jun 19, 2015 3:56 pm
Forum: XQuery
Topic: Author Mode "XQueryOperation" and eXist
Replies: 3
Views: 5719

Re: Author Mode "XQueryOperation" and eXist

Hi,

thank you very much for the quick responses!
Everything works correctly if I use the XQuery function doc to load the XML from the HTTP server.

Regards,
Franziska
by fhorn
Thu Jun 18, 2015 8:32 pm
Forum: XQuery
Topic: Author Mode "XQueryOperation" and eXist
Replies: 3
Views: 5719

Author Mode "XQueryOperation" and eXist

Hello, I have problems to use the operation "XQueryOperation" in the Author mode. The content of the parameter script uses an eXist database module, the module for performing HTTP requests as a client (http://exist-db.org:8098/exist/apps/fundocs/view.html?uri=http://exist-db.org/xquery/htt...
by fhorn
Wed Apr 22, 2015 11:17 am
Forum: XQuery
Topic: Update multiple XML files using XQuery
Replies: 2
Views: 6990

Re: Update multiple XML files using XQuery

Hello,

thank you very much for your response! It works if I use the document-uri function as you suggested it.

Code: Select all

replace value of node doc(document-uri($doc))/rootElement/element with 'new value'
Regards,
Franziska
by fhorn
Thu Apr 16, 2015 10:34 pm
Forum: XQuery
Topic: Update multiple XML files using XQuery
Replies: 2
Views: 6990

Update multiple XML files using XQuery

Hello, I've got problems to update several documents using a XQuery Update. The oxygen version is 16. I use Saxon-EE XQuery 9.5.1.5. as a transformer and disabled XQuery 3.0 support. Here is an example: xquery version "1.0"; let $docs := collection("file:///C:/My_Collection/?select=*....
by fhorn
Thu Jan 15, 2015 4:30 pm
Forum: Other Issues
Topic: WebDAV: Authentification failed - read-only permission
Replies: 2
Views: 2023

WebDAV: Authentification failed - read-only permission

Hello, in our project we use a WebDAV resource (eXist server 2.0). Most users have enhanced permissions to edit files in our database. We also created a guest user with limited permissions ("r--" for the xml file and for the directory containing the xml files: "r-x"). It seems th...
by fhorn
Wed Jan 29, 2014 1:37 pm
Forum: Other Issues
Topic: oxy_xpath function and large XML files
Replies: 1
Views: 1543

oxy_xpath function and large XML files

Hello, In a CSS file, I use the oxy_xpath function to interate over a another XML file. This file is stored on my computer and the file size is about 100 MB. If I try to edit a new XML file associated with this CSS file, I receive the following error message: [CSS]:XPath failed: XPath failed due to:...
by fhorn
Fri Jan 10, 2014 6:05 pm
Forum: Other Issues
Topic: Copying Values of Attributes in Author Mode
Replies: 1
Views: 1388

Copying Values of Attributes in Author Mode

Hello, is it possible to copy the value of an attribute in the author mode? In the CSS, the attribute xml:id is specified as follows: element:before{ content: attr(xml\:id); } The css is part of a project specific framework. If I copy the value of the attribute shown in the author mode and try to pa...
by fhorn
Tue Dec 10, 2013 6:48 pm
Forum: SDK-API, Frameworks - Document Types
Topic: CSS Element with or without an element
Replies: 3
Views: 2684

Re: CSS Element with or without an element

Hello Radu, thank you for the explanation and the hint! In the schema, there is the following declaration for the element mentioned: <xsd:complexType name="mentioned" mixed="true"> <xsd:attribute name="type" fixed="Z" use="optional"/> </xsd:complexTy...
by fhorn
Tue Dec 10, 2013 5:49 pm
Forum: SDK-API, Frameworks - Document Types
Topic: CSS Element with or without an element
Replies: 3
Views: 2684

CSS Element with or without an element

Hello, I'm having problems styling a certain element with or without an attribute differently. The css is part of a project specific framework that contains also a template for new xml files. The framework has the highest priority of all frameworks within the frameworks collection. The oXygen versio...