Search found 2855 matches

by adrian
Tue May 10, 2011 4:11 pm
Forum: XSLT and FOP
Topic: XSL-FO version and fo:wrapper
Replies: 6
Views: 4116

Re: XSL-FO version and fo:wrapper

Hello, Unfortunately there are hardly any schemas for XSL-FO. XEP/RenderX offers an unofficial DTD and Apache FOP also has an unoffical schema available in their Subversion repository: http://xmlgraphics.apache.org/fop/fo.html#fo-validate I'm afraid that you won't be able to use different schemas fo...
by adrian
Tue May 10, 2011 11:37 am
Forum: Feature Request
Topic: Highlighting 'Used By' Relationship in DITA topics
Replies: 3
Views: 1969

Re: Highlighting 'Used By' Relationship in DITA topics

Hi,

I've added your vote as well and mentioned your comments. Maybe we can implement a generic support that could cover DITA, DocBook and possibly other frameworks as well.

Regards,
Adrian
by adrian
Tue May 10, 2011 8:45 am
Forum: Other Issues
Topic: Problem running stylesheetDocumentation.sh
Replies: 9
Views: 3565

Re: Problem running stylesheetDocumentation.sh

Yes, that's it. Ubuntu 64-bit doesn't have the libraries to run 32-bit executables. You need the Linux 64-bit Oxygen package or replace the JRE(Java SE) from your current installation with a 64-bit one: http://www.oracle.com/technetwork/java/javase/downloads/index.html But how did you install it in ...
by adrian
Mon May 09, 2011 10:02 pm
Forum: Other Issues
Topic: Problem running stylesheetDocumentation.sh
Replies: 9
Views: 3565

Re: Problem running stylesheetDocumentation.sh

Hello,

Have you tried running directly the schema documentation script from the command line?
sh /usr/share/oxygen/stylesheetDocumentation.sh
Does it work? It should output the command line arguments.

Regards,
Adrian
by adrian
Fri May 06, 2011 6:08 pm
Forum: XSLT and FOP
Topic: Docbook available fonts
Replies: 2
Views: 2121

Re: Docbook available fonts

Hello, The fonts are searched in the default paths of the operating system( printenv PATH in a terminal). Details here: http://xmlgraphics.apache.org/fop/0.95/fonts.html#autodetect The hyphenation patterns represents the support for hyphenating words(divide or connect them with a hyphen). This is no...
by adrian
Fri May 06, 2011 11:41 am
Forum: Common Problems
Topic: Eclipse, Ant, and XML association
Replies: 5
Views: 2175

Re: Eclipse, Ant, and XML association

Hi again, We found a simple solution for this, and you can also apply it to your installed Oxygen Eclipse plugin. Navigate to the Oxygen plugin folder, e.g. <eclipse>\plugins\com.oxygenxml.editor_12.1.0.v2011031114 and edit the plugin.xml file with a text editor. Search for: file-extensions="xm...
by adrian
Fri May 06, 2011 9:40 am
Forum: Common Problems
Topic: Memory problems with 12.1
Replies: 8
Views: 3491

Re: Memory problems with 12.1

Hello tinjaw, Note that out-of-memory errors aren't necessarily related to BIDI. Write to our support email address support@oxygenxml.com or use the Report problem dialog(Help -> Report problem) in Oxygen to signal a problem. What version of Oxygen are you running(Help -> About)? The instructions ar...
by adrian
Wed May 04, 2011 9:39 pm
Forum: Common Problems
Topic: default xproc engine doesn't show up in preferences
Replies: 3
Views: 1259

Re: default xproc engine doesn't show up in preferences

Hello, I realize that the screenshots could be misleading since they show Calabash defined there, but they are just meant to show an example of how an external XProc engine can be configured in Oxygen. Calabash is bundled and already pre-configured in Oxygen so it would be redundant to have it liste...
by adrian
Wed May 04, 2011 5:35 pm
Forum: XML Schemas
Topic: Lists with uniques
Replies: 2
Views: 2435

Re: Lists with uniques

Hello, This is possible and quite simple with the GUI. 1. Add a new global complex type : Right click on the schema frame and from the contextual menu choose: New Global -> Complex Type , give it a name. 2. Inside the complex type add an All compositor : Right click on the complex type and from the ...
by adrian
Wed May 04, 2011 4:05 pm
Forum: General XML Questions
Topic: Search for xml tags with line break
Replies: 2
Views: 2152

Re: Search for xml tags with line break

