Search found 4141 matches

by sorin_ristache
Tue Feb 08, 2005 2:14 pm
Forum: Common Problems
Topic: example using extensions with simple xml ??
Replies: 2
Views: 3313

Hello, You have to set the path containing Docbook XSL 1.67.2 extension jar for Xalan or Saxon as oXygen additional classpath. The jars are located in the directory extensions of the Docbook XSL distribution. For example for the Saxon transformer you can do that by copying saxon653.jar to lib subdir...
by sorin_ristache
Wed Jan 26, 2005 1:44 pm
Forum: Common Problems
Topic: odd error during PDF generation
Replies: 4
Views: 5014

Hi, For the included FOP you can't because the FOP user config file doesn't contain an entry for this setting. However you can use the included FOP as an external FO processor and set the -d param in the command line. For this you have to go to Options -> Preferences -> XSLT/FO -> FO processors, add...
by sorin_ristache
Tue Jan 11, 2005 2:43 pm
Forum: XSLT and FOP
Topic: embedding fonts
Replies: 5
Views: 9696

Please send the files arial.xml and arial.ttf to support@oxygenxml.com

Regards,
Sorin
by sorin_ristache
Tue Jan 11, 2005 12:32 pm
Forum: XSLT and FOP
Topic: embedding fonts
Replies: 5
Views: 9696

What is the xsl file ? You aren't using Docbook XSL ?
by sorin_ristache
Tue Jan 11, 2005 11:51 am
Forum: XSLT and FOP
Topic: embedding fonts
Replies: 5
Views: 9696

Hello,

You didn't set the FOP configuration file in Options -> Preferences -> FO processors or the name of the metrics file is not correct in the configuration file.

Regards,
Sorin
by sorin_ristache
Mon Jan 10, 2005 7:06 pm
Forum: XSLT and FOP
Topic: FOP - line formatting without tables
Replies: 1
Views: 5211

Hello Colan, FOP performance will not be much better if you use this kind of lines instead of tables. Using tables will not make performance bad. You can give more memory to FOP from Options -> Preferences -> XSLT/FO -> FO processors -> Memory available to the built-in FOP and see if performance wil...
by sorin_ristache
Mon Jan 10, 2005 6:49 pm
Forum: XSLT and FOP
Topic: check position of 'generate-id()'s
Replies: 3
Views: 6897

Hello, Generally it is difficult to calculate exactly on what page starts and ends an item from table of contents because that depends on the output page size, font used, FO processor. Maybe you can ask about this on specialized mailing lists like http://groups.yahoo.com/group/xsl-fo/ and http://xml...
by sorin_ristache
Fri Dec 24, 2004 1:22 pm
Forum: Common Problems
Topic: typing in reverse
Replies: 2
Views: 3901

sorin wrote:Maybe a screenshot is useful to determine what is the problem.
Please send the screenshot at support@oxygenxml.com.

Regards,
Sorin
by sorin_ristache
Fri Dec 24, 2004 12:02 pm
Forum: Common Problems
Topic: typing in reverse
Replies: 2
Views: 3901

Dear griffima, We can't reproduce the behavior you are describing. Does this happen also in other types of editors (text, Java, etc.) ? Are you editing the file with the <oXygen/> plugin ? When you type a '&' character do you see the content completion popup displayed by <oXygen/> ? Maybe a scre...
by sorin_ristache
Mon Dec 13, 2004 5:59 pm
Forum: Feature Request
Topic: Oxygen + WinSCP
Replies: 4
Views: 9909

Hello, First you may consider using the FTP/WebDAV support of <oXygen/> for working with remote files. Is this support not enough for your editing needs ? Please give more details about your problem - do you see any error message, the save button/menu entry is disabled ? Can you save the first opene...
by sorin_ristache
Tue Dec 07, 2004 1:37 pm
Forum: XSLT and FOP
Topic: FOP issue : Images not not reflecting in PDF
Replies: 3
Views: 6916

