Search found 4141 matches

by sorin_ristache
Fri Mar 26, 2004 6:38 pm
Forum: Common Problems
Topic: Proxy autentication not sent
Replies: 2
Views: 3533

We already fixed the bug. The fix will be available in the next release of <oXygen/>.
by sorin_ristache
Fri Mar 26, 2004 4:22 pm
Forum: Common Problems
Topic: Proxy autentication not sent
Replies: 2
Views: 3533

Thank you for reporting this bug. You are right, for some reason Eclipse doesn't send the authentication information to the proxy server. We are working on a fix.

Best regards,
Sorin
by sorin_ristache
Wed Mar 24, 2004 1:02 pm
Forum: Common Problems
Topic: Open file
Replies: 4
Views: 4557

I already posted a bug on our bugzilla and we will fix the "Open file at cursor" action. Until then you can use the Open action from the File menu.

Thank you,
Sorin
by sorin_ristache
Tue Mar 16, 2004 6:06 pm
Forum: Common Problems
Topic: Open file
Replies: 4
Views: 4557

What version are you running ? You can surely open files on other computers in the local network and they should look like:

http://www.oxygenxml.com/doc/network_files.jpg

Best regards,
Sorin
by sorin_ristache
Tue Mar 16, 2004 5:29 pm
Forum: Common Problems
Topic: Schema minOccurs
Replies: 2
Views: 3627

Hello, Optional elements are not included in the generated document. Otherwise the generation will be infinitely recursive. For example what document should be generated for the following schema ? <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs='http://www.w3.org/2001/...
by sorin_ristache
Tue Mar 16, 2004 3:57 pm
Forum: Common Problems
Topic: Crashing Eclipse
Replies: 10
Views: 18565

The stacktrace is not related to <oXygen/>. I can't see com.oxygenxml in it. You can delete the Eclipse log file and then restart Eclipse and repeat opening the file.
by sorin_ristache
Fri Mar 12, 2004 5:36 pm
Forum: Feature Request
Topic: Enable text antialiasing
Replies: 2
Views: 4952

We implemented this. In the next release of <oXygen/> you can enable and disable it from Options -> Preferences -> Editor -> Aspect - Text antialiasing.

Best regards,
Sorin
by sorin_ristache
Fri Mar 12, 2004 5:30 pm
Forum: Common Problems
Topic: Layout problem when printing (Tab size too big)
Replies: 1
Views: 3170

Thank you for reporting the bug. We fixed and tested the printing part and it will be available in the next release of <oXygen/>.

Best regards,
Sorin
by sorin_ristache
Thu Mar 11, 2004 8:19 pm
Forum: Feature Request
Topic: Search wrap-around
Replies: 1
Views: 3931

We added this enhancement on our bugzilla.

Best regards,
Sorin
by sorin_ristache
Thu Mar 11, 2004 6:57 pm
Forum: Feature Request
Topic: Opening files
Replies: 1
Views: 3791

Switching to other application is operating system/windowing manager-dependent and can't be implemented with 100% pure Java code.

We will consider adding a CSS syntax highlight schema.

Best regards,
Sorin
by sorin_ristache
Thu Mar 11, 2004 6:26 pm
Forum: Common Problems
Topic: Crashing Eclipse
Replies: 10
Views: 18565

Crashing Eclipse

This stack trace isn't related to the <oXygen/> plugin. Did you obtain it after reinstalling the 3.1 plugin ?
by sorin_ristache
Thu Mar 11, 2004 6:07 pm
Forum: Common Problems
Topic: Indent DTD
Replies: 1
Views: 2628

Hello,

The Format and Indent command is available only for XML documents. You can indent/unindent a section of any document by selecting it with SHIFT + arrow keys and pressing TAB/SHIFT+TAB.

Regards,
Sorin
by sorin_ristache
Thu Mar 11, 2004 5:13 pm
Forum: Common Problems
Topic: Locking transform inputfiles
Replies: 1
Views: 2661

Re: Locking transform inputfiles

Is there any reason why the files are locked? The files are not locked except that the operating system will lock the output file of the transformation while it is written. We can't reproduce the problem. Please let us know your <oXygen/> version, your oeprating system and your JRE version and send...
by sorin_ristache
Thu Mar 04, 2004 2:28 pm
Forum: Feature Request
Topic: Enable text antialiasing
Replies: 2
Views: 4952

Swing components do not use antialiasing by default and there is no system property to enable text antialiasing. For a Swing component antialiasing is enabled only by overriding the method paintComponent and setting a rendering hint of the graphics context. Sun will have JDK antialiasing support in ...
by sorin_ristache
Thu Mar 04, 2004 1:26 pm
Forum: Feature Request
Topic: Bookmarks in Eclipse
Replies: 1
Views: 4427

We could succesfully place bookmarks in XML and XSL editors in Eclipse versions 2.1 and 3 M7. You just have to right-click in the bookmarks area and select "Add Bookmark ...". Then you can see the name you introduced in the Bookmarks view: http://www.oxygenxml.com/img/eclipse_bookmarks.jpg...
by sorin_ristache
Thu Mar 04, 2004 12:15 pm
Forum: Common Problems
Topic: Java Advanced Imaging (JAI) Package
Replies: 1
Views: 2804

Hello, The JAI library is not bundled with <oXygen/> due to Sun's licensing. We will specify that in our User Guide and will include instructions about downloading and installing it. The CLASSPATH version of JAI is better because you can place the jars and native libraries in any directory and you d...
by sorin_ristache
Thu Feb 26, 2004 12:08 pm
Forum: Common Problems
Topic: Multiple Document Interface ...
Replies: 4
Views: 3964