Hello, Use the Find Replace in Files dialog with the following settings. 1. Text to find: (<ul|<ol) 2. Enable "Regular expression". 3. Restrict to XPath: //(ul|ol)[name(preceding-sibling::*[1])='p'] 4. Scope: the folder or selection of your DITA files. What the XPath does is: It looks for ...
by adrian
Wed May 04, 2011 3:21 pm
Forum: XSLT and FOP
Topic: select one node based on the other node in certain order
Replies: 2
Views: 1379

Re: select one node based on the other node in certain order

Hello, Given the result you presented as example, you can try something like this: <xsl:template match="/"> <Event> <xsl:for-each select="//Pset[@name='T_num']"> <xsl:variable name="pos" select="position()"/> <Tnum><xsl:value-of select="var[@name='T_num']...
by adrian
Wed May 04, 2011 9:28 am
Forum: Other Issues
Topic: Check Well-Formedness
Replies: 1
Views: 1030

Re: Check Well-Formedness

Hello, It's even more technical, it's an SGML/HTML/XML technical term. In Oxygen's case it refers to the verification of the XML document's correctness with regard to the XML specification. http://www.oxygenxml.com/doc/ug-oxygen/topics/checking-xml-well-formedness.html e.g. Document not well-formed ...
by adrian
Tue May 03, 2011 5:15 pm
Forum: Common Problems
Topic: SVN Client Update Circle
Replies: 2
Views: 1814

Re: SVN Client Update Circle

Hello, The explanation is correct, the application executable and also the additional native(DLL) and Java(.jar) libraries are in use if the application is running. They cannot be updated/replaced while the application is still running. The SVN client bundled with XML Author shares too many librarie...
by adrian
Mon May 02, 2011 4:05 pm
Forum: Common Problems
Topic: Eclipse, Ant, and XML association
Replies: 5
Views: 2175

Re: Eclipse, Ant, and XML association

