Search found 2850 matches

by adrian
Fri Aug 27, 2010 5:16 pm
Forum: XSLT and FOP
Topic: how to set the parameters for XSL
Replies: 1
Views: 1588

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: 4279

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: 2537

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: 3645

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: 3901

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: 4454

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: 5427

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: 2957

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: 2322

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: 5879

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: 2322

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: 3783

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: 1066

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: 3981

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: 5980

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: 967

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: 3492

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: 2095

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: 1788

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: 4815

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: 5720

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: 4815

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: 4815

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: 4815

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: 2933

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
by adrian
Fri Jul 23, 2010 10:35 am
Forum: Feature Request
Topic: XProc Transformation Scenarios - options
Replies: 5
Views: 2933

Re: XProc Transformation Scenarios - options

Hi,

This has already been implemented in the current development stream and it will be available in v12.

Regards,
Adrian
by adrian
Thu Jul 22, 2010 10:00 am
Forum: Feature Request
Topic: XProc Transformation Scenarios - options
Replies: 5
Views: 2933

Re: XProc Transformation Scenarios - options

Hello,

Thank you for the feedback.

I have added your request to our issue tracking tool and it will be implemented in a future version of Oxygen.

Regards,
Adrian
by adrian
Thu Jul 22, 2010 9:47 am
Forum: Common Problems
Topic: Settings for Languages other than English?
Replies: 10
Views: 4815

Re: Settings for Languages other than English?

Hello, The problem is that the characters you use aren't supported by the default font used for the PDF. You have to use and embed in the PDF a font that supports these characters(Cyrillic). There is a procedure in the Oxygen User Manual for setting a font for the PDF output generated with the Apach...
by adrian
Wed Jul 21, 2010 11:47 am
Forum: Feature Request
Topic: Improvements to Data Sources interface
Replies: 11
Views: 5981

Re: Improvements to Data Sources interface

Hi Joe, Unfortunately the 'Open URL'/'Save to URL' dialogs only keep the last used server, user and password(you've found the correct options tags). I see we already have this feature request on our issue tracking tool. I'll add your vote. Right now if you use several servers it would be best to cre...
by adrian
Tue Jul 20, 2010 5:46 pm
Forum: Feature Request
Topic: Improvements to Data Sources interface
Replies: 11
Views: 5981

Re: Improvements to Data Sources interface

Hello, We'll consider your suggestion. Right now you can use the Options -> Export Global Options/Import Global Options actions if you want to get the Data Source and Connections options across several Oxygen installations. After you export the options(use .xml extension) you should open the exporte...