EPUB 3.01 schemas

I earlier installed the html5-document-30.rnc schema to solve some validation problems with epub 3. I have run into another problem with the package file, and have downloaded the set of 301 schemas from idpf. Has anyone tried to install this set of schemas in the oxygen frameworks directories? Peter West "...her sins, which are many, are forgiven, for she loved much; but he who is forgiven little, loves little."

The major changes seem to be in package-30.*, which is where I ran into trouble with the collection element under package. media-overlay-30.rnc has one change; smil.par.content = smil.text, smil.audio? becomes smil.par.content = smil.text & smil.audio? which seems a harmless change to make. Peter West "...her sins, which are many, are forgiven, for she loved much; but he who is forgiven little, loves little." On 18 Sep 2014, at 12:16 pm, Peter West <lists@pbw.id.au> wrote:
I earlier installed the html5-document-30.rnc schema to solve some validation problems with epub 3. I have run into another problem with the package file, and have downloaded the set of 301 schemas from idpf. Has anyone tried to install this set of schemas in the oxygen frameworks directories?
Peter West
"...her sins, which are many, are forgiven, for she loved much; but he who is forgiven little, loves little."
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Dear oXygen support, The documentation of oXygen and BaseX is helpful if you want to bring the two products together: http://www.oxygenxml.com/doc/ug-editor/topics/resource-management-basex.html http://docs.basex.org/wiki/Integrating_oXygen#Data_Source However, I was wondering why oXygen does not come with preconfigured settings for BaseX, as it is the case for e.g. eXist, MarkLogic, or Saxon. Would you mind adding such configurations to the next version of oXygen? Next, I noticed that it's not possible to run XQuery 3.0/3.1 requests with XQuery transformation scenarios. For example, when running the query "1 ! <x/>", I get the following output: Invalid XQuery syntax, syntax does not pass static validation. However, this query is supported by BaseX for some years now. Do you know what's happening here? How can I make it work? Thanks in advance, Hannes M. Bauer

Using oXygen 16, with the Saxon-PE XQuery 9.5.1.5 transformer, this query works for me: xquery version "3.0"; 1 ! <x/> ==> <x/> It requires the setting "Enable XQuery 3.0 Support" in Preferences, under XML / XSLT-FO-XQuery / XQuery / Saxon-HE/PE/EE DS On Thu, 18 Sep 2014, Hannes Bauer wrote:
Dear oXygen support,
The documentation of oXygen and BaseX is helpful if you want to bring the two products together:
http://www.oxygenxml.com/doc/ug-editor/topics/resource-management-basex.html http://docs.basex.org/wiki/Integrating_oXygen#Data_Source
However, I was wondering why oXygen does not come with preconfigured settings for BaseX, as it is the case for e.g. eXist, MarkLogic, or Saxon. Would you mind adding such configurations to the next version of oXygen?
Next, I noticed that it's not possible to run XQuery 3.0/3.1 requests with XQuery transformation scenarios. For example, when running the query "1 ! <x/>", I get the following output:
Invalid XQuery syntax, syntax does not pass static validation.
However, this query is supported by BaseX for some years now. Do you know what's happening here? How can I make it work?
Thanks in advance, Hannes M. Bauer
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user
-- David Sewell, Editorial and Technical Manager ROTUNDA, The University of Virginia Press PO Box 400314, Charlottesville, VA 22904-4314 USA Email: dsewell@virginia.edu Tel: +1 434 924 9973 Web: http://rotunda.upress.virginia.edu/

Hi, We do have a request logged on our issue tracking tool to provide a preconfigured profile for BaseX in Oxygen. However, this will be considered in the long term. I've added your vote. Regarding running XQuery 3.0 with BaseX in Oxygen, I can confirm there is indeed an issue, but we're not yet sure of the cause. Oxygen uses the XQJ API to interact with BaseX, so the problem may be somewhere along that. We're still investigating. Regards, Adrian Adrian Buza oXygen XML Editor and Author Support Tel: +1-650-352-1250 ext.2020 Fax: +40-251-461482 support@oxygenxml.com http://www.oxygenxml.com On 18.09.2014 13:49, Hannes Bauer wrote:
Dear oXygen support,
The documentation of oXygen and BaseX is helpful if you want to bring the two products together:
http://www.oxygenxml.com/doc/ug-editor/topics/resource-management-basex.html http://docs.basex.org/wiki/Integrating_oXygen#Data_Source
However, I was wondering why oXygen does not come with preconfigured settings for BaseX, as it is the case for e.g. eXist, MarkLogic, or Saxon. Would you mind adding such configurations to the next version of oXygen?
Next, I noticed that it's not possible to run XQuery 3.0/3.1 requests with XQuery transformation scenarios. For example, when running the query "1 ! <x/>", I get the following output:
Invalid XQuery syntax, syntax does not pass static validation.
However, this query is supported by BaseX for some years now. Do you know what's happening here? How can I make it work?
Thanks in advance, Hannes M. Bauer
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Hi Peter, The schemas used by Oxygen to validate OCF documents are located in:
OXYGEN_INSTALL_DIR\frameworks\ocf\schemas
so as a possible solution you could try to overwrite them with yours. Regards, Radu Radu Coravu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 9/18/2014 5:16 AM, Peter West wrote:
I earlier installed the html5-document-30.rnc schema to solve some validation problems with epub 3. I have run into another problem with the package file, and have downloaded the set of 301 schemas from idpf. Has anyone tried to install this set of schemas in the oxygen frameworks directories?
Peter West
"...her sins, which are many, are forgiven, for she loved much; but he who is forgiven little, loves little."
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user
participants (5)
-
David Sewell
-
Hannes Bauer
-
Oxygen XML Editor Support (Adrian Buza)
-
Oxygen XML Editor Support (Radu Coravu)
-
Peter West