Search found 4141 matches

by sorin_ristache
Tue Apr 05, 2005 9:37 am
Forum: Common Problems
Topic: no file name on "Save to URL"
Replies: 3
Views: 3240

Hello,

Thank you for reporting this. I filed an entry on our bugzilla.

Best regards,
Sorin
by sorin_ristache
Mon Apr 04, 2005 4:44 pm
Forum: XSLT and FOP
Topic: Using Saxon to generate many result files from one XML doc
Replies: 2
Views: 7917

Hello Steve, For the multiple file output question please see the topic http://www.oxygenxml.com/forum/ftopic911.html For your document I get the same 2 errors. Then I just changed the attribute name from file to href and the transformation worked. Because it is a XSLT 1.0 stylesheet that uses a Sax...
by sorin_ristache
Mon Apr 04, 2005 4:12 pm
Forum: Common Problems
Topic: 0 byte index.html on chunked docbook output
Replies: 8
Views: 5663

Hello again, <oXygen/>'s Debugger perspective and the error and warning messages displayed in the Results panel at the bottom of the <oXygen/> window should be enough for debugging a transformation/the XSLT stylesheet. Not in your case because this is the way that the DocBook chunk XSLT stylesheet w...
by sorin_ristache
Mon Apr 04, 2005 3:52 pm
Forum: Common Problems
Topic: 0 byte index.html on chunked docbook output
Replies: 8
Views: 5663

Hello, I finally figured out what is wrong. The DocBook chunk XSL names the main HTML file of the result document index.html and it does not take into account the value that you set in the field Save As in the Edit scenario dialog, Output tab. This is the way the DocBook chunk XSL works. You can con...
by sorin_ristache
Mon Apr 04, 2005 2:23 pm
Forum: Common Problems
Topic: 0 byte index.html on chunked docbook output
Replies: 8
Views: 5663

Hello, Sorry it works for me. The index.html result file is created correctly from your XML document and it is not truncated to 0 bytes. The XInclude parts are included and linked correctly. The same happens if I set other name for the main HTML file of the chunked result of the transformations - us...
by sorin_ristache
Mon Apr 04, 2005 12:42 pm
Forum: Common Problems
Topic: no file name on "Save to URL"
Replies: 3
Views: 3240

Hello,

Thank you for letting us know. This will be fixed in the next release.

Best regards,
Sorin
by sorin_ristache
Wed Mar 30, 2005 11:53 am
Forum: XSLT and FOP
Topic: XSL formfeed - please help me
Replies: 1
Views: 7246

Hello, In a XSLT 2.0 stylesheet using the xsl:result-document instruction with the href attribute you can generate a result document in addition to the main document specified in the command for the XSLT processor. If you don't specify the href attribute the result tree contained inside the xsl:resu...
by sorin_ristache
Thu Mar 24, 2005 5:26 pm
Forum: Common Problems
Topic: "No Print Service Found"
Replies: 3
Views: 6556

Hi, Probably you are using the All platforms distribution of <oXygen/> (oxygen.tar.gz) not the Linux one (oxygen.bin). In this case you have to edit the file oxygen.sh used to start up <oXygen/> on Linux and replace the call to the default Java virtual machine in your path with a call to a Java 1.4....
by sorin_ristache
Thu Mar 24, 2005 2:39 pm
Forum: Common Problems
Topic: "No Print Service Found"
Replies: 3
Views: 6556

Hello, <oXygen/> is a 100% pure Java application. That means it doesn't use native code specific to a platform so the problem is between the Java virtual machine and the operating system. If the printing system is CUPS and is working on that machine for non-Java applications then a workaround which ...
by sorin_ristache
Wed Mar 16, 2005 12:36 pm
Forum: Common Problems
Topic: nested XInclude
Replies: 2
Views: 4670

