Search found 236 matches
- Fri Nov 01, 2019 2:12 pm
- Forum: Common Problems
- Topic: Hiding folded placeholder
- Replies: 6
- Views: 381
Re: Hiding folded placeholder
Hi Michael, thanks a lot. I followed your steps and now it works. Just for completion: the version shown on the license page: oXygen XML Web Author: 21.1, build 2019052218/2019052201 On the plugin page it did not give any additional information beside the exception. (That's only version I could find...
- Fri Nov 01, 2019 11:50 am
- Forum: Common Problems
- Topic: Hiding folded placeholder
- Replies: 6
- Views: 381
Re: Hiding folded placeholder
Hi Christian, thanks for the explanation. However, I still fail getting it to work. my files: plugin.xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plugin SYSTEM "../plugin.dtd"> <plugin id="hide-folded-placeholder" name="Hide Folded Placeholder" description="Hides the placeholder for folded e...
- Tue Oct 29, 2019 4:20 pm
- Forum: Common Problems
- Topic: Hiding folded placeholder
- Replies: 6
- Views: 381
Re: Hiding folded placeholder
Hi Cristian, thanks for the hint. Unfortunately adding a custom css seems not to be as easy as it sounds. Inspired by the web-author-sample-plugins I tried it with this plugin.xml: <plugin id="hide-folded-placeholder" name="hide-folded-placeholder" description="Hides the placeholder when an element ...
- Tue Oct 29, 2019 11:55 am
- Forum: Common Problems
- Topic: tags desplayed before :before
- Replies: 1
- Views: 70
tags desplayed before :before
Hi, I just noticed that in the desktop version the inline tags are displayed after the :before content. And this is great for my usecase because it surrounds the editable text content. But in Web-Author the opening tag is displayed before the :before content. Is there any way for me to change this? ...
- Tue Oct 29, 2019 9:39 am
- Forum: Common Problems
- Topic: Hiding folded placeholder
- Replies: 6
- Views: 381
Hiding folded placeholder
Hi, I have a custom framework with foldable elements and in the desktop version everything looks fine. But in teh web author there is the text "(Folded)" shown below by non-foldable child when the element is folded. How can I get rid of this? I could not find any documentation about a pseudo-class "...
- Thu Aug 08, 2019 11:10 am
- Forum: Common Problems
- Topic: :before and width not working?
- Replies: 2
- Views: 309
Re: :before and width not working?
Hi Cristian,
indeed this worked for me.
Thanks a lot.
Patrik
indeed this worked for me.
Thanks a lot.
Patrik
- Thu Aug 08, 2019 9:22 am
- Forum: Common Problems
- Topic: :before and width not working?
- Replies: 2
- Views: 309
:before and width not working?
Hi, with css I have this rule: service > *:before { width : 22em; content : " " name() ": "; } service > * { display : block; content : oxy_textfield(edit, "#text", width, 30em); visibility : -oxy-collapse-text; } The idea is to have vertially alligned text fields with the element name in front of i...
- Thu May 09, 2019 11:24 am
- Forum: Common Problems
- Topic: Edit central XML file with Web Author?
- Replies: 1
- Views: 384
Edit central XML file with Web Author?
Hi, we have a central XML file for which we need a comfortable way to edit it - preferably from anywhere within our intranet. If I would edit the file locally with oXygen XML editor I would create a custom framework including identification of file type by file name or content XSD file schematron fi...
- Wed Jun 20, 2018 12:45 pm
- Forum: XML Schemas
- Topic: Schematron:issue with @subject
- Replies: 2
- Views: 1879
Schematron:issue with @subject
Hi, I have created the following simplified test case: <root> <element1> <child/> </element1> <element2/> </root> <sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2"> <sch:pattern> <sch:rule context="root"> <sch:assert test="false()" subject="element2">Test1</sch:assert...
- Tue Mar 20, 2018 5:03 pm
- Forum: XSLT and FOP
- Topic: messages from external Saxon
- Replies: 2
- Views: 1194
Re: messages from external Saxon
Hi Alex, I just found out that oXygen 20.0 includes Saxon 9.8.0.8 which supports XSLT 3.0 in HE. So I will try to switch to the new version tomorrow. (And adding some more parameters like generate-id() to the output also works good as a workaround or now.) Thus, there's no need for an additional plu...
- Tue Mar 20, 2018 10:03 am
- Forum: XSLT and FOP
- Topic: messages from external Saxon
- Replies: 2
- Views: 1194
messages from external Saxon
Hi, with oXygen 18.1 I configured SaxonHE-9.8.0.10 as custom transformer. And within my xslt I use xsl:message to write some debugging information. It seems that oXygen filters the messages to remove duplicated lines. So for instance with this template <xsl:template match="/"> <xsl:for-each select="...
- Wed Mar 14, 2018 1:14 pm
- Forum: XSLT and FOP
- Topic: Custom Saxon engine with external libraries
- Replies: 2
- Views: 1169
Re: Custom Saxon engine with external libraries
This one works fine. Thanks, Radu! :)
Patrik
Patrik
- Wed Mar 14, 2018 10:49 am
- Forum: XSLT and FOP
- Topic: Custom Saxon engine with external libraries
- Replies: 2
- Views: 1169
Custom Saxon engine with external libraries
Hi, I want to use the latest Saxon-HE version (9.8.0.8) with oXygen using my own configuration file that registers extension functions. Thus, I also need to use an additional library that implements these functions. I already managed to configure SaxonHE-9.8.0.8 as a custom XSLT engine but I can't g...
- Tue Feb 27, 2018 4:04 pm
- Forum: Common Problems
- Topic: Display annotation of element besides tooltip
- Replies: 2
- Views: 951
Re: Display annotation of element besides tooltip
Great, thanks Radu.
- Tue Feb 27, 2018 10:02 am
- Forum: Common Problems
- Topic: Display annotation of element besides tooltip
- Replies: 2
- Views: 951
Display annotation of element besides tooltip
Hi, I have added several annotations to my (generated) XSD to help the author when editing the XML in text mode. Is there any other way to display the annotation beside the tooltip that appears when hovering with the mouse and wait a little? My issues with this behavior are: You have to use the mous...
- Tue Feb 27, 2018 8:34 am
- Forum: Common Problems
- Topic: Validate against specified xsd with embedded schematorn rules
- Replies: 2
- Views: 990
Re: Validate against specified xsd with embedded schematorn rules
Thanks Adrian, this solution works fine with me.
Regards,
Patrik
Regards,
Patrik
- Mon Feb 26, 2018 5:49 pm
- Forum: Common Problems
- Topic: Validate against specified xsd with embedded schematorn rules
- Replies: 2
- Views: 990
Validate against specified xsd with embedded schematorn rules
Hi, I have multiple XSD with embedded schematron rules. When validating an xXML file referencing one of the XSDs the embedded schematron rules are not checked. I knkow I can create a validation scenario but I have to set a specific XSD to enable the "Embedded Schematron rules" check box. But then I ...
- Fri Feb 09, 2018 1:39 pm
- Forum: Feature Request
- Topic: Show XSLT documentation on content completion
- Replies: 1
- Views: 1192
Show XSLT documentation on content completion
Hi, I just learned about the existence of xslt documentation (by elements in the namespace "http://www.oxygenxml.com/ns/doc/xsl"). I'm not interested in generating a seperate documentation for my code but it would be great if the description of the variables, functions, templates and parameters woul...
- Thu Feb 08, 2018 3:16 pm
- Forum: Feature Request
- Topic: XML Refactoring option with XQuery Update
- Replies: 1
- Views: 1162
XML Refactoring option with XQuery Update
Hi,
just as a reminder (I already discussed this with Alex): It would be nice to have an XML Refactoring option that allows you to enter an XQuery Update statement or alternativly to refer to an XQuery Update script.
Regards,
Patrik
just as a reminder (I already discussed this with Alex): It would be nice to have an XML Refactoring option that allows you to enter an XQuery Update statement or alternativly to refer to an XQuery Update script.
Regards,
Patrik
- Wed Jan 24, 2018 12:12 pm
- Forum: XSLT and FOP
- Topic: XSLT validation scenario with Saxon initializer class
- Replies: 4
- Views: 2016
Re: XSLT validation scenario with Saxon initializer class
Just in case anybody else has this problem: I found a nice way to handle custom extension functions: Just declare them in your xslt like this: <xsl:function name="my:myCustomFunction" as="xs:string" use-when="not(function-available('my:myCustomFunction'))"> <xsl:param name="1stParameter" as="xs:stri...
- Fri Jul 07, 2017 6:01 pm
- Forum: Feature Request
- Topic: XSLT template inspector
- Replies: 1
- Views: 1122
XSLT template inspector
Hi, this is more a vague idea than a request, but it might be usefull... While the template pattern mechanism of XSLT is very comfortable to extend it has the same deficit as CSS has: On large projects it is difficult to maintain the overview which template will match (first) on a specific node. For...
- Tue Jul 04, 2017 12:52 pm
- Forum: Other Issues
- Topic: Display placeholer for empty table cells
- Replies: 2
- Views: 1058
Re: Display placeholer for empty table cells
Hi Radu, I agree, that for standard tables (e.g. in DITA) the placeholder is better to be hidden - especially when you have plenty of emptyy cells. But when using custom XML (or specialized DITA) the placeholder is very useful - especially when you have a schematron rule complaining about empty elem...
- Tue Jul 04, 2017 8:24 am
- Forum: Other Issues
- Topic: Display placeholer for empty table cells
- Replies: 2
- Views: 1058
Display placeholer for empty table cells
Hi, In all my empty table cells there is no placeholder displayed - even when I explicitly set -oxy-show-placeholder:always; by css. I know I could define a css rule to manually display some content for empty elements. But I'mstill wondering why this seems not to work by default as it does for other...
- Wed Jun 28, 2017 5:16 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Measuring execution time of map validation?
- Replies: 3
- Views: 1091
Re: Measuring execution time of map validation?
Hi Radu,
Thanks, I would support both ideas. (Although the realization will be too late for my current experiments).
Regards,
Patrik
Thanks, I would support both ideas. (Although the realization will be too late for my current experiments).
Regards,
Patrik
- Wed Jun 28, 2017 4:22 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Measuring execution time of map validation?
- Replies: 3
- Views: 1091
Measuring execution time of map validation?
Hi, currently I'm experimenting a lot with different schematron checks an tweaks for the execution of the checks. So it would be very helpful to measure the execution time of the validation ('DITA Map completeness check' for Map Manager) for comparision. Is there any better way then manually waiting...
- Wed Jun 28, 2017 3:57 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Project specific validation settings for DITA Map Manager
- Replies: 2
- Views: 826
Re: Project specific validation settings for DITA Map Manager
Sounds good. Thanks.
- Wed Jun 28, 2017 2:53 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Project specific validation settings for DITA Map Manager
- Replies: 2
- Views: 826
Project specific validation settings for DITA Map Manager
Hi, it would be helpful if the settings for "DITA Map Completeness Check" from the DITA Map Manager would be stored in the project file - just like it can be done for ordinary validation and transformation scenarios. I know I can export and load the settings but it's still not very comfortable when ...
- Wed Jun 28, 2017 9:46 am
- Forum: Feature Request
- Topic: Organizing project transformation scenarios
- Replies: 4
- Views: 1523
Re: Organizing project transformation scenarios
Ok, Thanks.
Patrik
Patrik
- Wed Jun 28, 2017 8:16 am
- Forum: Feature Request
- Topic: Organizing project transformation scenarios
- Replies: 4
- Views: 1523
Organizing project transformation scenarios
Hi, I have some projects with a growing number of transformation scenarios. So it's becoming uncomfortable to find the right one. Maybe some kind of folder mechanism would be nice so you can organize them. This might also enable you to easily select a set of transformation scenarios - e.g. for publi...
- Tue Jun 20, 2017 11:34 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Equations: Alignment, automatic numbering, referencing, etc.
- Replies: 8
- Views: 3046
Re: Equations: Alignment, automatic numbering, referencing, etc.
FYI: I just updated my DITA-OT-Plugin https://github.com/dita-semia/org.dita-semia.topic-num to handle equations as well. So it will add consecutive numbers to their title and to the cross reference.
Patrik
Patrik