Search found 2095 matches

by george
Thu Nov 17, 2011 11:11 am
Forum: Other Issues
Topic: Working with HTML5
Replies: 13
Views: 12364

Re: Working with HTML5

Hi Rob, It seems to me that you have some expectations that come from the fact that you use XHTML 5. Please remove that and just consider that you have an XML document and a Relax NG schema. The validation will do just that: check that the document matches the patterns specified in the schema. If yo...
by george
Thu Nov 17, 2011 10:30 am
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 Matthieu, Of course you can use a catalog to direct the actual DTD to an empty DTD and thus remove the default attributes. But that requires setting a catalog to oXygen, run the XPath then remove the catalog... which is a lot more than just commenting the DOCTYPE declaration, run the XPath and un...
by george
Tue Nov 15, 2011 10:24 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

You can remove or comment the DOCTYPE declaration, run your XPath and then undo to add back the DTD.

Best Regards,
George
by george
Tue Nov 15, 2011 3:08 am
Forum: Common Problems
Topic: Schematron Validation Slow in Editor 13
Replies: 3
Views: 2570

Re: Schematron Validation Slow in Editor 13

It will be great if you can provide a sample to allow us to reproduce that situation, either here or on our support email at support@oxygenxml.com. oXygen compiles the Schematron schema only once, then it reuses that if it is not modified. If you cannot provide a sample then you may try to extract t...
by george
Tue Nov 15, 2011 12:02 am
Forum: XML Schemas
Topic: Specify different Use attribute of SimpleType when inherited?
Replies: 2
Views: 3183

Re: Specify different Use attribute of SimpleType when inherited?

One possibility is to define a new type that restricts the base type making that attribute required and then use that for the second element: <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified...
by george
Sat Nov 05, 2011 6:57 am
Forum: Feature Request
Topic: HTML5 and XML
Replies: 3
Views: 2979

Re: HTML5 and XML

Hi,

oXygen does not support HTML5 yet, we support XHTML5. For XHTML5 we provide content completion and validation.
I am not sure I understand your question. My impression is that you want XForms.

Best Regards,
George
by george
Fri Nov 04, 2011 1:36 pm
Forum: Other Issues
Topic: Working with HTML5
Replies: 13
Views: 12364

Re: Working with HTML5

You can add support for that also in oXygen 10 but you need to associate the XHTML 5 schema with your documents - either as a default schema through oXygen options or directly inside the document.

Best Regards,
George
by george
Thu Nov 03, 2011 9:06 pm
Forum: Other Issues
Topic: Working with HTML5
Replies: 13
Views: 12364

Re: Working with HTML5

Hi Francois,

oXygen 13.1 added support for XHTML 5. It will recognize automatically a document that has
<!DOCTYPE html>
as XHTML 5 and it will offer you content completion and validation support.

Best Regards,
George
by george
Thu Nov 03, 2011 10:13 am
Forum: Other Issues
Topic: Schematron Validation with oxygen
Replies: 5
Views: 3100

Re: Schematron Validation with oxygen

By default our Schematron implementation outputs errors using xsl:message. The command line may send those to the standard error stream so in order to redirect them to a file you can use something like 2>file.txt at the end of the command line. Alternatively you can either modify or overwrite the pr...
by george
Tue Nov 01, 2011 10:37 am
Forum: Other Issues
Topic: Schematron Validation with oxygen
Replies: 5
Views: 3100

Re: Schematron Validation with oxygen

Yes, you can use that as you want/need.

Best Regards,
George
by george
Tue Nov 01, 2011 10:06 am
Forum: Other Issues
Topic: Schematron Validation with oxygen
Replies: 5
Views: 3100

Re: Schematron Validation with oxygen