Hello, I created, validated and transformed to PDF successfully a DocBook document with 6 levels of XInclude nesting. It seems that you don't use the DocBook DTD module for XInclude that comes with <oXygen/>. This is necessary because Xerces does not provide XInclude builtin support. To accomplish t...
by sorin_ristache
Mon Mar 14, 2005 6:03 pm
Forum: XSLT and FOP
Topic: no line wrap please
Replies: 3
Views: 7093

Hello, Probably the value of the page-width attribute of the FO page master element that includes your FO block is too small. Or the font size is too large. This is a simple FO document that sets the page width and height for the North American Letter format (8.5in x 11in) and displays your text wit...
by sorin_ristache
Mon Mar 14, 2005 12:36 pm
Forum: Common Problems
Topic: HELP opening XSL files almost halts windows XP!
Replies: 6
Views: 5069

Hello, Thank you for sending the log file. All I can deduce is that the file carfilter.xsl was opened in less than 2 seconds. I don't see why it doesn't appear in <oXygen/> in an XSL editor immediately. Are you sure you don't have other applications running at the same time which take up all the CPU...
by sorin_ristache
Fri Mar 11, 2005 10:37 am
Forum: Feature Request
Topic: Pasting into verbatim blocks
Replies: 3
Views: 8437

Hello,

You can control this with the option "Indent on paste" in Preferences - Editor - Format. If this option is set to false the pasted block will not be realigned but the exact copied content will be preserved.

Regards,
Sorin
by sorin_ristache
Wed Mar 09, 2005 11:45 am
Forum: Common Problems
Topic: Template expansion key does not work in Eclipse plugin
Replies: 3
Views: 3461

Hello, There is no special key mapping for the code templates. They are offered automatically by the content completion assistant if you enter the first letter or letters of its name and then press CTRL + SPACE. Also if you are editing a XSL document for example only the code templates associated wi...
by sorin_ristache
Mon Mar 07, 2005 6:08 pm
Forum: XSLT and FOP
Topic: Breaking lines with a hyphen
Replies: 5
Views: 16216

