Search found 2850 matches

by adrian
Tue Nov 30, 2010 1:20 pm
Forum: Other Issues
Topic: Win 7 64-bit will not allocate more than 700m of JVM space
Replies: 5
Views: 3915

Re: Win 7 64-bit will not allocate more than 700m of JVM space

I guess you found the "All platforms" distribution of v11.2 in our software archive. In case you didn't, or someone else is looking for it, it can be found here:
http://www.oxygenxml.com/software_archive.html

Let me know of your progress.

Regards,
Adrian
by adrian
Fri Nov 26, 2010 1:50 pm
Forum: XSLT and FOP
Topic: resolving xsl:includes that are out of scope
Replies: 1
Views: 1162

Re: resolving xsl:includes that are out of scope

Hello,

You can find the solution to this included XSLT validation problem here:
http://www.oxygenxml.com/forum/post16872.html#p16872
I've just posted this yesterday.

Regards,
Adrian
by adrian
Thu Nov 25, 2010 6:56 pm
Forum: XSLT and FOP
Topic: xsl xmlns question
Replies: 3
Views: 1765

Re: xsl xmlns question

Hello, Are you sure it's not really xmlns="" ? xmlns:"" seems unlikely, it's not even XML well formed. The problem is namespace related. You probably have an element in the stylehseet that specifies the XHTML namespace. e.g. <html xmlns="http://www.w3.org/1999/xhtml"> B...
by adrian
Thu Nov 25, 2010 6:02 pm
Forum: Other Issues
Topic: No Template Exists
Replies: 1
Views: 1188

Re: No Template Exists