Please send both the old image and the new image and a sample of the document that refers the image to support@oxygenxml.com.

Regards,
Sorin
by sorin_ristache
Tue Dec 07, 2004 12:43 pm
Forum: XSLT and FOP
Topic: FOP issue : Images not not reflecting in PDF
Replies: 3
Views: 6916

Hello,

The new images are of the same format like the old ones ? What is the image format ?

Regards,
Sorin
by sorin_ristache
Tue Nov 16, 2004 6:07 pm
Forum: Common Problems
Topic: memory problems with Java (latest Mac release for 10.3.6)
Replies: 2
Views: 3781

Hello Ron, You can enable the FOP output (Options - Preferences - FO processors - Enable output of builtin FOP) and look at the error messages. Also you can set more memory for the FOP operation (Options - Preferences - FO processors - Memory available to builtin FOP). If you still get memory except...
by sorin_ristache
Thu Oct 28, 2004 8:19 pm
Forum: Common Problems
Topic: Trouble validating log4j config with DTD
Replies: 6
Views: 9289

The fact that the field containing the full name of the default catalog is not editable should provide a reasonable hint this is not the way to tell Oxygen about your catalog. You should only enable or disable its use and not modify its contents. Adding your catalog to the list of catalogs displayed...
by sorin_ristache
Mon Oct 04, 2004 12:28 pm
Forum: Common Problems
Topic: JAI installation - see doc on "How to Add ..."
Replies: 1
Views: 3029

We used JAI succesfully on MacOS X 10.3.5 (PowerPC G3 and G4) with PNG and TIFF images by downloading the package from http://wsidecar.apple.com/cgi-bin/nph-reg3rdpty1.pl/product=03456&platform=osx&method=sa/Java3D_and_JAI.dmg . All you have to do is install this package and run the oXygen t...
by sorin_ristache
Fri Sep 24, 2004 6:10 pm
Forum: XSLT and FOP
Topic: huge problem: fop (xsl:fo parser) registering fonts (linux)
Replies: 1
Views: 5581

Hello David, Registering FOP fonts and using them to generate documents with FOP works on Windows AND Linux. Are you sure you set the FOP configuration file in <oXygen/> as it is described in http://www.oxygenxml.com/doc/ug-oxygen/preferences-fo-processors.html ? When you set everything correctly FO...
by sorin_ristache
Fri Aug 13, 2004 5:46 pm
Forum: Common Problems
Topic: Eclipse Plugin: Footnote in PDF body not superscript
Replies: 2
Views: 3629

You have to write a customization layer to enable FOP extensions and to customize the template format.footnote.mark to reduce the font size (to 60% for example): <xsl:param name="fop.extensions" select="1"/> <xsl:template name="format.footnote.mark"> <xsl:param name=&qu...
by sorin_ristache
Fri Jun 11, 2004 6:06 pm
Forum: Common Problems
Topic: Java Extensions in XSLT debugger
Replies: 7
Views: 8100

Dear Arne Jans (aka Stinger), You should be careful to the following issues: - if you want to put your Java extesion classes in a jar file then copy the jar file in the lib subdirectory of your <oXygen/> installation directory and then restart <oXygen/>; - alternatively if you want to use directly t...
by sorin_ristache
Fri Jun 11, 2004 2:59 pm
Forum: Common Problems
Topic: JAI - where's the documentation?
Replies: 1
Views: 2437

This issue is already answered in the <oXygen/> User Guide. All your questions were answered on this forum before your post, just take a look at http://www.oxygenxml.com/forum/ftopic429.html.

Best regards,
Sorin
by sorin_ristache
Fri Jun 11, 2004 2:16 pm
Forum: Common Problems
Topic: Java Extensions in XSLT debugger
Replies: 7
Views: 8100

