Search found 2855 matches

by adrian
Thu Sep 02, 2010 10:52 am
Forum: XSLT and FOP
Topic: Using collection() with archives
Replies: 4
Views: 2382

Re: Using collection() with archives

Hi, Is this archive access feature specific to Oxygen, or is it part of (or at least usable by) the underlying Saxon XSL engine? The archive access feature that you are using(zip:file protocol) is a feature specific to Oxygen. This allows read/write access to a file(archive entry) inside an archive....
by adrian
Wed Sep 01, 2010 10:51 am
Forum: XSLT and FOP
Topic: Using collection() with archives
Replies: 4
Views: 2382

Re: Using collection() with archives

Hello, The archive support in Oxygen(through URI) allows access only to files(archive entries). The URI you are composing refers a folder from inside the archive("worksheets") on which it executes a select. It is assumed that "worksheets" is a file(archive entry) and it fails acc...
by adrian
Tue Aug 31, 2010 3:21 pm
Forum: Other Issues
Topic: Keyboard shortcuts for 'DITA' menu
Replies: 2
Views: 1362

Re: Keyboard shortcuts for 'DITA' menu

Hello, The custom actions for document types(such as DITA) are found elsewhere. Look in Options -> Preferences -> Document Type Association. Edit the DITA document type and duplicate it when asked. In the document type editing dialog go to Author -> Actions and look for the "Insert Content Refe...
by adrian
Mon Aug 30, 2010 2:07 pm
Forum: XSLT and FOP
Topic: Saxon-EE fails to locate schema
Replies: 10
Views: 8530

Re: Saxon-EE fails to locate schema

Hello, The message "Could not resolve URI:" tells me that some URI(most probably "http://www.siemens.com/nars/v2/OV-IE-AS") cannot be resolved by the catalog resolver. Have you resolved both the systemID and the URI in the XML catalog ? e.g. <system systemId="http://www.siem...
by adrian
Mon Aug 30, 2010 11:42 am
Forum: Common Problems
Topic: unable to register purchase in linux
Replies: 1
Views: 1266

Re: unable to register purchase in linux

Hello, The registration dialog problem in Ubuntu is caused by OpenJDK. Oxygen does not support open source JVMs(like OpenJDK), that's why you receive that "unsupported JVM" warning. If you use the "All platforms" distribution then you will also need a Java SE Runtime Environment ...
by adrian
Fri Aug 27, 2010 5:16 pm
Forum: XSLT and FOP
Topic: how to set the parameters for XSL
Replies: 1
Views: 1591

Re: how to set the parameters for XSL

Hello, If you use a transformation scenario you can set the stylesheet parameters in the scenario itself. Create/Edit your scenario(Document -> Transformation -> Configure Transformation Scenario, New/Edit) and in the XSLT tab press on the "Parameters" button. The "Configure parameter...
by adrian
Fri Aug 27, 2010 4:36 pm
Forum: XSLT and FOP
Topic: Prince XML and oXygen
Replies: 1
Views: 4283

Re: Prince XML and oXygen

Hi, Please note that this is not a "by design" use, it just so happens that you can use Prince as a fake FO Processor or even as a fake XSLT Custom Engine in Oxygen. But you will sometimes feel the lack of an additional argument for the CSS in the processing with Prince. Prince as an FO Pr...
by adrian
Thu Aug 26, 2010 3:36 pm
Forum: Other Issues
Topic: connecting to sql server
Replies: 3
Views: 2549

Re: connecting to sql server

Hi, The correct URL pattern for MS SQL Server looks like this: jdbc:sqlserver://[serverName[\instanceName][:portNumber]][;property=value[;property=value]] So the port is after the server name and instance(database) name. e.g. jdbc:sqlserver://servername\databasename:1433 Found a reference here: http...
by adrian
Thu Aug 26, 2010 10:46 am
Forum: XML Schemas
Topic: xsd:all too restrictive, what do I use?
Replies: 3
Views: 3666

Re: xsd:all too restrictive, what do I use?

Hello, It seems to be correct. The only thing I would add is a minOccurs="2" for the xs:choice of SequentialLogicType: <xs:complexType name="SequentialLogicType"> <xs:choice minOccurs="2" maxOccurs="unbounded"> since the logical operations "and" and ...
by adrian
Wed Aug 25, 2010 9:46 am
Forum: Common Problems
Topic: Can't install eclipse plugin
Replies: 3
Views: 3913

Re: Can't install eclipse plugin

