Search found 8 matches

by jvanhille
Mon Nov 30, 2015 6:50 pm
Forum: Common Problems
Topic: ANT XML validation with xerces
Replies: 3
Views: 2381

Re: ANT XML validation with xerces

Hello Radu, It seems that it is not possible to use xerces parser to do that (see https://xerces.apache.org/xerces2-j/faq-pcfp.html#faq-4). It is strange because when I validate my xml file in Oxygen by using xerces I don't have the problem. I found a solution who is to use the default parser implem...
by jvanhille
Fri Nov 27, 2015 5:03 pm
Forum: Common Problems
Topic: ANT XML validation with xerces
Replies: 3
Views: 2381

ANT XML validation with xerces

Hello, I tried to validate some xml files with xerces parser launch with ANT script. My XML files have a DOCTYPE declaration to define the ENTITY graphic not to define a dtd. My XML files must be validate against a schema. See below an example : <!DOCTYPE task [ <!ENTITY ICN-LEAP-1A-725800-B-F0301-0...
by jvanhille
Fri Nov 27, 2015 12:27 pm
Forum: Common Problems
Topic: Problem to use a catalog with ANT script
Replies: 2
Views: 2027

Re: Problem to use a catalog with ANT script

Hi Radu, Thank you for your help. You're right, when I specified the location of the resolver like this <classpath location="../tools/resolver.jar"/> . It didn't work. When I added it with ant option -lib it works. But previously I didn't use the correct library. I used ant-apache-resolver...
by jvanhille
Thu Nov 26, 2015 4:51 pm
Forum: Common Problems
Topic: Problem to use a catalog with ANT script
Replies: 2
Views: 2027

Problem to use a catalog with ANT script

Hello, I would like to use a XML catalog in my ANT script. See below an extract of my script : <xmlvalidate failonerror="yes" lenient="no" warn="yes" classname="org.apache.xerces.parsers.SAXParser"> <classpath location="../tools/xercesImpl.jar"/> <cl...
by jvanhille
Fri Oct 09, 2015 12:31 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Xspec - why my test is failed?
Replies: 2
Views: 2117

Re: Xspec - why my test is failed?

Hi Radu,

It works.

Thank you very much.
by jvanhille
Thu Oct 08, 2015 12:21 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Xspec - why my test is failed?
Replies: 2
Views: 2117

Xspec - why my test is failed?

Hi, I used to Xspec in Oxygen and I don't understand why my scenario is failed. Like you can see My scenario : <x:description xmlns:x="http://www.jenitennison.com/xslt/xspec" stylesheet="tests_common_ESM.xsl"> <x:scenario label="Conversion NOTE"> <x:scenario label="...
by jvanhille
Fri Mar 20, 2015 8:59 pm
Forum: XML Schemas
Topic: Custom Schema Documentation
Replies: 3
Views: 3308

Re: Custom Schema Documentation

Thanks Adrien but I would like for example put a line one each elements not alowed by my bussiness rules. My idea is to add an attribute on each element not allowed in my schema and after generate an image in a specific style for them. But do you think that is possible to modify the images output? R...
by jvanhille
Fri Mar 20, 2015 2:40 pm
Forum: XML Schemas
Topic: Custom Schema Documentation
Replies: 3
Views: 3308

Custom Schema Documentation

Hi,

In my schema documentation generated with Oxygen, I would like to put in evidence all elements or attributs not authorized by my bussiness rules.

How do I can modify the images to mark all objects not allowed.

Do you have any ideas?

Thanks!