Search found 12 matches

by stran
Wed Mar 25, 2020 8:38 pm
Forum: SDK-API, Frameworks - Document Types
Topic: The URI http://expath.org/ns/file does not identify an external Java class
Replies: 3
Views: 1696

Re: The URI http://expath.org/ns/file does not identify an external Java class

It's giving me the message:

There are several Java methods that match equally well
by stran
Tue Mar 24, 2020 11:07 pm
Forum: SDK-API, Frameworks - Document Types
Topic: The URI http://expath.org/ns/file does not identify an external Java class
Replies: 3
Views: 1696

The URI http://expath.org/ns/file does not identify an external Java class

Hi, we are using our own version of maketoc and chunktoc (xslt 1). When we execute chunktoc, we have a template that copy a file into another place. Exemple: xmlns:file="http://expath.org/ns/file" exclude-result-prefixes="file" version="1.0" <xsl:template match="im...
by stran
Wed Feb 05, 2020 7:23 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Insert/Update text in a tag using xsl
Replies: 3
Views: 1959

Re: Insert/Update text in a tag using xsl

It didn't work. Here's the xslt: <xsl:template match="/"> <xsl:variable name="propertyElement" select="saxon:eval(saxon:expression($contextElementXPathExpression, ./*))"/> <xsl:choose> <xsl:when test="$propertyElement/name() = 'md.type'"> <xsl:call-template na...
by stran
Fri Jan 31, 2020 9:01 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Insert/Update text in a tag using xsl
Replies: 3
Views: 1959

Insert/Update text in a tag using xsl

Hi, I have an empty tag (not a combobox) <publishername></publishername> I want to update the text inside of this tag depending on the value of a combobox publisher code configuration xml file: <match elementName="publishername" editable="true"> <xslt href="getMetaCaijValues...
by stran
Tue Jan 28, 2020 9:13 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Autocomplete and non-case sensitive Combobox
Replies: 6
Views: 2296

Re: Autocomplete and non-case sensitive Combobox

Thanks!

I used the lower-case() method. Is there a way to make it so that it autofills even tho we type prescription with a lower-case p instead of a upper-case P?
by stran
Thu Jan 23, 2020 6:08 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Autocomplete and non-case sensitive Combobox
Replies: 6
Views: 2296

Re: Autocomplete and non-case sensitive Combobox

Sorry if I wasn't clear. I'll go in with as much detail as possible. So I have two combo boxes: primary and secondary. The values that you can select in Secondary depends on what is in Primary. css: md\.primary:before { content: oxy_label(text, "Primary: ", width, 10%) oxy_combobox( edit, ...
by stran
Tue Jan 21, 2020 11:27 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Autocomplete and non-case sensitive Combobox
Replies: 6
Views: 2296

Autocomplete and non-case sensitive Combobox

Hi, I have a combobox linked to a configuration file for proposed values inside (editable=OnlyAllowedItems). https://www.oxygenxml.com/doc/versions/21.1/ug-editor/topics/configuring-content-completion-proposals.html#configuring-content-completion-proposals__configuring_proposed_values_in_context Is ...
by stran
Mon Dec 16, 2019 8:07 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Combo Box values depending on another Combox Box value selected
Replies: 4
Views: 2183

Combo Box values depending on another Combox Box value selected

Hi, I'd like to create two dropdown menus linked together. The values that you can select in the second dropdown menu would depend on the value you selected in the first dropdown menu. Example: I have combo box Vehicle Type and Combo Box Brand. If I select Car in the first combo box, the values in t...