Search found 20 matches

by matthieu.ricaud
Tue Nov 15, 2011 11:27 pm
Forum: Other Issues
Topic: XPath request - DTD aware XML - attribute default value
Replies: 4
Views: 3285

Re: XPath request - DTD aware XML - attribute default value

Hi Adrian, Hi George, Thanks a lot for your both answers. I actually didn't want to desactivate the DTD neither using the search tool (although with a bit of regex, it could do the trick, for sure). But I guess I have no choice as I don't see any options to ignore DTD (or ignore xml catalog) while s...
by matthieu.ricaud
Tue Nov 15, 2011 6:56 pm
Forum: Other Issues
Topic: XPath request - DTD aware XML - attribute default value
Replies: 4
Views: 3285

XPath request - DTD aware XML - attribute default value

Hi all, I try this xpath request : //p[not(@align)] on an XML document with a DOCTYPE declaration. In the DTD the p/@align attribut is defined with a default value : <!ENTITY % attAlign 'align (left|center|right|justify) "justify"'> For this reason, the xpath request matches any p element ...
by matthieu.ricaud
Tue Aug 09, 2011 10:07 am
Forum: Common Problems
Topic: no implementation available for "http://purl.oclc.org/dsdl/s
Replies: 9
Views: 5843

Re: no implementation available for "http://purl.oclc.org/dsdl/s

Thanks a lot George for this clear explanation,
Best Regards,
Matthieu.
by matthieu.ricaud
Mon Aug 08, 2011 9:33 pm
Forum: Common Problems
Topic: no implementation available for "http://purl.oclc.org/dsdl/s
Replies: 9
Views: 5843

Re: no implementation available for "http://purl.oclc.org/dsdl/s

Thank you George, I just wonder why I didn't see that folder before !;-) I read the readme.txt : is the processing steps also available as script somewhere in [oXygen]/frameworks ? I had a look at schematron.framework (and schematron15.framework) but it doesn't seem to be the implementation's script...
by matthieu.ricaud
Mon Aug 08, 2011 2:22 pm
Forum: Common Problems
Topic: no implementation available for "http://purl.oclc.org/dsdl/s
Replies: 9
Views: 5843

Re: no implementation available for "http://purl.oclc.org/dsdl/s

Hi all, For the moment I'm using ant-schematron.jar to validate ISO-schematron. But I'd like to use ISO-schematron with an NVDL script within oXygen AND from command line (using onvdl.jar). I was wondering if there are news about ISO-Schematron validation with jing or oNVDL? If not, is there a way t...
by matthieu.ricaud
Fri Jul 29, 2011 1:45 pm
Forum: General NVDL Issues
Topic: unvalid NVDL - dtd schema type
Replies: 9
Views: 17622

Re: unvalid NVDL - dtd schema type

Hi George, I finaly found a RelaxNG implementation of XHTML1.1 inside epucheck jar file (http://code.google.com/p/epubcheck). But thanks for the tip of using a schematron rule to set the authorized xhtml "root". I enjoy XSLT programming but I'm still confused with some NVDL model, I have t...
by matthieu.ricaud
Fri Jul 29, 2011 10:54 am
Forum: oNVDL Related Issues
Topic: oNVDL and schematron : Unknown XPath version 0
Replies: 2
Views: 12735

Re: oNVDL and schematron : Unknown XPath version 0

Hi Georges,

I've upgraded my oXygen version to the latest build, and as expected : schematron validation within NDVL works perfectly now :-) !

Thanks a lot,

Regards,
Matthieu
by matthieu.ricaud
Tue Jul 26, 2011 5:18 pm
Forum: General NVDL Issues
Topic: unvalid NVDL - dtd schema type
Replies: 9
Views: 17622

Re: unvalid NVDL - dtd schema type

Hi George, Thanks for confirming the text validation issue I pointed out. Your explnation is quite clear ! My NVDL works fine now. I have written a RNG schema "foo.rng" for foo elements only and a schematron foo-xhtml.sch for both foo and xhtml. This is the new NVDL I made, with a few diff...
by matthieu.ricaud
Mon Jul 25, 2011 9:18 pm
Forum: oNVDL Related Issues
Topic: oNVDL and schematron : Unknown XPath version 0
Replies: 2
Views: 12735

oNVDL and schematron : Unknown XPath version 0

Hi, I have a schematron who validate my xml file. It works when xml file is associate with it. But when calling the schematron from a NVDL file I get this error : SystemID: C:\oNVDL\test.nvdl Nom du moteur: Jing Gravité: error Description: java.lang.IllegalArgumentException-Unknown XPath version 0 W...
by matthieu.ricaud
Mon Jul 25, 2011 4:53 pm
Forum: General NVDL Issues
Topic: unvalid NVDL - dtd schema type
Replies: 9
Views: 17622

Re: unvalid NVDL - dtd schema type

Hi, I have tested your solution, it works fine. I still have a few interrogations. 1) XHTML within <div> validation For my XHTML part, I wanted to allow the same content as div element. That mean any content that might appear within a div (text, span, div, table, ...). According to the xhtml rng sch...
by matthieu.ricaud
Fri Jul 22, 2011 3:01 pm
Forum: General NVDL Issues
Topic: unvalid NVDL - dtd schema type
Replies: 9
Views: 17622