I thought you were using the Oxygen Eclipse plugin(Go to Help -> About in Eclipse and check if there's an Oxygen logo there). Did I misunderstand? Are you using the standalone edition of Oxygen XML Editor instead? I don't see how the standalone could affect Eclipse in the same way. They are complete...
by adrian
Mon May 02, 2011 12:55 pm
Forum: XSLT and FOP
Topic: XSLT transforming BR tag into <br></br>
Replies: 3
Views: 10513

Re: XSLT transforming BR tag into <br></br>

Hello,

If you want even better browser compatibility you should use:
<br /> (space before slash)

Regards,
Adrian
by adrian
Fri Apr 29, 2011 4:53 pm
Forum: Common Problems
Topic: Eclipse, Ant, and XML association
Replies: 5
Views: 2175

Re: Eclipse, Ant, and XML association

Hello, I can confirm that there is indeed a conflict between the Ant plugin and the Oxygen plugin with regard to XML files. After installing Oxygen the Ant plugin no longer recognizes the build files. Only 'build.xml'(the file name) is still recognized as an Ant file. I have tried to manually set fi...
by adrian
Fri Apr 29, 2011 3:30 pm
Forum: Other Issues
Topic: Document/Source/Format and Indent
Replies: 2
Views: 1557

Re: Document/Source/Format and Indent

Hello, I'm afraid there isn't a formatting option in Oxygen that would allow you to preserve empty elements in their current representation form. There is a formatting option that forces all empty elements to be expanded( Options -> Preferences -> Editor -> Format -> XML, Expand empty elements ) but...
by adrian
Thu Apr 28, 2011 5:46 pm
Forum: Other Issues
Topic: Using DocBook 5.1 schemas in oXygen
Replies: 1
Views: 1236

Re: Using DocBook 5.1 schemas in oXygen

Hello, Oxygen has an XML catalog for Docbook 5.0 so I'd suggest starting from that. You can find it in Oxygen/frameworks/docbook/5.0/catalog.xml Copy it in the common folder of your 5.1 schemas and adjust it to them. Note that if you want to use DocBook 5.1 documents in Oxygen you'll need to adjust ...
by adrian
Wed Apr 27, 2011 2:35 pm
Forum: Common Problems
Topic: Transformations, parameters and additional stylesheets
Replies: 13
Views: 5566

Re: Transformations, parameters and additional stylesheets

Hello, All the parameters from the transformation scenario are passed to each of the stylesheets(main and additional ones) whether they are used or not. The bug here is that the ${ask} macro should have been evaluated only once when the transformation scenario started. I've added this to our issue t...
by adrian
Wed Apr 27, 2011 12:46 pm
Forum: Common Problems
Topic: Outline background color in OSX
Replies: 3
Views: 2601

Re: Outline background color in OSX

Hello,

The problem with the Outliner background color has been resolved(the editor background is used) and the fix will be available in Oxygen 12.2.

Regards,
Adrian
by adrian
Tue Apr 26, 2011 6:02 pm
Forum: XSLT and FOP
Topic: Kinduv-Off Topic
Replies: 3
Views: 1793

Re: Kinduv-Off Topic

It's possible that you have some references to remote resources(a DTD or a schema) in your input XML that Oxygen resolves locally via its XML catalog. As a result Oxygen runs the transformation immediately with the local files, while Saxon from the command line has to download the schema/DTD from th...
by adrian
Tue Apr 26, 2011 5:00 pm
Forum: XSLT and FOP
Topic: Missing closing /link and /meta tags in output?
Replies: 7
Views: 7585

Re: Missing closing /link and /meta tags in output?

No problems, it's just that the named xsl:output is pointless and somewhat misleading if it's not referred from anywhere. It already gave you the false impression that it controlled the output.
I would recommend removing it if it's unused.

Regards,
Adrian
by adrian
Tue Apr 26, 2011 2:24 pm
Forum: Feature Request
Topic: Newly added frameworks appear at bottom of list, should appe
Replies: 4
Views: 2119

Re: Newly added frameworks appear at bottom of list, should appe

Hello, This is indeed a possible problem in the given situation. I've added the problem to our issue tracking tool and we will try to accommodate this use case by adding the newly added custom frameworks to the top of the list. Do note that in order to change the order of the frameworks it is not ne...
by adrian
Tue Apr 26, 2011 11:44 am
Forum: XSLT and FOP
Topic: Missing closing /link and /meta tags in output?
Replies: 7
Views: 7585

Re: Missing closing /link and /meta tags in output?

Hi, No, I was asking for the XHTML generation stylesheet. I understood that you have two steps: XHTML generation and HTML post-processing. The HTML post processing script will fail if its input is not XML(XHTML) and in your case it's HTML(missing end tags). But now I see where the problem is. In the...
by adrian
Tue Apr 26, 2011 9:51 am
Forum: XSLT and FOP
Topic: Kinduv-Off Topic
Replies: 3
Views: 1793

Re: Kinduv-Off Topic

Hello, These problems are usually caused by the lack of heap memory for Java. Look in the Saxon startup script for an -Xmx argument, if there isn't one you should add it as the first argument of java. If there is one, increase its value. e.g. java -Xmx256m -jar saxon9ee.jar ... -Xmx256m should be en...
by adrian
Mon Apr 25, 2011 9:43 pm
Forum: XSLT and FOP
Topic: Missing closing /link and /meta tags in output?
Replies: 7
Views: 7585

Re: Missing closing /link and /meta tags in output?

Hello,

So how are you copying the HTML template to the output? What does the stylesheet(XSLT template) look like?

Regards,
Adrian
by adrian
Fri Apr 22, 2011 8:41 pm
Forum: XSLT and FOP
Topic: Odd error at end of transform
Replies: 2
Views: 1676

Re: Odd error at end of transform

Hello, From the SystemID of the error(/home/scott/workspace/books_changes2/books/sh-tei.xml_xslt_cascade) it appears you are using additional(cascading) XSLT stylesheets. The error is on the intermediary result of a stylesheet transformation. Duplicate the transformation scenario and edit the duplic...
by adrian
Wed Apr 20, 2011 4:11 pm
Forum: Feature Request
Topic: Highlighting 'Used By' Relationship in DITA topics
Replies: 3
Views: 1969

Re: Highlighting 'Used By' Relationship in DITA topics

Hello,

Thank you for the feedback.

We already plan to implement the means to search for references in the project or a defined working set. I've added your vote for this feature on our issue tracking tool.

Regards,
Adrian
by adrian
Tue Apr 19, 2011 5:43 pm
Forum: Feature Request
Topic: Author: CSS pseudo elements displayed as table-cell
Replies: 5
Views: 4336

Re: Author: CSS pseudo elements displayed as table-cell

Hello,

The support has not been implemented yet as of v12.1. This is currently scheduled to be fixed in v13 but it could be further delayed.

Regards,
Adrian
by adrian
Mon Apr 18, 2011 6:03 pm
Forum: Other Issues
Topic: Oxygen unusable while working on remote files
Replies: 1
Views: 1167

Re: Oxygen unusable while working on remote files

Hello, Starting with v12.2 additional checks will be performed for Windows/Samba network shares/UNC paths(e.g. \\hostname\share) to avoid overhead. Unfortunately not much can be done for network mapped drives. It's difficult to determine(in Java) whether the drive is local or network mapped. Regards...