Search found 81 matches

by amix
Thu Oct 04, 2018 10:06 pm
Forum: Other Issues
Topic: XQuery Outline view does not show Updating Functions
Replies: 3
Views: 2593

XQuery Outline view does not show Updating Functions

Hello, I am using 20.1 on Windows 10. Editing an XQuery Module, with Saxon-EE set to -update:on in the XQuery Scenario, I do not get any functions that are Updating Expressions in the Outline View: A function like: declare updating function ns1:insert-node($what, $where) { insert node $what into $wh...
by amix
Fri Apr 10, 2015 12:20 am
Forum: Feature Request
Topic: Add option for a Dark theme (for both editor and program)
Replies: 18
Views: 18215

Re: Add option for a Dark theme (for both editor and program

I just realized, that I can set the editor background color seperatly, so, please disregard my comment about the 50% background color transparency. Thanks.
by amix
Fri Apr 10, 2015 12:09 am
Forum: Feature Request
Topic: Add option for a Dark theme (for both editor and program)
Replies: 18
Views: 18215

Re: Add option for a Dark theme (for both editor and program

Would you mind running with the crowd and implement this: https://github.com/chriskempson/base16 ?

Also, is there a way to have the background color to be solid? Now it has a preset value to always have 50% transparency.
by amix
Mon Mar 23, 2015 5:09 pm
Forum: XHTML
Topic: XHTML transform gets unwnated attribute injected
Replies: 2
Views: 8138

Re: XHTML transform gets unwnated attribute injected

Hello Adrian,

thank you very much. Indeed, it was the "-expand" option in the processor settings. And you were right, the document has been linked to xhtml1-strict.dtd. Problem solved :)
by amix
Mon Mar 23, 2015 1:42 pm
Forum: XHTML
Topic: XHTML transform gets unwnated attribute injected
Replies: 2
Views: 8138

XHTML transform gets unwnated attribute injected

The following (example only, don't try to find any sense in it) XHTML: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999...
by amix
Mon Aug 16, 2010 6:29 pm
Forum: XSLT and FOP
Topic: Apache FOP and additional output formats
Replies: 2
Views: 2465

Re: Apache FOP and additional output formats

This is great! Thank you very much!
by amix
Sat Aug 14, 2010 12:39 am
Forum: XSLT and FOP
Topic: Apache FOP and additional output formats
Replies: 2
Views: 2465

Apache FOP and additional output formats

Do you plan to add additional output formats to the XSLFO transformation scenario dialog? Currently there is PDF, TXT and PS. I would like to have an Area Tree also. Even RTF (though, they say it's incomplete) would be nice. This is all for testing while doing the stylesheet.
by amix
Mon Aug 09, 2010 2:53 pm
Forum: XSLT and FOP
Topic: Apache FOP/Saxon: Content is not allowed in prolog.
Replies: 2
Views: 6845

Re: Apache FOP/Saxon: Content is not allowed in prolog.

Thanks! Found it :-) I could have known it myself (but didn't). Since my XSL was not finished, yet (it was a first test run), some text() of the input file got into the way as plain text, outside of any XML elements. Duh! :oops:
by amix
Sat Aug 07, 2010 12:30 am
Forum: General XML Questions
Topic: Anyone using XProc?
Replies: 4
Views: 4149

Re: Anyone using XProc?

Now if there would be an XProc Ant task, that would be fine :mrgreen: A build could then pass all XML related stuff to this task, that runs the pipe from within the task, using all other Ant goodies.
by amix
Fri Aug 06, 2010 10:24 pm
Forum: XSLT and FOP
Topic: Apache FOP/Saxon: Content is not allowed in prolog.
Replies: 2
Views: 6845

Apache FOP/Saxon: Content is not allowed in prolog.

Hi, this is my first XSL-FO try and this is what I get: [Apache FOP] The process 'Apache FOP' ended with code: 1. The error was: Transformer is net.sf.saxon.IdentityTransformer@1786286 Error on line 5 column 9 of sample.html_xslt: SXXP0003: Error reported by XML parser: Content is not allowed in pro...
by amix
Wed Aug 04, 2010 1:42 pm
Forum: XSLT and FOP
Topic: how to transform DocBook to EPUB
Replies: 5
Views: 5475

TEI2HTML, TEI2EPUB

A similar question just came up in the xsl-list. There is a project, that does TEILite to HTML conversion, but also has TEILite to EPUB styles. I am aware, that TEI is not DocBook, but I thought it fits the question and may be interesting to some.
by amix
Wed Aug 04, 2010 5:07 am
Forum: Other Issues
Topic: Eclipse Plugin: Invalid External Tool Builder
Replies: 2
Views: 5980

Re: Eclipse Plugin: Invalid External Tool Builder

Okay, thank you.
by amix
Sun Aug 01, 2010 9:33 pm
Forum: Other Issues
Topic: Eclipse Plugin: Invalid External Tool Builder
Replies: 2
Views: 5980

Eclipse Plugin: Invalid External Tool Builder

I setup an Oxygen XML project (XSLT), where an Ant build must be performed. So I opened the Project/Properties/Builders dialog (the XML task of Oxygen was already there) and added a new build task, namely "Ant Builder", configured it, it ran the first round, but when I wanted to edit the p...
by amix
Tue Jul 20, 2010 1:18 am
Forum: Other Issues
Topic: Can not find Generic JDBC Driver on OS X
Replies: 2
Views: 2536

Re: Can not find Generic JDBC Driver on OS X

Thank you, that worked. :)
by amix
Sun Jul 18, 2010 10:54 pm
Forum: Other Issues
Topic: Can not find Generic JDBC Driver on OS X
Replies: 2
Views: 2536

Can not find Generic JDBC Driver on OS X

Hi, I am using the Eclipse plugin version on Apple Mac OS X 10.6.4. I would like to setup a SQLite3 connection using the SQLite ODBC driver, which I have installed (0.83). I would need the JDBC-ODBC bridge, but there is none. Also there is no generic JDBC driver on OS X as it seems. The 'detect' but...
by amix
Mon Jul 07, 2008 8:42 pm
Forum: Other Issues
Topic: XQuery/XSLT Input View and more than one XML input?
Replies: 4
Views: 4800

Re: XQuery/XSLT Input View and more than one XML input?

Do they read styles.xml, meta.xml and content.xml with the document() XSLT function? Yes. In that case it is very difficult (and currently not available in Oxygen) to find all the XML files needed by the module stylesheets and display them in the XSLT/XQuery Input view. Okay, no problem. Thanks for...
by amix
Wed Jul 02, 2008 4:49 pm
Forum: Other Issues
Topic: XQuery/XSLT Input View and more than one XML input?
Replies: 4
Views: 4800

Re: XQuery/XSLT Input View and more than one XML input?

The XQuery/XSLT Input view shows only the structure of the file set in the XML URL field of the scenario. If you want to see a single tree that includes all the three files (styles.xml, meta.xml and content.xml) you have to create a new XML file which includes all the three files and set this new X...
by amix
Sun Jun 29, 2008 4:58 am
Forum: Other Issues
Topic: XQuery/XSLT Input View and more than one XML input?
Replies: 4
Views: 4800

XQuery/XSLT Input View and more than one XML input?

Hi, I am working on a scenario, where I have three input files, all of slightely different format (styles.xml,meta.xml and content.xml from ODF) which I want to process using styles.xsl, meta.xsl and content.xsl, all referenced from a master xsl called odf2xhtml.xsl. I have added all three modules a...
by amix
Tue Jun 17, 2008 5:28 pm
Forum: Common Problems
Topic: Use the Eclipse XML Catalog in the oxygen plugin
Replies: 7
Views: 5001

Re: Use the Eclipse XML Catalog in the oxygen plugin

Thanks a lot.

As one uses Eclipse for many tasks (I use it for XML, XSLT, web-design (Ajax, etc.), XUL, Python, Django, SQL) the configuration gets pretty overloaded with so many places. The more integration exists, the better the workflow.
by amix
Tue Jun 17, 2008 5:13 pm
Forum: Common Problems
Topic: Use the Eclipse XML Catalog in the oxygen plugin
Replies: 7
Views: 5001

Re: Use the Eclipse XML Catalog in the oxygen plugin

I thought more about the other way around: The main catalogs settings would be in oXygen. If the WTP is installed, it could grab and integrate those settings, no?
by amix
Tue Jun 17, 2008 11:38 am
Forum: Common Problems
Topic: Use the Eclipse XML Catalog in the oxygen plugin
Replies: 7
Views: 5001

Re: Use the Eclipse XML Catalog in the oxygen plugin

That would be a nice feature, indeed. Generally I am all for anything, that resembles integration of oXygen with Eclipse.
by amix
Thu Jun 12, 2008 5:20 am
Forum: Other Issues
Topic: oxygenxml.com/forums website search does not work?
Replies: 3
Views: 4006

Re: oxygenxml.com/forums website search does not work?

I tried some queries on the Oxygen forum search page and they worked correctly. What search queries did you try? I do not remember. However, I tried the Google provided search-box at the top, if I remember correctly. The link you posted works for me. Try searching for "author mode" (no qu...
by amix
Mon Jun 02, 2008 4:38 am
Forum: Other Issues
Topic: oxygenxml.com/forums website search does not work?
Replies: 3
Views: 4006

oxygenxml.com/forums website search does not work?

I get empty results for each of my queries.
by amix
Mon Jun 02, 2008 4:29 am
Forum: Other Issues
Topic: SOLVED: The entity "auml" was referenced, but not declared.
Replies: 1
Views: 5063

Re: Message:The entity "auml" was referenced, but not declared.

I have solved my problem by creating a Code Template for this purpose. No need to reply ;-) Thanks.
by amix
Sun Jun 01, 2008 9:55 pm
Forum: Other Issues
Topic: SOLVED: The entity "auml" was referenced, but not declared.
Replies: 1
Views: 5063

SOLVED: The entity "auml" was referenced, but not declared.

What can I do to quickly assign the most common entities to an XML/XSLT scenario, so to circumvent following error:
"The entity "auml" was referenced, but not declared."
I would like to have some shortcut to simply make the sub-system aware of common entities. Thanks.
by amix
Mon Mar 31, 2008 4:12 pm
Forum: Common Problems
Topic: Should file associations be created by default on Windows?
Replies: 2
Views: 4922

Re: Should file associations be created by default on Windows?

I disable oXygen as default-editor for all types it suggests during installation for the following reasons: oXygen takes its time to load, due to the size of the application and nature of Java. I have replaced Notepad with Notepad2, which gives syntax-hilite for XML and let's me assosciate filetypes...
by amix
Mon Mar 31, 2008 2:24 pm
Forum: XML Schemas
Topic: vCards in XML
Replies: 5
Views: 10146

Re: vCards in XML

Wouldn't it be nice to set up a repository or to include these settings for later updates to oXygen XML, at least for the more common XML data formats?
by amix
Fri Nov 30, 2007 12:31 am
Forum: General XML Questions
Topic: How do I define entities for the author mode ?
Replies: 2
Views: 5465

Thanks Sorin. This explains my mistake. I put a & and quotes around the first argument to the entitiy declaration and left out the <!DOCTYPE> element.
by amix
Thu Nov 29, 2007 5:26 am
Forum: General XML Questions
Topic: How do I define entities for the author mode ?
Replies: 2
Views: 5465

How do I define entities for the author mode ?

I want to represent German umlauts as in HTML (ie: &Auml; &uuml; etc.). How can I do this ? When I add the <!ENTITY> element to an XML document after the XML prolog, it gets marked as error. I also do not understand, how exactly I should do this entity declaration, ie, how it looks like. Tha...