Search found 13 matches

by Simcha
Tue Feb 27, 2024 8:10 pm
Forum: Other Issues
Topic: xsl:include in transforms from Box
Replies: 1
Views: 258

Re: xsl:include in transforms from Box

I got it working by using ../My XSL Folder/mystyle.xsl -- odd that it worked while ./mystyle.xsl didn't, but as this is just for a couple of us to use during development, I'm fine with it.
by Simcha
Tue Feb 13, 2024 8:30 pm
Forum: Other Issues
Topic: xsl:include in transforms from Box
Replies: 1
Views: 258

xsl:include in transforms from Box

If I just have my XML (single or multi-file) and a single-file XSL in Box on Windows 11, I am able to run transforms successfully from a Box folder. If I try to split up the XSL using xsl:include with just the file name as the URI, I'm getting messages as if Saxon is looking for the include in the r...
by Simcha
Thu Nov 17, 2022 7:56 pm
Forum: Common Problems
Topic: 404 error for Git plugin from "Check for addons updates"s
Replies: 3
Views: 484

Re: 404 error for Git plugin from "Check for addons updates"s

Thanks, Alex, that resolved the issue. Must have been there since I first installed the Git plugin back when and the site only recently was removed. It explains why the update panel was still working for me even though I got the error.
by Simcha
Wed Nov 16, 2022 7:28 pm
Forum: Common Problems
Topic: 404 error for Git plugin from "Check for addons updates"s
Replies: 3
Views: 484

404 error for Git plugin from "Check for addons updates"s

I just installed 2022110706 this morning. The Git plugin is the only one I have installed. I went to check for addons updates and the panel opens and tells me I'm up-to-date with 5.0.1, but I'm also seeing this error: System ID: https://raw.githubusercontent.com/oxygenxml/Oxygen-Git-Plugin/master/bu...
by Simcha
Wed Nov 16, 2022 5:46 pm
Forum: Common Problems
Topic: Oxygen Developer 25 doesn't use unsaved XSL includes
Replies: 3
Views: 662

Re: Oxygen Developer 25 doesn't use unsaved XSL includes

I see that the problem was fixed in the 2022110706 build. Thanks!
by Simcha
Mon Oct 31, 2022 4:41 pm
Forum: Common Problems
Topic: Oxygen Developer 25 doesn't use unsaved XSL includes
Replies: 3
Views: 662

Re: Oxygen Developer 25 doesn't use unsaved XSL includes

Thanks Octavian, for now I have to figure out how to reset my brain correctly to remember to save before running (right now I usually only remember after running twice and not seeing the result of my change).
by Simcha
Tue Oct 18, 2022 1:13 am
Forum: Common Problems
Topic: Oxygen Developer 25 doesn't use unsaved XSL includes
Replies: 3
Views: 662

Oxygen Developer 25 doesn't use unsaved XSL includes

I just installed Developer 25 today. Most everything is working just fine, except that when I run a transform, it no longer uses the changes I've made to included XSL files (that is, my main XSL calls it using xsl:include) unless I save it first; it uses the previously-saved version. This is not the...
by Simcha
Wed May 11, 2022 4:47 pm
Forum: XML Schemas
Topic: Antenna House FO schema doesn't allow @field-readonly in axf:form-field
Replies: 3
Views: 1663

Re: Antenna House FO schema doesn't allow @field-readonly in axf:form-field

Thanks, Radu! Sounds like they've now fixed it for a future version.
by Simcha
Tue May 10, 2022 10:16 pm
Forum: XML Schemas
Topic: Antenna House FO schema doesn't allow @field-readonly in axf:form-field
Replies: 3
Views: 1663

Antenna House FO schema doesn't allow @field-readonly in axf:form-field

When editing FO with the latest XML Developer 24.1, we're getting the message that field-readonly isn't allowed in axf:form-field. Both in practice and according to https://www.docs.antennahouse.com/formatter/ahf-ext.html#axf.field-readonly we should be able to use it there (with values of true or f...
by Simcha
Thu Jul 16, 2020 5:27 pm
Forum: Feature Request
Topic: Any plans to make FOP 2.5 the installed version?
Replies: 1
Views: 1072

Any plans to make FOP 2.5 the installed version?

I've run into two FOP 2.4 issues that are resolved with 2.5: keep-with-previous="some-number" and it not recognizing some fonts. I've added 2.5 as an external processor, but for the rest of my team, it's simpler for me to have them use the current version in Oxygen. Any plans to include 2....
by Simcha
Fri Feb 28, 2020 4:55 pm
Forum: Other Issues
Topic: Empty sequence error from fo:table-column when editing FO with 22.0
Replies: 5
Views: 1913

Re: Empty sequence error from fo:table-column when editing FO with 22.0

Thanks so much, Radu. I have included the changes and I no longer get the error.
by Simcha
Thu Feb 27, 2020 4:11 pm
Forum: Other Issues
Topic: Empty sequence error from fo:table-column when editing FO with 22.0
Replies: 5
Views: 1913

Re: Empty sequence error from fo:table-column when editing FO with 22.0

Hi Radu, it fails for me with both of these: My test case: <?xml version="1.0" encoding="UTF-8"?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="MainDocument" page-width="8.5in" page-...
by Simcha
Wed Feb 26, 2020 6:19 pm
Forum: Other Issues
Topic: Empty sequence error from fo:table-column when editing FO with 22.0
Replies: 5
Views: 1913

Empty sequence error from fo:table-column when editing FO with 22.0

When I create FO with tables that start with fo:table-column in 22.0 and open it in Oxygen Developer, I get the message: An empty sequence is not allowed as the first argument of ahf:parser-runner() I don't get this message with the same FO in 21.1. If I click on the message, it opens up C:\Program ...