Search found 2701 matches
- Fri Dec 13, 2019 1:24 pm
- Forum: General XML Questions
- Topic: XPATH query with XML and XSD
- Replies: 2
- Views: 885
Re: XPATH query with XML and XSD
Hi, The XPath would look like this: count(//student[StudiengangID=//Studiengänge[art='Dual']/StudiengangID]) This counts all students that are in all study courses that are Dual. If you want a specific one, or if you want a per study count, you need more complex code. So which one is it? Regards, Ad...
- Thu Dec 05, 2019 7:24 pm
- Forum: Feature Request
- Topic: Provide Saxon 9.4 as a plugin
- Replies: 1
- Views: 640
Re: Provide Saxon 9.4 as a plugin
Hi, I'm afraid that adding an older version of Saxon as a plugin, it's not as simple as it may seem. There are numerous API changes in recent versions, so it's not as simple as replacing the .jar. If you want to test if Saxon 9.4 is indeed what you need, you could download and install a version of O...
- Fri Nov 22, 2019 1:09 pm
- Forum: Common Problems
- Topic: Regex not working properly in Find and Replace
- Replies: 2
- Views: 540
Re: Regex not working properly in Find and Replace
Hello, That happens because you're using a greedy pattern, (.*). This matches as much as possible and you've probably also checked the option "Dot matches all" which makes it greedy across multiple lines. So, use the lazy pattern (.*?) instead of (.*), or clear the box for "Dot matches all". I would...
- Wed Nov 20, 2019 5:46 pm
- Forum: Common Problems
- Topic: File permissions changed
- Replies: 5
- Views: 1934
Re: File permissions changed
Hi,
I cannot provide a projected date for fixing this. I'm afraid this issue is flagged with a low priority and will probably be fixed in the long term.
I have increased the reports count for this issue and mentioned your use case.
Regards,
Adrian
I cannot provide a projected date for fixing this. I'm afraid this issue is flagged with a low priority and will probably be fixed in the long term.
I have increased the reports count for this issue and mentioned your use case.
Regards,
Adrian
- Tue Nov 19, 2019 2:14 pm
- Forum: Common Problems
- Topic: Unicode input methods
- Replies: 4
- Views: 606
Re: Unicode input methods
Hi, I cannot find references on the web of any Java input method that does this. On what platform/OS are you editing with Oxygen (Windows, macOS, Linux)? One solution would be to find/create an OS input method (or custom keyboard layout) that supports mathematical symbols. How to Create APL or Math ...
- Mon Nov 18, 2019 6:34 pm
- Forum: Common Problems
- Topic: Unicode input methods
- Replies: 4
- Views: 606
Re: Unicode input methods
Hi, We can't really recommend a custom input method just for a few characters. If you have only a handful of special characters, you could use the workaround proposed here via code templates: Insert character shortcut - to define code templates (Options > Preferences, Editor > Templates > Code Templ...
- Thu Nov 14, 2019 6:04 pm
- Forum: Other Issues
- Topic: Oxygen Error Notification
- Replies: 3
- Views: 510
Re: Oxygen Error Notification
Hi,
That message appears because there is no closing double quote for the attribute value. So, it's the same problem for the closing double quote, you're using ” (Unicode Character 'RIGHT DOUBLE QUOTATION MARK' - U+201D) instead of plain ".
Regards,
Adrian
That message appears because there is no closing double quote for the attribute value. So, it's the same problem for the closing double quote, you're using ” (Unicode Character 'RIGHT DOUBLE QUOTATION MARK' - U+201D) instead of plain ".
Regards,
Adrian
- Thu Nov 14, 2019 1:00 pm
- Forum: XSLT and FOP
- Topic: How to validate XSLT 3.0 stylesheet with xsl:use-package?
- Replies: 22
- Views: 7720
Re: How to validate XSLT 3.0 stylesheet with xsl:use-package?
Hi,
Packages have to be declared in a Saxon configuration file (read the previous posts) and the Saxon transformer from a transformation scenario has to be configured to use that Saxon configuration file.
What configuration file are you using?
Regards,
Adrian
Packages have to be declared in a Saxon configuration file (read the previous posts) and the Saxon transformer from a transformation scenario has to be configured to use that Saxon configuration file.
What configuration file are you using?
Regards,
Adrian
- Mon Nov 11, 2019 1:08 pm
- Forum: Feature Request
- Topic: Add "Format and Indent" postprocess option to XSLT Scenario
- Replies: 6
- Views: 2311
Re: Add "Format and Indent" postprocess option to XSLT Scenario
Hello chrispitude,
Regards,
Adrian
In that case you can use the menu > Tools > Format and Indent Files tool on the converted DITA content.It would be great if I could format the output of conversion to Oxygen's format, so that the style is consistent from the beginning.
Regards,
Adrian
- Fri Nov 08, 2019 7:31 pm
- Forum: Feature Request
- Topic: SharePoint Browser - Confirm Discard Checkout
- Replies: 1
- Views: 482
Re: SharePoint Browser - Confirm Discard Checkout
Hello,
Thank you for the feedback.
I have logged an improvement request on our issue tracking tool. For future reference it is issue EXM-44548.
Regards,
Adrian
Thank you for the feedback.
I have logged an improvement request on our issue tracking tool. For future reference it is issue EXM-44548.
Regards,
Adrian
- Fri Nov 08, 2019 7:22 pm
- Forum: Other Issues
- Topic: Oxygen asks me
- Replies: 5
- Views: 768
Re: Oxygen asks me
Hi, Oxygen asks you about reloading he project .xpr file, because you and another person are concurrently using the same .xpr file from a SharePoint repository (via network share or drive). For each change that the other user makes to the project you get a popup about reloading the .xpr file. Oxygen...
- Fri Nov 08, 2019 7:17 pm
- Forum: Common Problems
- Topic: SharePoint recreating .xpr & lost transform scenarios?
- Replies: 5
- Views: 812
Re: SharePoint recreating .xpr & lost transform scenarios?
We assumed the point of the .xpr is so we could both access the same transform scenarios and project settings. Yes, that is correct, but concurrently using the exact same .xpr file by multiple users is not possible. In our case, only one of us is customizing the transform scenarios, but the other p...
- Fri Nov 08, 2019 2:03 pm
- Forum: Other Issues
- Topic: Oxygen Error Notification
- Replies: 3
- Views: 510
Re: Oxygen Error Notification
Hello, The XML specification requires plain ASCII double quotes for attribute values. You're using the wrong type of quotes: <placeName ref=“#London”>$1</placeName> This uses “ (Unicode Character 'LEFT DOUBLE QUOTATION MARK' - U+201C) on the left side and ” (Unicode Character 'RIGHT DOUBLE QUOTATION...
- Wed Nov 06, 2019 6:58 pm
- Forum: Other Issues
- Topic: Oxygen asks me
- Replies: 5
- Views: 768
- Wed Nov 06, 2019 6:52 pm
- Forum: General XML Questions
- Topic: Is there a way to use XPATH to search my xml file for TimeStamps in a certain range?
- Replies: 1
- Views: 878
Re: Is there a way to use XPATH to search my xml file for TimeStamps in a certain range?
Hello,
Are these Unix-like timestamps, like 1573054992, or what format do they use?
For Unix timestamps it's easy:
Regards,
Adrian
Are these Unix-like timestamps, like 1573054992, or what format do they use?
For Unix timestamps it's easy:
Code: Select all
*[xs:long(@TimeStamp) > 1573054992 and xs:long(@TimeStamp) < 1573054990]
Adrian
- Wed Nov 06, 2019 10:31 am
- Forum: General XML Questions
- Topic: XML XSD Elements Mismatch
- Replies: 1
- Views: 547
Re: XML XSD Elements Mismatch
Hi,
Since this is Oracle specific, you would probably find better help on an Oracle forum or discussion list.
Regards,
Adrian
Since this is Oracle specific, you would probably find better help on an Oracle forum or discussion list.
Regards,
Adrian
- Wed Nov 06, 2019 10:14 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: New project lost all transformation scenarios
- Replies: 4
- Views: 598
Re: New project lost all transformation scenarios
Hi,
The default project that Oxygen uses when is freshly installed is the samples project. So your transformation scenarios are most likely in the samples project.
Regards,
Adrian
The default project that Oxygen uses when is freshly installed is the samples project. So your transformation scenarios are most likely in the samples project.
Regards,
Adrian
- Tue Nov 05, 2019 6:53 pm
- Forum: Feature Request
- Topic: Save search strings
- Replies: 3
- Views: 573
Re: Save search strings
Hello,
We already have a feature request for this on our issue tracking tool. I've added your vote and mentioned your use case.
For future reference it is issue EXM-21462.
Regards,
Adrian
We already have a feature request for this on our issue tracking tool. I've added your vote and mentioned your use case.
For future reference it is issue EXM-21462.
Regards,
Adrian
- Mon Nov 04, 2019 8:07 pm
- Forum: Common Problems
- Topic: SharePoint recreating .xpr & lost transform scenarios?
- Replies: 5
- Views: 812
Re: SharePoint recreating .xpr & lost transform scenarios?
Hi, Sharing the the .xpr file via SharePoint between several users that open it concurrently isn't really a supported Oxygen use case. Oxygen doesn't know that you're doing that. The problem is that Oxygen frequently writes (automatically) to the .xpr file whenever the user makes various (even minor...
- Mon Nov 04, 2019 11:52 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: New project lost all transformation scenarios
- Replies: 4
- Views: 598
Re: New project lost all transformation scenarios
Hello, By default transformation scenarios are stored in the Project Options thus they are on a per project basis. If you switch to another project or create a new project, the scenarios you know are no longer available, they have remained with the previously used project. Oxygen always has a projec...
- Mon Nov 04, 2019 11:46 am
- Forum: Other Issues
- Topic: Oxygen asks me
- Replies: 5
- Views: 768
Re: Oxygen asks me
Hello,
What version and build of Oxygen are you using (Help > About)?
Is the project file stored on a network share (e.g. \\server\share) or network drive (e.g. Z:)?
Regards,
Adrian
What version and build of Oxygen are you using (Help > About)?
Is the project file stored on a network share (e.g. \\server\share) or network drive (e.g. Z:)?
Regards,
Adrian
- Wed Oct 30, 2019 7:44 pm
- Forum: XSLT and FOP
- Topic: Breaking for-each loop on a conditional base
- Replies: 2
- Views: 2610
Re: Breaking for-each loop on a conditional base
Hi,
There is no such a thing as break in an XSLT for-each loop. xsl:if/@test is pretty much all you can do. The other way would be to include this condition within the for-each/@select.
See Stack Overflow | How-to break a for-each loop in XSLT? for more ideas.
Regards,
Adrian
There is no such a thing as break in an XSLT for-each loop. xsl:if/@test is pretty much all you can do. The other way would be to include this condition within the for-each/@select.
See Stack Overflow | How-to break a for-each loop in XSLT? for more ideas.
Regards,
Adrian
- Wed Oct 30, 2019 7:28 pm
- Forum: General XML Questions
- Topic: is possible [REWRITE, ADD, EXTEND] a element of DTD?
- Replies: 1
- Views: 649
Re: is possible [REWRITE, ADD, EXTEND] a element of DTD?
Hi, What's the use case? What are you trying to accomplish with those custom elements/tags? The problem is this won't validate as XHTML 1.1, simply because XHTML 1.1 doesn't allow custom elements. You can probably make it validate by itself as XML since the XHTML 1.1 DTDs are extendable. Have a look...
- Wed Oct 30, 2019 12:31 pm
- Forum: Other Issues
- Topic: Validating HTML5 non-XML syntax
- Replies: 4
- Views: 1881
Re: Validating HTML5 non-XML syntax
Hi, HTML 5 validation based on the W3C HTML Validator has been implemented since v21.1. What's New in Oxygen XML Editor 21.1 Oxygen includes a built-in validator used for validating HTML documents . It is based upon the W3C HTML Validator and the HTML documents are validated against the W3C HTML5 sp...
- Fri Oct 25, 2019 11:30 am
- Forum: XSLT and FOP
- Topic: Not able to group similar type elements with same value
- Replies: 4
- Views: 848
Re: Not able to group similar type elements with same value
Hi,
I can't debug with variables for which there is no definition.
I don't know what relation_doc_uri contains, but your XML examples don't have any elements named relations or ownerships.
Regards,
Adrian
I can't debug with variables for which there is no definition.
Code: Select all
<xsl:variable name="v_ownerships" select="$relation_doc_uri/relations/ownerships)" />
Regards,
Adrian
- Thu Oct 24, 2019 5:24 pm
- Forum: Other Issues
- Topic: performance issues on Mac
- Replies: 8
- Views: 1968
Re: performance issues on Mac
Hi, Is there any way to check a document for special characters after it has been opened in Oxygen Editor? If you disabled the support for special characters, but want to know if the document requires it, check in the Properties view (Window > Show View > ...) for the "BIDI" property . If it's " tru...
- Thu Oct 24, 2019 11:32 am
- Forum: XSLT and FOP
- Topic: Not able to group similar type elements with same value
- Replies: 4
- Views: 848
Re: Not able to group similar type elements with same value
Hi, Your error is of stylesheet compilation, but you omitted the details that would have shown the actual compilation problem. Your code starts by using a variable that hasn't been declared: $relation_doc_uri So, it's impossible to say what the code does. Maybe it's that missing declaration, maybe i...
- Wed Oct 23, 2019 5:57 pm
- Forum: Common Problems
- Topic: Using copy-to and chunk=to-content causes CSS trouble in WebHelp Responsive
- Replies: 4
- Views: 844
Re: Using copy-to and chunk=to-content causes CSS trouble in WebHelp Responsive
Hi, I just wanted to let you know that this problem has been resolved in the latest maintenance build of Oxygen 21.1, 2019101513 (build 2019101509 of WebHelp), released on October 17th: WebHelp Responsive: CSS stylesheet was not loaded for HTML documents generated for DITA topics that had chunk="to-...
- Tue Oct 22, 2019 9:56 am
- Forum: Feature Request
- Topic: Add "Format and Indent" postprocess option to XSLT Scenario
- Replies: 6
- Views: 2311
Re: Add "Format and Indent" postprocess option to XSLT Scenario
Hello, It was decided it shall not be implemented, for now. I've added another vote. One workaround is to configure the transformation scenario to open the result in an editor ( Output > Open in Editor ) and enable the option " Format and Indent the document on open " ( menu > Options > Preferences,...
- Fri Oct 18, 2019 6:19 pm
- Forum: Common Problems
- Topic: Oxygen and macOS 10.15 Catalina
- Replies: 6
- Views: 2441
Re: Oxygen and macOS 10.15 Catalina
Hello, I just wanted to let you know that this problem has been resolved in the latest maintenance build of Oxygen 21.1, 2019101513 (released on October 17th): macOS : Oxygen is now compatible with macOS Catalina (10.15). The OS no longer reports the "libjnidispatch.jnilib cannot be opened because t...