Search found 12 matches
- Thu Mar 08, 2018 11:05 pm
- Forum: XQuery
- Topic: XQuery not producing doctype declaration
- Replies: 3
- Views: 445
Re: XQuery not producing doctype declaration
Oh that's quite unfortunate. Is there no way to generate the doctype declaration? I've even tried to pass it through XSL using the BaseX transform function, which also works in BaseX, but not in O2.
- Wed Mar 07, 2018 3:17 pm
- Forum: XQuery
- Topic: XQuery not producing doctype declaration
- Replies: 3
- Views: 445
XQuery not producing doctype declaration
I have configured an XQJ connection configured to a BaseX server running locally. When I run the following code block, the XML and doctype declarations do not appear in the output. Running the same query in the BaseX GUI, I do produce both. Is there a way to generate these in my output via oXygen? d...
- Wed Oct 11, 2017 6:26 pm
- Forum: Common Problems
- Topic: Custom InsertFragementOperation dropping "/"
- Replies: 2
- Views: 223
Re: Custom InsertFragementOperation dropping "/"
Disregard, complete user error on my end. I had a second possible action contingent on an xpath statement. That's the one that was being used, not the one I kept editing. Sorry for the confusion.
- Tue Oct 10, 2017 8:01 pm
- Forum: Common Problems
- Topic: Custom InsertFragementOperation dropping "/"
- Replies: 2
- Views: 223
Custom InsertFragementOperation dropping "/"
I have a custom action InsertFragmentOperation with the fragment shown below. For some reason the "/" in the formulas are disappearing when the fragment is inserted. Is there a way to escape the "/" character or something to avoid this dropped character? <formula-group> ${ask('Fo...
- Wed Sep 20, 2017 5:12 pm
- Forum: Other Issues
- Topic: oXygen 17.1 OpenInSystemAppOperation resourcePath question
- Replies: 2
- Views: 230
Re: oXygen 17.1 OpenInSystemAppOperation resourcePath question
That fixed it. I hoped it was just a question of syntax. Thanks!
- Tue Sep 19, 2017 6:50 pm
- Forum: Other Issues
- Topic: oXygen 17.1 OpenInSystemAppOperation resourcePath question
- Replies: 2
- Views: 230
oXygen 17.1 OpenInSystemAppOperation resourcePath question
I'm trying to launch a word doc using the OpenInSystemAppOperation action, and nothing's happening when i provide it the following resourcePath: 'P:/04 Divisions/Global Information Services/PUBS/12 Publications Forms/FCC Style Guide.docx' I've tried escaping the spaces. I've tried appending 'file://...
- Tue Aug 15, 2017 6:15 pm
- Forum: General XML Questions
- Topic: Schematron assertions for specific words/phrases and quickfix help
- Replies: 4
- Views: 407
- Tue Aug 15, 2017 3:36 pm
- Forum: General XML Questions
- Topic: Schematron assertions for specific words/phrases and quickfix help
- Replies: 4
- Views: 407
Re: Schematron assertions for specific words/phrases and quickfix help
Thanks, I figured out that stringReplace could insert elements yesterday, so we reached the same conclusion!
To my other question, is there any way to make a template for this, and supply a list of words rather than creating separate assertions for numerous words individually?
To my other question, is there any way to make a template for this, and supply a list of words rather than creating separate assertions for numerous words individually?
- Mon Aug 14, 2017 8:38 pm
- Forum: General XML Questions
- Topic: Schematron assertions for specific words/phrases and quickfix help
- Replies: 4
- Views: 407
Schematron assertions for specific words/phrases and quickfix help
We have several common words or phrases we general wrap with <i> when they appear in text. I am trying to write a schematron rule to enforce this rule and suggest a quick fix to wrap the word or phrase in <i>. The following code works, but the warning underline underlines the beginning of the entire...
- Tue Aug 08, 2017 3:20 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Custom Action to launch transformation Scenario
- Replies: 5
- Views: 518
Re: Custom Action to launch transformation Scenario
Ah, yes, that is helpful! Just as a general feature request, it would be extremely useful to be able to design custom forms to collect multiple ask's at once or serve as an interface for performing various custom actions. Something similar to what XMetaL provides with their form builder tool. I'm aw...
- Mon Aug 07, 2017 2:49 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Custom Action to launch transformation Scenario
- Replies: 5
- Views: 518
Re: Custom Action to launch transformation Scenario
For our purposes, the values change. It drives things like volume and issue number in the header of a composed document. The intent was to create a more user friendly interface using the ask() editor variable to prompt the user for inputs and then launch the transformation with those values.
- Fri Aug 04, 2017 6:29 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Custom Action to launch transformation Scenario
- Replies: 5
- Views: 518
Custom Action to launch transformation Scenario
In oXygen 17.1, I see the operation ro.sync.ecss.extensions.commons.operations.ExecuteTransformationScenariosOperation exposed for a custom action, but it doesn't appear to allow for me to set any parameters for the transformation. Is there a way to pass parameters to the XSL when launching a transf...