Hello, You can resolve this in Oxygen by creating a custom validation scenario that validates the master stylesheet(default.xsl) and associating this scenario with each of the included stylesheets. 1. Create a new validation scenario( Document -> Validate-> Configure Validation Scenario , Use custom...
by adrian
Thu Nov 25, 2010 4:32 pm
Forum: Other Issues
Topic: External Variables for XQuery
Replies: 3
Views: 2240

Re: External Variables for XQuery

So in short, if I understood correctly, you want to share your transformation configuration so that other people can use this XQuery transformation with the dynamic parameter value obtained from the popup window that you have configured. Did I get this right? One possibility is to: 1. Create a new p...
by adrian
Thu Nov 25, 2010 1:56 pm
Forum: Other Issues
Topic: External Variables for XQuery
Replies: 3
Views: 2240

Re: External Variables for XQuery

Hello,

What do you understand by "external variables"?
Are you referring to environment variables of the operating system or to Oxygen's "Editor Variables" or is it something else?

Could you provide more exemplified details of what you're trying to do?

Regards,
Adrian
by adrian
Wed Nov 24, 2010 3:08 pm
Forum: Other Issues
Topic: Win 7 64-bit will not allocate more than 700m of JVM space
Replies: 5
Views: 3915

Re: Win 7 64-bit will not allocate more than 700m of JVM space

Hello, Are you using an anti-virus or some other security software? We've actually experienced this problem ourselves with some anti-virus software. The solution was to change its setting to be more permissive. The other alternative is to use the Oxygen "All platforms" distribution: http:/...
by adrian
Wed Nov 24, 2010 1:23 pm
Forum: Common Problems
Topic: Proxy server problems
Replies: 1
Views: 1444

Re: Proxy server problems

Hello,

What version and build number of Oxygen are you using(Help -> About)?

To test if the proxy works in Oxygen, use File -> Open URL and type or paste the URL there.

Have you tried using the proxy without specifying a username and a password in the options?

Regards,
Adrian
by adrian
Tue Nov 23, 2010 6:01 pm
Forum: Common Problems
Topic: oxygen 12.0: 1 CPU core at 100% when it should be idle
Replies: 7
Views: 4468

Re: oxygen 12.0: 1 CPU core at 100% when it should be idle

In case anyone else encounters this issue, this turned out to be a "stuck" JVM thread("Direct Clip") that handles sound. This is part of the JVM but it is started after a sound event is issued by Oxygen. This is triggered whenever the status message notifies an operation has fini...
by adrian
Mon Nov 22, 2010 6:42 pm
Forum: Common Problems
Topic: Defining new entities for characters
Replies: 4
Views: 2697

Re: Defining new entities for characters

I find this to be more of a keyboard input problem. Are you using the correct keyboard layout for you keyboard? Or that's precisely the problem, your keyboard layout is different and has the quote(apostrophe) characters mixed up. You can declare an entity in the XML document or in a DTD that's assoc...
by adrian
Mon Nov 22, 2010 6:27 pm
Forum: XSLT and FOP
Topic: docx (Word 2007/2010) xlst to XSL-FO
Replies: 1
Views: 4997

Re: docx (Word 2007/2010) xlst to XSL-FO

Hello, While you can probably find some chain of tools that could automatically do this for you I wouldn't recommend it in an automated environment. Someone has to analyze the resulting document and decide if it's consistent with the source. The main problem I see is the Word to FO conversion. While...
by adrian
Fri Nov 19, 2010 7:04 pm
Forum: Feature Request
Topic: Author mode: cut (and paste) XML
Replies: 14
Views: 10566

Re: Author mode: cut (and paste) XML

Hello, Download the zip archive that contains the jar and source file for the custom operation here: http://www.oxygenxml.com/forum/files/copyXML.zip To use this, go to Options -> Preferences -> Document Type Association and edit/duplicate the document type used in your XML documents. 1. In the Docu...
by adrian
Fri Nov 19, 2010 5:54 pm
Forum: Other Issues
Topic: Custom templates: Use Editor→Templates or Document Type Asso
Replies: 1
Views: 1788

Re: Custom templates: Use Editor→Templates or Document Type Asso

Hello, In short, no templates are ever overridden by specifying other templates from a different option. Each of the template sources contributes to the list of templates. The sources of templates are: - The "templates" folder from the Oxygen installation folder. - The folders from the lis...
by adrian
Fri Nov 19, 2010 12:19 pm
Forum: Common Problems
Topic: Problems with XUpdate
Replies: 5
Views: 2809

Re: Problems with XUpdate

Hello, Just to let other people know this... The XQuery 1.1 support for Saxon can be enabled from: Options -> Preferences -> XML -> XSLT-FO-XQuery -> XQuery -> Saxon-HE/PE/EE, "Saxon-EE specific options", "Enable XQuery 1.1 support". (Can be easily found if you type "xquery ...
by adrian
Thu Nov 18, 2010 7:08 pm
Forum: General XML Questions
Topic: Creating a text reference to figures
Replies: 15
Views: 12605

Re: Creating a text reference to figures

Hi, Tag the text title with a <ph>(phrase) element and give this ph element an id(Either generated or manually assigned to be easier to identify). Then you can insert in the paragraph(or other locations) a content reference(DITA -> Insert Content Reference) to that phrase. e.g. <p>The LAN screen con...
by adrian
Thu Nov 18, 2010 6:49 pm
Forum: Feature Request
Topic: Author mode: cut (and paste) XML
Replies: 14
Views: 10566

Re: Author mode: cut (and paste) XML

Hello,

This feature hasn't been implemented yet so it won't make it in the next version, v12.1.

However, this is very easy to implement as a custom Author operation with the Author SDK.

We'll have a JAR file and the configuration procedure ready for you by tomorrow.

Regards,
Adrian
by adrian
Thu Nov 18, 2010 5:04 pm
Forum: Feature Request
Topic: saxon switch to honour all schemalocations
Replies: 5
Views: 3359

Re: saxon switch to honour all schemalocations

OK, thanks.

When the next version of Saxon will be integrated in Oxygen we'll add a switch for this.

Regards,
Adrian
by adrian
Thu Nov 18, 2010 4:55 pm
Forum: XSLT and FOP
Topic: webhelp
Replies: 11
Views: 5508

Re: webhelp

Hello,

What type of document are you transforming(DocBook, DITA, etc)?

How/where are the customizations specified?

Regards,
Adrian
by adrian
Thu Nov 18, 2010 4:19 pm
Forum: XSLT and FOP
Topic: customize CSS file and IMG-folder for XSLT documenation?
Replies: 2
Views: 1465

Re: customize CSS file and IMG-folder for XSLT documenation?

Hello, 1. You can customize the CSS( docHtml.css ) found in <Oxygen-installation-folder>\frameworks\stylesheet_documentation\xsl . However, this CSS is only used if you use the corresponding custom XSL stylesheet. To do this, in the XSLT Stylesheet Documentation dialog(Tools -> Generate Documentatio...
by adrian
Thu Nov 18, 2010 3:37 pm
Forum: Feature Request
Topic: saxon switch to honour all schemalocations
Replies: 5
Views: 3359

Re: saxon switch to honour all schemalocations

Hello,

We've investigated but could not find any Saxon feature in 9.3 similar to "honour-all-schemaLocations" in the Saxon API or its general documentation.

Could you provide more details, maybe a link where you've read about this?

Regards,
Adrian
by adrian
Thu Nov 18, 2010 11:27 am
Forum: General XML Questions
Topic: inserting a em-dash?
Replies: 2
Views: 7685

Re: inserting a em-dash?

Hello, In the main menu go to Edit -> Insert from Character Map . In the Character Map dialog type in the Character code field the code for em-dash: - decimal: 8212 or - hexadecimal: 2014 Then you can insert it as either: - Character or - Character entity (decimal/hexadecimal) I'd suggest inserting ...
by adrian
Wed Nov 17, 2010 6:55 pm
Forum: Common Problems
Topic: oxygen 12.0: 1 CPU core at 100% when it should be idle
Replies: 7
Views: 4468

Re: oxygen 12.0: 1 CPU core at 100% when it should be idle

To help us analyze the source of the problem, please send a problem report from the Oxygen GUI(Help -> Report Problem) after the issue has occurred.

Regards,
Adrian
by adrian
Wed Nov 17, 2010 2:06 pm
Forum: Common Problems
Topic: Will Oxygen 8 run on Windows 7?
Replies: 1
Views: 1736

Re: Will Oxygen 8 run on Windows 7?

Hello, Oxygen XML Editor 8.x was released before the Windows 7 was launched in October 2009 so it is not officially supported. However it has been tested and it should install and run fine in Windows 7. It's just that eventual incompatibilities of 8.x with Windows 7 that could appear from subsequent...
by adrian
Wed Nov 17, 2010 1:38 pm
Forum: Common Problems
Topic: oxygen 12.0: 1 CPU core at 100% when it should be idle
Replies: 7
Views: 4468

Re: oxygen 12.0: 1 CPU core at 100% when it should be idle

Hello, This could be a Java Virtual Machine(JVM) problem. To see what JVM is used for running Oxygen go to Help -> About -> System Properties. Look for the properties "java.home", and "java.vm.*"(all that start with "java.vm."). For Linux Oxygen only supports Java SE fr...
by adrian
Wed Nov 17, 2010 11:26 am
Forum: General XML Questions
Topic: Creating a text reference to figures
Replies: 15
Views: 12605

Re: Creating a text reference to figures

Hi,

I don't understand the context of this question.
Could you provide more details, what type of XML document are you using(DocBook, DITA, etc) or is it something custom?

A simple example would also be useful.

Regards,
Adrian
by adrian
Tue Nov 16, 2010 6:02 pm
Forum: Feature Request
Topic: Server Side Debugging
Replies: 1
Views: 1365

Re: Server Side Debugging

Hello, Currently we have no plans for providing such an API. Depending on the interest in this feature we may provide one in the future. Though you should know that the existing Saxon XQuery Debugger in Oxygen is supported by a little more that just the Saxon API. Several patches are applied to be a...
by adrian
Mon Nov 15, 2010 3:53 pm
Forum: Other Issues
Topic: Future of OxygenXML on a Mac?
Replies: 2
Views: 1761

Re: Future of OxygenXML on a Mac?

Oracle and Apple have reached an agreement and the future of Java on Mac OS X has been clarified. http://www.apple.com/pr/library/2010/11/12openjdk.html REDWOOD SHORES and CUPERTINO, California—November 12, 2010—Oracle and Apple® today announced the OpenJDK project for Mac OS® X. Apple will contribu...
by adrian
Mon Nov 15, 2010 1:20 pm
Forum: Feature Request
Topic: Change xsd type on several elements at once
Replies: 1
Views: 1087

Re: Change xsd type on several elements at once

Hello

We already have this feature request on our issue tracking tool. I've added your vote.

Regards,
Adrian
by adrian
Mon Nov 15, 2010 12:41 pm
Forum: Other Issues
Topic: How to remove xd:doc from a newly created XSL document
Replies: 2
Views: 1305

Re: How to remove xd:doc from a newly created XSL document

Hello, When you create a new stylesheet(File -> New -> XSLT Stylesheet), instead of "Create", press "Customize >". This will allow you change the stylesheet version and also disable the stylesheet documentation("Generate stylesheet documentation"). You only have to do t...
by adrian
Fri Nov 12, 2010 4:34 pm
Forum: Other Issues
Topic: Run DITA OT 1.4.3 in Oxygen?
Replies: 2
Views: 1978

Re: Run DITA OT 1.4.3 in Oxygen?

Hello, A DITA-OT distribution/version is usually tested for various problems and sometimes patched to some level to work with Oxygen's features from that version. You can make DITA-OT 1.4.3 work in v12 but it's a little messy and I'm not sure about how reliable it will be(the DITA-OT patches won't m...