Hi, We implemented ISO Schematron before the reference implementation because at that time the reference implementation tried to support both ISO and pre-ISO Schematron in the same implementation and that did not work very well. The ISO Schematron implementation from oXygen is made available under [...
by george
Mon Oct 31, 2011 1:48 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Extend RNG schema
Replies: 12
Views: 9450

Re: Extend RNG schema

Please let us know if you still have problems with this. There is nothing oXygen does specially for the other attributes defined in the relaxng.rng so your attributes should be presented as any other attributes. One thing you can try is to rename your Relax NG schema as test.xml and associate your m...
by george
Fri Oct 28, 2011 11:01 pm
Forum: Common Problems
Topic: Document instance incorrectly validating
Replies: 4
Views: 2285

Re: Document instance incorrectly validating

If the type is not specified for an element as in <xsd:element name="title"/> then you can put anything as its content and as its attributes. The specification pointers to that are: http://www.w3.org/TR/xmlschema-1/#element-element see the last otherwise clause: {type definition} The type ...
by george
Wed Oct 26, 2011 5:58 am
Forum: Common Problems
Topic: xforms validation in xhtml
Replies: 1
Views: 1454

Re: xforms validation in xhtml

Check the NVDL example from the oXygen sample project (you can find those files in [oXygen]/samples/nvdl). There we have exactly a sample showing embedded XForms inside XHTML.

Best Regards,
George
by george
Tue Oct 25, 2011 6:04 pm
Forum: XSLT and FOP
Topic: for-each-group
Replies: 1
Views: 2047

Re: for-each-group

Code: Select all

 group-by="/*/name()" 
works ok for me.

Best Regards,
George
by george
Sat Oct 08, 2011 7:46 am
Forum: Other Issues
Topic: Restricting Context Menus
Replies: 1
Views: 1490

Re: Restricting Context Menus

Hi Anthony, That post is about something different. For restricting the proposals oXygen shows to the user you have two options, one is just a configuration setting and another one is implementing an extension. In Options->Preferences -- Document Type Association you can select the DITA framework an...
by george
Wed Oct 05, 2011 8:29 pm
Forum: General XML Questions
Topic: Eclipse Plugin
Replies: 6
Views: 5403

Re: Eclipse Plugin

Where have you found that in the oXygen manual?
The latest version of the oXygen Eclipse plugin is available from the main oXygen XML Editor download page:
http://www.oxygenxml.com/download_oxyge ... ml#Eclipse

Best Regards,
George
by george
Wed Oct 05, 2011 4:00 pm
Forum: Feature Request
Topic: Calabash 0.9.34
Replies: 9
Views: 5152

Re: Calabash 0.9.34

Hi Ari, I just tested this on my Mac with a version 13 installation and updating the Calabash connector and everything works fine... What version of oXygen are you using? I think there were some API changes at some point and the new connector may not be compatible with older versions of oXygen. Best...
by george
Tue Oct 04, 2011 2:26 pm
Forum: Feature Request
Topic: Calabash 0.9.34
Replies: 9
Views: 5152

Re: Calabash 0.9.34

As you may notice a new version of Calabash was just released... You can get the connector for Calabash 0.9.35 from:
http://www.oxygenxml.com/update/calabas ... 0.9.35.zip

Best Regards,
George
by george
Mon Oct 03, 2011 9:35 pm
Forum: Common Problems
Topic: For an xref, Author mode shows href instead of keyref
Replies: 9
Views: 4353

Re: For an xref, Author mode shows href instead of keyref

Yes, when this issue will be solved we will update this forum entry. FWIW the internal issue number is EXM-21733.

Best Regards,
George
by george
Mon Oct 03, 2011 2:35 pm
Forum: Common Problems
Topic: Line end characters being removed
Replies: 16
Views: 5300

Re: Line end characters being removed

Hi, Can you try to use the "Reset defaults" on that page and then set the "Preserve text as it is" option? My tests show that the following document should remain unchanged after format and indent: <?xml version="1.0" encoding="UTF-8"?> <unit> <address1>123 So...
by george
Mon Oct 03, 2011 1:05 pm
Forum: Common Problems
Topic: Line end characters being removed
Replies: 16
Views: 5300

Re: Line end characters being removed

Hi Dan,

What you want is accomplished with the "Preserve text as it is" option from Options->Preferences -- Editor / Format / XML.

Best Regards,
George
by george
Tue Sep 27, 2011 12:50 pm
Forum: Feature Request
Topic: "Light" version of Author?
Replies: 2
Views: 2580

Re: "Light" version of Author?

Hi, Thank you for your feedback! If we will receive a sufficient number of requests in this direction probably we will consider this. Please note that it is not a one week project because introducing a new product comes with all the overhead associated with any product. Right now there are available...
by george
Thu Sep 22, 2011 10:57 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Extend RNG schema
Replies: 12
Views: 9450

Re: Extend RNG schema

Great to hear that you got that working!
If you place also the validation scenario in the Relax NG framework as I described then you should have everything set.

Best Regards,
George
by george
Thu Sep 22, 2011 9:30 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Extend RNG schema
Replies: 12
Views: 9450

Re: Extend RNG schema

The default Relax NG validation is not a validation against a schema... The validation tries to get a pattern from the Relax NG schema and thus it performs a number of other checks that cannot be covered by a Relax NG schema so the built-in/relaxng.rng is not used for Relax NG schema validation, it ...
by george
Thu Sep 22, 2011 5:07 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Extend RNG schema
Replies: 12
Views: 9450

Re: Extend RNG schema

My answer was for your initial question regarding validation. The content completion for the Relax NG schemas is built-in. That however is based on the Relax NG schema for Relax NG and you can overwrite that with a different Relax NG schema following the procedure below - please note that in this ca...
by george
Wed Sep 21, 2011 4:06 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Extend RNG schema
Replies: 12
Views: 9450

Re: Extend RNG schema

Hi, Yes, that is possible. You need to create a validation scenario and for one of the validation units add the default Relax NG validation and for the other add a validation of the schema as XML document specifying the schema you want to validate against. Please note that this schema should handle ...
by george
Wed Aug 31, 2011 6:27 pm
Forum: Other Issues
Topic: Version 13: BIDI triggered for document with no BIDI characters
Replies: 2
Views: 2050

Re: Version 13: BIDI triggered for document with no BIDI characters

Hi Martin,

Can you please sent a sample document that triggers this problem on support at oxygenxml.com? That will really help us as we can identify exactly what character tiggers the bidi support.

Best Regards,
George
by george
Tue Aug 30, 2011 1:46 am
Forum: Common Problems
Topic: Open File at Caret broken by oXygen 13
Replies: 1
Views: 1786

Re: Open File at Caret broken by oXygen 13

Hello, The functionality of "Open file at caret" is available in version 13 as "Edit reference" (the first action from the contextual menu on a conref). The "Open file at caret" tries now to identify a filename at the caret position and to open that - consistent with it...
by george
Fri Aug 12, 2011 12:05 pm
Forum: Feature Request
Topic: Elements view: surrounding with tag / inserting the tag on doubleclick
Replies: 6
Views: 5006

Re: Elements view: surrounding with tag / inserting the tag on doubleclick

You need an NVDL script that describes how the HTML and the TEI languages are combined, referring each to its schema. oXygen supports NVDL and it will offer you the elements from both schemas.

Best Regards,
George