Search found 26 matches

by avanlooveren
Thu Jan 25, 2018 4:47 am
Forum: Other Issues
Topic: How to modify attributes with editor variables?
Replies: 2
Views: 3617

Re: How to modify attributes with editor variables?

Sorin, First, a big THANK YOU. You and your team are always so thorough with your responses and this was no exception. Priorities shifted, so a lot of time passed before I got to try out your solution, but it works. (Of course, it does, and of course your wonderful product was ready to address my ne...
by avanlooveren
Tue Oct 24, 2017 5:13 am
Forum: Other Issues
Topic: How to modify attributes with editor variables?
Replies: 2
Views: 3617

How to modify attributes with editor variables?

I need to replace all attributes with a particular name in a single document to have a value of UUID (the editor variable "{uuid}"). I don't think Find/Replace, even with regex, is capable of this. I'm trying to configure a custom Author action with ChangeAttributeOperation, but I wonder i...
by avanlooveren
Wed Jun 28, 2017 11:34 pm
Forum: Other Issues
Topic: ${ask} editor variable label disappears for empty string
Replies: 2
Views: 1974

${ask} editor variable label disappears for empty string

If I want a default value of empty string in an ${ask} editor variable, the label will not be shown in a combobox or editable_combobox: ${ask('select a customer (blank for no filter)', combobox, ('cust1':'Customer 1'; 'cust2':'Customer 2'; '':'any customer'), '')} will display Customer 1 and 2, but ...
by avanlooveren
Wed Jun 28, 2017 11:17 pm
Forum: Common Problems
Topic: Transformations, parameters and additional stylesheets
Replies: 13
Views: 5547

Re: Transformations, parameters and additional stylesheets

I wanted to add that regardless of having "Evaluate as XPath" checked or not, with additional stylesheets in a transformation scenario, ${ask} will prompt you once for each stylesheet, which is a bit annoying.
by avanlooveren
Wed Jun 28, 2017 10:46 pm
Forum: Feature Request
Topic: How to enter numeric stylesheet paramaters?
Replies: 5
Views: 7348

Re: How to enter numeric stylesheet paramaters?

Is there any progress on this? I have boolean stylesheet parameters like this: <xsl:param name="includeTranscript" select="true()"/> but it is not clear to me how to get the value to be boolean when I use the ${ask} editor variable like this: ${ask('Include captioning?', radio, (...
by avanlooveren
Thu Jun 22, 2017 9:53 pm
Forum: Common Problems
Topic: Transformations, parameters and additional stylesheets
Replies: 13
Views: 5547

Re: Transformations, parameters and additional stylesheets

Sorin, you and your team are awesome! You guys always help with ideas and advice. I don't have a current use case in mind. I was asking the question for myself and the community (not finding reference to this particular topic elsewhere) in order to understand the expected behavior in the event someo...
by avanlooveren
Thu Jun 22, 2017 2:12 am
Forum: Common Problems
Topic: Transformations, parameters and additional stylesheets
Replies: 13
Views: 5547

Re: Transformations, parameters and additional stylesheets

Thanks, Sorin. One point of clarification... The parameters are not displayed as associated with specific stylesheets (two in my case) in the scenario, so is it true that any shared parameter names must be uniform across the stylesheets? That is, will multiple stylesheets have to share the same valu...
by avanlooveren
Thu Jun 22, 2017 2:05 am
Forum: Other Issues
Topic: Navigator
Replies: 2
Views: 1808

Re: Navigator

Thank you, Radu. I thought I had tried this, but there's a subtle difference between what I did and what you described. I had not right-clicked the root element. Instead, I right-clicked the white/empty area where no specific file was shown, but this was actually keeping focus on a specific file and...
by avanlooveren
Wed Jun 21, 2017 4:12 am
Forum: Other Issues
Topic: Navigator
Replies: 2
Views: 1808

Navigator

The users I am supporting asked if there was a navigator view that allowed for directly viewing local files and file system folders like the Navigator view in Eclipse. I thought there might be some way to bring/import a folder (and files and subfolders) into the Project view, but haven't been able t...
by avanlooveren
Tue Jun 20, 2017 8:16 pm
Forum: Common Problems
Topic: Transformations, parameters and additional stylesheets
Replies: 13
Views: 5547

Re: Transformations, parameters and additional stylesheets

I just wanted to add that even with the use of the editor variable in the framework transformation scenario, the additional XSLT stylesheet did execute properly, granted, with the default param values.
by avanlooveren
Tue Jun 20, 2017 8:06 pm
Forum: Common Problems
Topic: Transformations, parameters and additional stylesheets
Replies: 13
Views: 5547

Re: Transformations, parameters and additional stylesheets

Sorin, Thanks for looking at this. I didn't even suspect the path/URL. Indeed, the use of the editor variable ${framework} in the path for the additional XSLT stylesheet was the problem. Giving a fully qualified path fixed that issue. To be clear, I was actually using a path like this: " ${fram...
by avanlooveren
Tue Jun 20, 2017 4:35 am
Forum: Common Problems
Topic: Transformations, parameters and additional stylesheets
Replies: 13
Views: 5547

Re: Transformations, parameters and additional stylesheets

This is a really old thread, but I have a related issue. I have a transformation scenario and one additional XSLT stylesheet (two stylesheets processed in series, which is an awesome feature). When I setup this scenario from the editor view ("Configure Transformation Scenario(s)" dialog bo...
by avanlooveren
Fri Jun 16, 2017 11:34 pm
Forum: Feature Request
Topic: CSS Pseudo-Element "inner(n)"
Replies: 8
Views: 5157

Re: CSS Pseudo-Element "inner(n)"

Patrik, this is great! Thank you so much.

FYI, I did not find that nth-child() was necessary.
by avanlooveren
Fri Jun 16, 2017 2:04 am
Forum: Feature Request
Topic: CSS Pseudo-Element "inner(n)"
Replies: 8
Views: 5157

Re: CSS Pseudo-Element "inner(n)"

Has there been any development or workaround that addresses the desire for "pseudo-elements" to serve as headers of a table? Like the OP, I have repeated elements in my XML that would be served nicely in Author mode with a tabular layout, but I don't have XML elements that can provide the ...
by avanlooveren
Wed Jun 07, 2017 8:14 pm
Forum: Other Issues
Topic: CSS selector for folded element
Replies: 5
Views: 2594

Re: CSS selector for folded element

Thanks, Radu.

This is what is discussed in this article, right? I mean, I create a button and an action that toggles the CSS pseudo-class via TogglePseudoClassOperation, right?
by avanlooveren
Tue Jun 06, 2017 8:21 pm
Forum: Other Issues
Topic: CSS selector for folded element
Replies: 5
Views: 2594

Re: CSS selector for folded element

Thank you, Radu. I moved my section numbering to the title element, like the Docbook framework, but the result is the same as what I had previously. I think that I did not properly describe what I'm looking for. The key thing is a different display of the non-foldable child element when the parent i...
by avanlooveren
Tue Jun 06, 2017 4:12 am
Forum: Other Issues
Topic: CSS selector for folded element
Replies: 5
Views: 2594

CSS selector for folded element

I have a custom document type and would like to have foldable element display one thing when folded (I'm using -oxy-not-foldable-child for this) and something else when expanded. Here's an example: [When section 1 folded] Section 1: Title for Section 1 Section 2: Title for Section 2 [When section 1 ...
by avanlooveren
Fri Jun 02, 2017 9:42 pm
Forum: Feature Request
Topic: Text/Author split view
Replies: 6
Views: 4600

Re: Text/Author split view

Bumping this request. The reason that I think that a split Author/Editor view would be helpful is CSS development. Thanks for your consideration.
by avanlooveren
Thu May 18, 2017 7:38 pm
Forum: Common Problems
Topic: multiple or hierarchical values in Profiling Condition Sets
Replies: 5
Views: 2332

Re: multiple or hierarchical values in Profiling Condition Sets

I don't want the multiple value (check boxes) for the language attribute on input/editing, since this will violate the schema if more than one value is selected. Is this the only way to get multiple values selectable in a profiling condition set?
by avanlooveren
Wed May 17, 2017 7:52 pm
Forum: Common Problems
Topic: multiple or hierarchical values in Profiling Condition Sets
Replies: 5
Views: 2332

Re: multiple or hierarchical values in Profiling Condition Sets

Thanks, Radu. So, yes, this could essentially be about profiling condition sets. I guess the simplest feature request is to allow profiling condition sets to be configurable with check boxes (multi-valued) regardless of the underlying attributes plurality. That is, I have a single-valued "langu...
by avanlooveren
Tue May 16, 2017 3:59 am
Forum: Common Problems
Topic: multiple or hierarchical values in Profiling Condition Sets
Replies: 5
Views: 2332

multiple or hierarchical values in Profiling Condition Sets

I have a language attribute (type xml:lang) in a custom schema that I process with XSLT using a "fallback" logic as follows: if my output is for "en-GB," an element with the value "en-GB" is carried through, with "en" is carried through if no "en-GB"...
by avanlooveren
Sat Mar 04, 2017 3:19 am
Forum: Common Problems
Topic: tooltip in text editor
Replies: 1
Views: 1634

tooltip in text editor

I put annotations in my schema on simple type definitions AND on the elements declared in complex types. Is it possible to have both "levels" of annotation show in the tooltip of an instance (XML) document? For instance, let's say that I have a simple type restriction of xsd:string, charac...
by avanlooveren
Sat May 03, 2014 1:02 am
Forum: Feature Request
Topic: Attribute completion does not show xsi:type
Replies: 4
Views: 4180

Re: Attribute completion does not show xsi:type

Has there been any progress on this? Ultimately, I would like a user in Author mode to be prompted with the allowable sub-types to select from when adding an element. Any advice is very welcome.
by avanlooveren
Mon Jul 15, 2013 11:17 pm
Forum: Other Issues
Topic: executing XPath after XInclude
Replies: 2
Views: 2694

executing XPath after XInclude

I have elements that I want to style in Author depending on contextual information. For this, I figured that I would use oxy_xpath() to perform a test that, importantly, grabs information (an attribute) from the parent element. This works until I XInclude the content. I checked the forum, and I see ...
by avanlooveren
Thu Jun 27, 2013 1:56 am
Forum: Other Issues
Topic: CSS: mystery margin on XInclude'd content
Replies: 3
Views: 2600

Re: CSS: mystery margin on XInclude'd content

Thanks, Iulian! I confirm this takes care of the spacing issue. :)
by avanlooveren
Wed Jun 26, 2013 4:16 am
Forum: Other Issues
Topic: CSS: mystery margin on XInclude'd content
Replies: 3
Views: 2600

CSS: mystery margin on XInclude'd content

I need to use XInclude fairly extensively and want the rendering of our documents in Author mode to be fairly seamless. By that, I mean I would like only subtle visual cues that a referenced document is being displayed. I've nearly accomplished this with the code below, except that there's a really ...