You can run two instances of <oXygen/> simultaneously as two separate applications. For this you have to edit the oxygen.bat startup script if you run <oXygen/> on Windows (or oxygen.sh on Linux, oxygenMac.sh on Mac OS X) and add -Dcom.oxygenxml.MultipleInstances=true as a VM parameter, like: java -...
by sorin_ristache
Tue Feb 24, 2004 5:17 pm
Forum: Common Problems
Topic: Multiple Document Interface ...
Replies: 4
Views: 3964

Go to the File menu and select one of the menu entries "Open ..." or "Open URL ...". If you select "Open ..." <oXygen/> will open a file open dialog which is standard for your platform (Windows, Mac OS X or Unix). The "Open URL ..." entry will open a dialog in...
by sorin_ristache
Tue Feb 24, 2004 2:21 pm
Forum: Common Problems
Topic: Error with Eclipse M7 & 3.1
Replies: 1
Views: 3135

Thank you. We will look into this and try to find a solution.
by sorin_ristache
Fri Feb 20, 2004 5:08 pm
Forum: Common Problems
Topic: Docbook stylesheet customication layer
Replies: 3
Views: 7940

1) The files imported in your main "book" document represent external parsed entities. According to the XML 1.0 Recommendation http://www.w3.org/TR/2004/REC-xml-20040204/#sec-TextDecl each of the entities should begin with a text declaration that includes an "encoding" pseudo-att...
by sorin_ristache
Thu Feb 19, 2004 6:46 pm
Forum: Common Problems
Topic: No XSLT Output with TEI Stylesheets
Replies: 1
Views: 3450

You probably used the teihtml.xsl stylesheet. You can use teihtml-teic.html and the stylesheet output will be placed in the file listed in the field "Save As" of the scenario configuration dialog. If you use teihtml.xsl you have to set the outputDir parameter of the stylesheet to the direc...
by sorin_ristache
Tue Feb 17, 2004 12:32 pm
Forum: Common Problems
Topic: Chunking HTML output (and XHTML) with Oxygen 3.1
Replies: 8
Views: 18348

chunk.xsl does not look at the output file parameter and writes the output to index.html. That's how Norman Walsh created this stylesheet and that's why you can leave the "Save As" field empty (the file listed in this field, which normally contains the stylesheet output, will be empty at t...
by sorin_ristache
Tue Feb 10, 2004 11:51 am
Forum: Common Problems
Topic: Chunking HTML output (and XHTML) with Oxygen 3.1
Replies: 8
Views: 18348

Hello, The stylesheet chunk.xsl writes the root chunk in a file "index.html" which will contain links to other chunks. So you can leave the "Save As" field empty. For example chunk.xsl transforms the Docbook sample included in <oXygen/> called sample.xml to the files index.html a...
by sorin_ristache
Fri Feb 06, 2004 5:22 pm
Forum: Common Problems
Topic: Error editing build.xml files with Ant Editor in Eclipse
Replies: 8
Views: 10218

Did you try to put the Xerces jars that come with <oXygen/> in the endorsed directory (usually <home-dir-of-JRE-running-Eclipse>\lib\endorsed) ?
by sorin_ristache
Wed Jan 21, 2004 1:43 pm
Forum: Common Problems
Topic: Error in Eclipse 2.1.2
Replies: 4
Views: 5858

Can you give us more details (platform, Java version - look in Help -> About -> Configuration details -> java.version, stack trace in the error log - look in the file workspace/.metadata/.log) ?
by sorin_ristache
Wed Jan 21, 2004 1:36 pm
Forum: Common Problems
Topic: Oxygen 3.0 Eclipse, can not save preferences
Replies: 8
Views: 7820

Maybe some stack trace in workspace/.metadata/.log ? Did you look in Error Log view (Window -> Show View -> Error Log) ?
by sorin_ristache
Tue Dec 23, 2003 11:55 am
Forum: Common Problems
Topic: HTML export
Replies: 5
Views: 7009

The empty file is created if you feed teihtml.xsl to the XSLT engine. This is how the stylesheet works and is not a bug in <oXygen/>. Use teihtml-teic.xsl and the HTML output should be placed in the right file regardless of selecting "prompt for file" or "save as". Regards, Sorin
by sorin_ristache
Mon Dec 22, 2003 2:07 pm
Forum: Common Problems
Topic: HTML export
Replies: 5
Views: 7009

Hello, To convert to HTML you need to use the teihtml-teic.xsl as instructed in the README file located in the tei subfolder of the <oXygen/> installation folder. Fot this just set the teihtml-teic.xsl stylesheet in the XSL URL field of the Configure Transformation dialog. You can find this styleshe...
by sorin_ristache
Thu Oct 02, 2003 12:33 pm
Forum: Common Problems
Topic: Basic--VERY basic questions
Replies: 3
Views: 5704

Regarding the Java version problem with the installer including a Java Virtual Machine, you should have no problems if you leave the default selection in the "Choose Java Virtual Machine" panel of the installation process, that is install the Java virtual machine that comes with the instal...
by sorin_ristache
Tue Sep 16, 2003 2:11 pm
Forum: Common Problems
Topic: OutofMemory error in XSL transformation
Replies: 2
Views: 5736

In the release 2.0.4 which will be released this week the maximum size of the memory that the Java Virtual Machine can use will be set to 256 MB. This setting will be placed in the entry "lax.nl.java.option.additional" of the file oxygen.lax file located in the <oXygen/>'s installation fol...