Hello, If you have trouble with the installation from the update site, you can download the plugin zip distribution and simply unpack it in the dropins folder from the Eclipse installation folder. Make sure you do this on an Eclipse that doesn't already have an Oxygen plugin installed via the update...
by adrian
Fri Aug 20, 2010 4:13 pm
Forum: XSLT and FOP
Topic: exslt support for Model View and documenting XSLT?
Replies: 7
Views: 4461

Re: exslt support for Model View and documenting XSLT?

Hello, The EXSLT support in Oxygen consists solely in processing(which is actually provided by the XSLT engines rather than Oxygen itself). There are no EXSLT helpers: content completion or documentation. On our issue tracking tool we already have a feature request for these helpers so eventually th...
by adrian
Wed Aug 18, 2010 4:02 pm
Forum: Common Problems
Topic: Oxygen.exe as default program on Windows 7
Replies: 8
Views: 5452

Re: Oxygen.exe as default program on Windows 7

Hello, I've tried this but it worked fine for me. As soon as I picked oxygen.exe, Oxygen XML Editor 11.2 was added to the list of programs and I could use it for the file association(the one from the Open With dialog). I'm not able to select Oxygen.exe. I'm not sure if I understand this, you cannot ...
by adrian
Wed Aug 18, 2010 2:23 pm
Forum: Common Problems
Topic: Connecting with webdav to some Database Sources fails
Replies: 8
Views: 2963

Re: Connecting with webdav to some Database Sources fails

Hello, The problem was resolved in build 2010061615. You are running build 2010031913 which is an older build that had this bug. As mentioned above, please download and install the latest build(2010080212) of 11.2 from our website: http://www.oxygenxml.com/download.html Regards, Adrian PS: Build num...
by adrian
Tue Aug 17, 2010 5:12 pm
Forum: XSLT and FOP
Topic: Problem with transformation scenario
Replies: 5
Views: 2328

Re: Problem with transformation scenario

Hello, This seems to be an error in the TEI-to-FO stylesheets(TEI XSL) which are used by Oxygen when transforming TEI to PDF(XML -> FO -> PDF). This error is still present in the latest version of TEI XSL, 5.35 which can be found here(Stylesheets): http://sourceforge.net/projects/tei/files/ The prob...
by adrian
Tue Aug 17, 2010 12:16 pm
Forum: Other Issues
Topic: Splash screen for oXygen version 12
Replies: 8
Views: 5893

Re: Splash screen for oXygen version 12

I'm afraid there's no DTD visualiser, but there are plenty of other "goodies" in v12.

Regards,
Adrian
by adrian
Mon Aug 16, 2010 2:16 pm
Forum: XSLT and FOP
Topic: Problem with transformation scenario
Replies: 5
Views: 2328

Re: Problem with transformation scenario

Hello,

What kind of XML document are you trying to transform to PDF(Docbook, DITA, TEI, FO)?

Could you provide a sample of the file that causes this problem when transformed to PDF? If possible please send it to our support email address: support@oxygenxml.com

Regards,
Adrian
by adrian
Thu Aug 05, 2010 3:49 pm
Forum: XSLT and FOP
Topic: Passing XSLT stylesheet parameter to transform scenario?
Replies: 4
Views: 3793

Re: Passing XSLT stylesheet parameter to transform scenario?

Hi, There is a workaround that can help you by using a custom editor variable. If you go to Options -> Preferences - Custom Editor Variables you can define a custom editor variable. e.g. Name: myParam Value: X123 Then you can use this editor variable as the parameter's value: ${myParam} And in the '...
by adrian
Thu Aug 05, 2010 3:23 pm
Forum: XSLT and FOP
Topic: Specifying Directory Paths
Replies: 1
Views: 1072

Re: Specifying Directory Paths

Hello, I'm afraid you can't define a variable or parameter before the imports. I guess you could use an XML catalog trick to get the imports from another location. e.g. <xsl:import href="http://mycontent/shared.xsl"/> In an XML catalog you could put: <?xml version="1.0" encoding=...
by adrian
Tue Aug 03, 2010 3:09 pm
Forum: Common Problems
Topic: small issue with latest integration with Calabash
Replies: 7
Views: 3996

Re: small issue with latest integration with Calabash

Hello,

Could you send us some sample files that reproduce the problem?
Please send them to our support email address support@oxygenxml.com for analysis.

Regards,
Adrian
by adrian
Mon Aug 02, 2010 5:08 pm
Forum: Other Issues
Topic: Eclipse Plugin: Invalid External Tool Builder
Replies: 2
Views: 5990

Re: Eclipse Plugin: Invalid External Tool Builder