Re: unvalid NVDL - dtd schema type

I was on the same direction in my search.

I have to give up now, but I tell you soon about the test.

Thanks for your help.

Regards,
Matthieu
by matthieu.ricaud
Thu Jul 21, 2011 6:43 pm
Forum: General NVDL Issues
Topic: unvalid NVDL - dtd schema type
Replies: 9
Views: 17622

Re: unvalid NVDL - dtd schema type

Thanks for the explanation. I found "NVDL and DTD" use on this tuto : http://www.dpawson.co.uk/nvdl/syntax.html#syntax.ex1 But as you said DTD are not namespace aware, so I will go on with XSD and/or Relax NG (by the way, does oXygen supports Relax NG compact syntax which like DTD is not X...
by matthieu.ricaud
Thu Jul 21, 2011 1:31 pm
Forum: General NVDL Issues
Topic: unvalid NVDL - dtd schema type
Replies: 9
Views: 17622

unvalid NVDL - dtd schema type

Hello, I'm just starting with NVDL. I want to validate XHTML with a DTD. <validate schema="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" schemaType="application/xml-dtd"/> It raises a timeout error because W3C web site prevents tools (other than web browser) to access the DTD. So...
by matthieu.ricaud
Wed May 25, 2011 7:23 pm
Forum: Common Problems
Topic: XML Catalog with systemId=name of dtd
Replies: 7
Views: 4191

Re: XML Catalog with systemId=name of dtd

thank you Adrian.

Matthieu
by matthieu.ricaud
Wed May 25, 2011 11:37 am
Forum: Common Problems
Topic: XML Catalog with systemId=name of dtd
Replies: 7
Views: 4191

Re: XML Catalog with systemId=name of dtd

Thank you for the explanation and the link to the spec. systemId="foo" was just a test case, but yes as you said it should work. Thank you for adding this to oXygen issus tracker, I just wonder how it's going to be solved ? wait and see ;-) I think there is no requirement in the spec that ...
by matthieu.ricaud
Tue May 24, 2011 1:34 pm
Forum: Common Problems
Topic: XML Catalog with systemId=name of dtd
Replies: 7
Views: 4191

Re: XML Catalog with systemId=name of dtd

Thanks a lot Adrian, it works now :-) I'm just astonished about "id" consideration : to me, an "id" is a string that has not to be resolved. But well in Doctype declaration, the systemId is an uri to the file, so I understand it has to be resolved. I find the vocabulary is a bit ...
by matthieu.ricaud
Tue May 24, 2011 12:23 pm
Forum: Common Problems
Topic: XML Catalog with systemId=name of dtd
Replies: 7
Views: 4191

XML Catalog with systemId=name of dtd

Hello, I'm using oXygen 12.1 and I've have trouble with validating XML documents using my own XML catalog. The XML documents to validate has such a doctype : <!DOCTYPE livre SYSTEM "mydtd.dtd"> (this cannot be changed, and the file can be anywhere on the filesystem) In my XML Catalog I hav...
by matthieu.ricaud
Tue Apr 26, 2011 10:43 am
Forum: Common Problems
Topic: disable menu shortcuts with ALT ? or changing Key
Replies: 4
Views: 2653

Re: disable menu shortcuts with ALT ? or changing Key

Ok thanks for your help Sorin, I will try to adapt my shortcus.
Regards,
Matthieu.
by matthieu.ricaud
Fri Apr 22, 2011 5:11 pm
Forum: Common Problems
Topic: disable menu shortcuts with ALT ? or changing Key
Replies: 4
Views: 2653

Re: disable menu shortcuts with ALT ? or changing Key

what a pity !

thank you for answering anyway.

I tried to change ALT key to WINDOWS key in my shortcuts, but it seems it's not allowed to use this key in shortcut combination.
Can you confirm this ?

Regards,

Matthieu.
by matthieu.ricaud
Fri Apr 22, 2011 4:28 pm
Forum: Common Problems
Topic: disable menu shortcuts with ALT ? or changing Key
Replies: 4
Views: 2653

disable menu shortcuts with ALT ? or changing Key

Hi, I'm new to oXygen and I have to configure it so I get my usual shortcuts. I used to use Jedit and after a while i finaly get good shortcuts combination to work with XML, which I'm quite satisfie (and used to it) Most of the shortcuts I use are base on ALT key. For instance "ALT+C" is &...