Hello, The English hyphenation file is part of the FOP's standard hyphenation support so you don't have to download and set any config file for that. Using the <oXygen/> built in FOP is enough. I tested that and it works with non verbatim DocBook elements like para (verbatim elements are programlist...
by sorin_ristache
Fri Mar 04, 2005 5:43 pm
Forum: XSLT and FOP
Topic: Breaking lines with a hyphen
Replies: 5
Views: 16216

Hello,

It doesn't seem to be a problem in FOP. Do you use a hyphenation file together with FOP ? How did you obtain it ?

Regards,
Sorin
by sorin_ristache
Wed Mar 02, 2005 11:31 am
Forum: Common Problems
Topic: Outline view display element/type "name" attribute
Replies: 3
Views: 3875

Hello,

In a future version the outliner view will allow for a XPath like expression to configure what this view shows. So configuring an expression like ./@name that will be possible.

Regards,
Sorin
by sorin_ristache
Wed Mar 02, 2005 11:25 am
Forum: XSLT and FOP
Topic: Template Parameters?
Replies: 4
Views: 7336

Hello, In the Configure parameters dialog you set the values of global not local stylesheet parameters. Global parameters are declared outside of any XSLT template. Values of local parameters are set when you call that template explicitly in your stylesheet with some values for the parameters. Regar...
by sorin_ristache
Mon Feb 28, 2005 2:40 pm
Forum: XSLT and FOP
Topic: Linebreak question
Replies: 2
Views: 6837

Hello, I think it is a bad idea to include in the XML document formatting information like where the lines should break. Such presentation issues should be handled in a XSLT stylesheet. In the HTML case the document fragment that you describe may be something like: <section> <p>text1</p> <p>text2</p...
by sorin_ristache
Thu Feb 24, 2005 10:57 am
Forum: Common Problems
Topic: Parse error: whitespace required (found ">")
Replies: 4
Views: 3971

Hello, If the XML document uses the DocBook framework you can add headers and/or footers to every page of the transformation result by customizing some templates in the DocBook stylesheets depending of what you have to display in the header/footer. If the output format of your transformation is HTML...
by sorin_ristache
Wed Feb 23, 2005 10:29 am
Forum: Common Problems
Topic: saxon in *.bat file
Replies: 1
Views: 2339

Hello, If you want to apply a XSLT stylesheet on a XML document then all you have to do is to configure a transformation scenario and execute it. You configure a scenario in a special dialog that is opened by the button "Configure transformation scenario" from the toolbar. To execute it us...
by sorin_ristache
Tue Feb 22, 2005 11:15 am
Forum: Common Problems
Topic: C:/Program%20Files/Oxygen4.2/
Replies: 3
Views: 3223

Hello, When I run the transformation, it appears to be successful, but the output file that I specify as save as contains only one line, "<?xml version="1.0" encoding="utf-8"?>". See http://www.oxygenxml.com/forum/ftopic317.html when I click OK, the input box displays &...
by sorin_ristache
Mon Feb 21, 2005 5:31 pm
Forum: Common Problems
Topic: C:/Program%20Files/Oxygen4.2/
Replies: 3
Views: 3223

Hello, <oXygen> does not require this folder. I transformed a TEI document to HTML and to PDF with <oXygen/> 4.2 and Java VM 1.4.2_03 but the folder with "%20" in name was not created. The output was placed in the folder "C:/Program Files/Oxygen4.2/". Can you tell us the version ...
by sorin_ristache
Mon Feb 21, 2005 5:04 pm
Forum: XSLT and FOP
Topic: fo:footnote inside alist
Replies: 1
Views: 5562

Hello,

You can try to ask about this on a FOP list:

http://xml.apache.org/fop/maillist.html ... -subscribe

Regards,
Sorin
by sorin_ristache
Mon Feb 21, 2005 3:44 pm
Forum: XSLT and FOP
Topic: Dutch hyphenation file nl.xml for FOP
Replies: 2
Views: 6699

Hello,

You can find it in FOP 0.20.3. It was removed in higher versions because there are licensing restrictions that the FOP distribution could not respect. So I can't post it here. You have to download it from an Apache mirror.

Regards,
Sorin
by sorin_ristache
Fri Feb 18, 2005 6:13 pm
Forum: XSLT and FOP
Topic: Is it possible to start a text on p.1 and end it on p.4?
Replies: 1
Views: 5126

Hello, In general it is not easy to determine how much of the editorial (50%, 80%) will fit on the first page when the FO transformation is running. You can divide the content of the editorial in the 2 parts before running the FO transformation and then run the transformation several times with each...
by sorin_ristache
Fri Feb 18, 2005 5:32 pm
Forum: XSLT and FOP
Topic: FOP, Help fo:page-number
Replies: 8
Views: 11252

Hello,

This is a FAQ. See

http://xml.apache.org/fop/faq.html#fo-total-pages

Regards,
Sorin
by sorin_ristache
Thu Feb 17, 2005 5:21 pm
Forum: XSLT and FOP
Topic: FOP, Help <fo:block no wrap in new page
Replies: 2
Views: 6034

Hello,

Maybe the attribute break-before will help you:

Code: Select all


<fo:block break-before="page">
...
</fo:block>
For more information see

http://xml.apache.org/fop/compliance.ht ... eepsbreaks
http://www.w3.org/TR/xsl/slice7.html#break-before

Regards,
Sorin
by sorin_ristache
Fri Feb 11, 2005 12:18 pm
Forum: Feature Request
Topic: Disable reopening last used project and file.
Replies: 2
Views: 5716

Hello, In the next version of <oXygen/> we will add an option "Open last edited files from project" in Preferences for specifying if the last opened files are reopened or not. The last opened project from the project panel will always be reopened when you restart the application. Regards, ...
by sorin_ristache
Thu Feb 10, 2005 11:16 am
Forum: Common Problems
Topic: Entity completion list is wrecked by long entity text
Replies: 4
Views: 4856

Hello,

Thank you for letting us know about this problem. In a future version the width of the popup for entity content completion will be limited so that an entity and the corresponding value or the start of the value are visible.

Regards,
Sorin