Hello, Because of the way Eclipse applies project filters I see no workaround for this problem in the Navigator view. The filtered files are considered outside of the workspace so they are unreachable. Oxygen doesn't really participate in any of this, the same thing would happen for any other type o...
by adrian
Mon Aug 02, 2010 12:36 pm
Forum: Common Problems
Topic: How I can to insert MathML ecuantions in DITA topic?
Replies: 1
Views: 970

Re: How I can to insert MathML ecuantions in DITA topic?

Hello,

The problem is that DITA-OT doesn't handle MathML out-of-the-box.

I see you've also posted this question on the dita-users group, and you were presented with a possible solution there:
http://tech.groups.yahoo.com/group/dita ... sage/19158

Regards,
Adrian
by adrian
Mon Aug 02, 2010 12:07 pm
Forum: XSLT and FOP
Topic: problems with transformation scenarios
Replies: 5
Views: 3503

Re: problems with transformation scenarios

Hello, If you have a common XSL file that you need to apply to several XML files then you are on the right track, you should create a scenario of the "XML transformation with XSLT" type. You can either: - open one XML file and from the main menu invoke Document -> Transformation -> Configu...
by adrian
Thu Jul 29, 2010 10:40 am
Forum: General XML Questions
Topic: Breaking an XML file into smaller XML files...
Replies: 1
Views: 2104

Re: Breaking an XML file into smaller XML files...

Hello, Here's no quicker way than a stylesheet. Try with this one: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0" xmlns:dc="myns"> <xsl:template match="/"> <xsl:for-each...
by adrian
Thu Jul 29, 2010 9:34 am
Forum: Common Problems
Topic: Character display problems in output
Replies: 3
Views: 1790

Re: Character display problems in output

Hello, I'm not sure if this will help you with the PDF problem. You can simply change the UTF encoding in the XML declaration. If the XML file doesn't have one simply add it at the beginning: <?xml version="1.0" encoding=" UTF-8 "?> (You have to do this in Text mode.) When you sa...
by adrian
Tue Jul 27, 2010 5:19 pm
Forum: Common Problems
Topic: Settings for Languages other than English?
Replies: 10
Views: 4822

Re: Settings for Languages other than English?

In the XEP configuration file(xep.xml) in my tests I've added something like this to the fonts section just before the "Sample configuration for Windows TrueType fonts" : <font-group> <font-family name="Arialuni" embed="true"> <font> <font-data ttf="arialuni.ttf&qu...
by adrian
Tue Jul 27, 2010 2:12 pm
Forum: Feature Request
Topic: Find in files with normalized spaces
Replies: 7
Views: 5756

Re: Find in files with normalized spaces

Hi,

Right now this feature is scheduled to be implemented in Oxygen 12.2 which doesn't have a fixed release date yet. The good news is we're getting close to the release of 12.0, so 12.2 isn't that far away.

We'll let you know as soon as this gets implemented.

Regards,
Adrian
by adrian
Mon Jul 26, 2010 4:46 pm
Forum: Common Problems
Topic: Settings for Languages other than English?
Replies: 10
Views: 4822

Re: Settings for Languages other than English?

OK, so the input XML(that's what I was asking about) is DITA. For DITA you need to edit the DITA Open Toolkit font mappings. The file you have to edit is [oxygen-installation-folder]/frameworks/dita/DITA-OT/demo/fo/cfg/fo/font-mappings.xml To simply replace the used fonts with your font look for: <l...
by adrian
Mon Jul 26, 2010 2:50 pm
Forum: Common Problems
Topic: Settings for Languages other than English?
Replies: 10
Views: 4822

Re: Settings for Languages other than English?

Hi, You're getting close, there is one more thing to set and that is the DocBook transformation fonts. It's a DocBook document, right? Edit the Docbook to PDF transformation(Document -> Transformation -> Configure Transformation Scenario, Edit) and press the Parameters button. Look in the list and c...
by adrian
Fri Jul 23, 2010 3:59 pm
Forum: Common Problems
Topic: Settings for Languages other than English?
Replies: 10
Views: 4822

Re: Settings for Languages other than English?

Hi, If you're using XEP you can disregard my previous post, that only applies to Apache FOP. To configure fonts in XEP look in the XEP User Guide: http://www.renderx.com/reference.html#Configuring_Fonts or look at this example: http://www.sagehill.net/docbookxsl/AddFont.html#ConfigFontXep Regards, A...
by adrian
Fri Jul 23, 2010 11:21 am
Forum: Feature Request
Topic: XProc Transformation Scenarios - options
Replies: 5
Views: 2937

Re: XProc Transformation Scenarios - options

v12 will most probably be released in August-September.

If you're interested in a v12 beta please let me know and I'll forward you the details in private.

Regards,
Adrian