Hello alexfr, Yes, your set-up is the cause of the NullPointerException. Do not use a version of the Rhino JavaScript library (js.jar) later than 1.5R4.1 because there are undocumented runtime incompatibilities with the BSF scripting support (bsf.jar) used by the Xalan processor (js.jar is not bundl...
by sorin_ristache
Fri Apr 23, 2004 5:10 pm
Forum: Common Problems
Topic: images (eps, tif) not appearing in PDF
Replies: 2
Views: 4498

The EPS images are not lost. You think they are probably because you are viewing the PDF with Acrobat Reader. PostScript devices (for example a PostScript printer, a viewer application using GhostScript) will render the EPS images correctly.

Best regards,
Sorin
by sorin_ristache
Thu Apr 15, 2004 5:03 pm
Forum: Common Problems
Topic: Possible spurious error messages about xref's
Replies: 1
Views: 3250

Hello,

You are right, we tried the example files and the links work in the transformation result. The errors are probably there because Xerces's XInclude support is still experimental. Let's hope it will improve in the next versions.

Best regards,
Sorin
by sorin_ristache
Thu Apr 15, 2004 11:34 am
Forum: Common Problems
Topic: displaying xml data
Replies: 1
Views: 3147

Hello, You can try to write a XSL stylesheet to convert your XML document to HTML. Go to http://www.zvon.org/xxl/XSLTutorial/Output/index.html for a XSL tutorial. Alternatively you can write your document as a Docbook XML document and use the existing Docbook XSL stylesheets to convert it to any of ...
by sorin_ristache
Wed Apr 07, 2004 5:41 pm
Forum: Common Problems
Topic: Problem with Trang in Eclipse 2.1.x
Replies: 2
Views: 3342

Thank you for reporting the bug. We fixed the output name of the Trang conversion and now the current project refreshes automatically to show the conversion result file. You will be able to benefit of this in the upcoming release.

Best regards,
Sorin
by sorin_ristache
Wed Apr 07, 2004 3:47 pm
Forum: Common Problems
Topic: eclipse plugin problem
Replies: 4
Views: 4109

Hello, The XML (or XSL, or XSD, etc) menu and the <oXygen/> toolbar appear when you open with <oXygen/> a XML (or XSL, or XSD, etc) document. To be sure that <oXygen/> plugin opens a document you can right-click on that document in Package Explorer and select Open With -> Oxygen Editor from the menu...
by sorin_ristache
Mon Apr 05, 2004 6:07 pm
Forum: Feature Request
Topic: sorting option for opening files
Replies: 1
Views: 3977

What open file dialog are you referring to ? AFAIK the dialog that is displayed by selecting File -> Open offers a list of several extension filters: xml, xsl, xsd, dtd, rng/rnc/nrl, etc. And each of the 4 file open dialogs that can be opened from the Associate schema dialog also provide an extensio...
by sorin_ristache
Mon Apr 05, 2004 5:56 pm
Forum: Feature Request
Topic: "Unindent" selection option
Replies: 3
Views: 5655

If you want to reverse the effect of the Indent selection menu item you can use the action Undo from the Edit menu (or CTRL + Z).
by sorin_ristache
Mon Apr 05, 2004 5:05 pm
Forum: Feature Request
Topic: "Unindent" selection option
Replies: 3
Views: 5655

What do you mean by "unindent selection" ? The menu item "Indent selection" is the Format and indent function restricted to the current selection. If you need just to indent/unindent the selection you can use Tab/Shift+Tab. Maybe the name "Format and indent selection" w...
by sorin_ristache
Wed Mar 31, 2004 2:27 pm
Forum: Common Problems
Topic: PDF bookmarks (and other options)
Replies: 1
Views: 3331

You can enable bookmarks in PDF by setting the fop.extensions parameter of Docbook XSL stylesheet for FO output to value 1. If you install an external FO processor, for example XSL Formatter from AntennaHouse you have to set the axf.extensions parameter to 1. See http://www.antennahouse.com/xslfo/ax...
by sorin_ristache
Tue Mar 30, 2004 7:04 pm
Forum: Common Problems
Topic: Open file
Replies: 4
Views: 4545

We just fixed this bug. The fix will be available in the next release.

Best regards,
Sorin