Search found 25 matches

by Tanking
Wed Apr 14, 2010 3:40 pm
Forum: Common Problems
Topic: [address element] Author view rendering issue
Replies: 4
Views: 2368

Re: [address element] Author view rendering issue

Hey Radu,

Thanks a lot! That was indeed what I was looking for.

Have a nice day.
by Tanking
Tue Apr 13, 2010 6:28 pm
Forum: Common Problems
Topic: [address element] Author view rendering issue
Replies: 4
Views: 2368

Re: [address element] Author view rendering issue

Hi, Thank you for the prompt reply. The code I gave you as an example is stand alone. There is no additional css style or schema of any sort. So the following point are not valid since: -point 1): there are no references to whitespace in the 2 lines of css. -point 2): I declare the element address a...
by Tanking
Tue Apr 13, 2010 5:04 pm
Forum: Common Problems
Topic: [address element] Author view rendering issue
Replies: 4
Views: 2368

[address element] Author view rendering issue

Hello, We are actually experiencing some issue while rendering the address element in author view using css. For example: <root> <address> <street>asdas</street> <zip>dasdsa</zip> </address> <addresse> <street>asdas</street> <zip>dasdsa</zip> </addresse> </root> with the following css: address, addr...
by Tanking
Thu Mar 25, 2010 8:04 pm
Forum: Feature Request
Topic: [Version management] author extensions
Replies: 3
Views: 2281

Re: [Version management] author extensions

Perfect!

Thanks a lot.
by Tanking
Wed Mar 24, 2010 5:03 pm
Forum: Feature Request
Topic: [Version management] author extensions
Replies: 3
Views: 2281

[Version management] author extensions

hello, If it does not already exit, would it be possible to have a method in the author extension framework to query which version of oxygen is currently used (i.e.: 11, 9.1, 10.2...). This would allow us to create multi version frameworks without having to check each time if the new class/functions...
by Tanking
Tue Mar 23, 2010 8:59 pm
Forum: Common Problems
Topic: [ISO schematron] "Validation with" function
Replies: 2
Views: 2129

Re: [ISO schematron] "Validation with" function

Error, second code should be the schematron alone: <sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" > <sch:pattern id="is_prodution"> <sch:let name="isFullManualValidation" value="boolean(//production)"/> </sch:pattern> <sch:pattern> <sch:rule cont...
by Tanking
Tue Mar 23, 2010 8:58 pm
Forum: Common Problems
Topic: [ISO schematron] "Validation with" function
Replies: 2
Views: 2129

[ISO schematron] "Validation with" function

Hello, Trying to validate the following xml file <production > <a.revisionconfig status='in-distribution'/> </production> With the following ISO schmatron schema: <grammar xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0"> <...
by Tanking
Tue Mar 02, 2010 9:38 pm
Forum: Common Problems
Topic: [relaxng] Element content only
Replies: 1
Views: 1303

[relaxng] Element content only

the following element is declared element content only by oxygen: <define name="datatype.nsn"> <data type="string"> <param name="pattern">\d{4}-\d{2}-\d{3}-\d{4}</param> </data> </define> <define name="element.nsn"> <element name="nsn"> <optional> <r...
by Tanking
Wed Oct 14, 2009 9:49 pm
Forum: Other Issues
Topic: Oxygen open ports
Replies: 0
Views: 2640

Oxygen open ports

Hello there, We are currently trying to get oXygen 10.3 accepted at the U.S. DOD, and to do so we would require a bit more documentation about the ports that oXygen editor/Author opens in their latest versions (10.x and 11). This is for obvious security requirements. The only information I have been...
by Tanking
Fri Jul 03, 2009 5:57 pm
Forum: Feature Request
Topic: [project] AuthorAccess functions
Replies: 8
Views: 4068

Re: [project] AuthorAccess functions

Perfect!

Thank you so much for your time and great responses.

Have a nice day!
by Tanking
Thu Jul 02, 2009 8:38 pm
Forum: Feature Request
Topic: [project] AuthorAccess functions
Replies: 8
Views: 4068

Re: [project] AuthorAccess functions

hello Sorin, To give an idea of the workflow we are implementing, see our users as editing the content of manuals (for example: how to repair a microwave manual) using the author view (the manual files being referenced in a project file). This allows user to have a rich WYSIWYG interface (even riche...
by Tanking
Thu Jul 02, 2009 5:25 pm
Forum: Feature Request
Topic: [project] AuthorAccess functions
Replies: 8
Views: 4068

Re: [project] AuthorAccess functions

Hello, I am sorry, I don't remember receiving a request for adding these functions to the Author API (the AuthorAccess gateway) or telling other users that we would add them. Am I missing something? Sorry, that sentence did not end up reflecting my thoughts (happens when you are not using your nati...
by Tanking
Tue Jun 30, 2009 3:58 pm
Forum: Feature Request
Topic: [project] AuthorAccess functions
Replies: 8
Views: 4068

[project] AuthorAccess functions

Hello, I have been playing around with the newest release of oXygen (10.3), and was hoping for a couple of functions to handle the project file through user action. For example: add a file to project, add current file, refresh project view.... Also, the project view now refreshes on user click if th...
by Tanking
Tue Jun 30, 2009 3:41 pm
Forum: Common Problems
Topic: [XML catalog] 10.3 static catalogs
Replies: 1
Views: 1258

[XML catalog] 10.3 static catalogs

Hello, I think I came across a small regression concerning catalogs: they seem to be cached now and do not refresh. In order to resolve new XIncludes and see them displayed, a user must: - restart oxygen. - modify the catalog options and apply. (delete and re add the same catalog for example) - vali...
by Tanking
Fri Jun 19, 2009 10:12 pm
Forum: Common Problems
Topic: [Project file] projectTree name non NCName
Replies: 1
Views: 1203

[Project file] projectTree name non NCName

Hello there, I seem to have found a small bug when creating projects in oxygen. Oxygen will let you enter non NCName value for the project name where the project.xsd requires it to be. <xs:attribute name="name" use="required" type="xs:NCName"> <xs:annotation> <xs:docume...
by Tanking
Mon Jun 08, 2009 10:35 pm
Forum: Feature Request
Topic: [Author actions] open file in new tab
Replies: 4
Views: 2544

Re: [Author actions] open file in new tab

Perfect!!! Thanks a lot for your accurate answers. While I am at it. Currently users need to save the file between each Author Operation, otherwise the AuthorAccess is not synchronized anymore with the current display. Would it be possible to have also a save function from the AuthorAcces? Or at lea...
by Tanking
Thu Jun 04, 2009 3:49 pm
Forum: Feature Request
Topic: [Author actions] open file in new tab
Replies: 4
Views: 2544

[Author actions] open file in new tab

Hello again, I would really enjoy if we could open a file in a new tab from the AuthorAcess class in user extended AuthorOperation's, and refresh the project.xpr. I am currently using command lines but this can be somewhat unreliable because it opens sometime multiple instance (ignoring -Dcom.oxygen...
by Tanking
Wed May 13, 2009 11:44 pm
Forum: Common Problems
Topic: [JAVA]Linked output messages of custom validator
Replies: 2
Views: 1580

[JAVA]Linked output messages of custom validator

Hello, I am printing the following in the System.out PrintWriter of a custom validation: Type:E SystemID:file:/C:/SOMTHING Line:238 Column:118 Description:attribute "SOMTHING" not allowed at this point; ignore But oxygen doesn't recognize it as an error message and print each line as info....
by Tanking
Wed May 13, 2009 10:56 pm
Forum: Other Issues
Topic: OnLoad AuthorAction & Business validation
Replies: 1
Views: 1578

OnLoad AuthorAction & Business validation

Hello there, First I would like to thank Oxygen for the great improvement on table/cell width extensions capability. Really makes tables look great now. Now, I have a small request: I have a couple of business validation and post-processes I need to implement for users that will not fit into schema ...
by Tanking
Mon Apr 06, 2009 7:18 pm
Forum: Other Issues
Topic: [XML Catalog] automatic removal behavior
Replies: 2
Views: 2114

Re: [XML Catalog] automatic removal behavior

Thanks in advance.
by Tanking
Mon Apr 06, 2009 7:17 pm
Forum: Other Issues
Topic: [XML Catalog] automatic removal behavior
Replies: 2
Views: 2114

[XML Catalog] automatic removal behavior

Hi, I have been encountering a strange behavior with the XML Catalog. If ever a catalog declared through the oxygen preference (and by there written in the oxyOptionsSa10.1.xml) is not found once, it is delete from the configuration... Shouldn't it be just ignored, or raising a simple warning "...
by Tanking
Wed Apr 01, 2009 5:43 pm
Forum: Other Issues
Topic: [XML Validation] xinclude processing before validation
Replies: 4
Views: 2922

Re: [XML Validation] xinclude processing before validation

Hello, Oxygen can use OASIS XML catalogs but it does not recognize yet the processing instruction oasis-xml-catalog . You have to add your XML catalogs from menu Options -> Preferences -> XML -> XML Catalog. Regards, Sorin okie, used a workaround with creating a project and configuring the catalog ...
by Tanking
Tue Mar 31, 2009 9:59 pm
Forum: Other Issues
Topic: [XML Validation] xinclude processing before validation
Replies: 4
Views: 2922

Re: [XML Validation] xinclude processing before validation

hi Sorin,

Thanks for the anwser, I was indeed using DTD, I am going to switch to RelaxNG schema.

While we are on the topic, does oxygen process xml document specific catalogs:

<?oasis-xml-catalog catalog="xxxx"?>
by Tanking
Tue Mar 31, 2009 12:29 am
Forum: Other Issues
Topic: [XML Validation] xinclude processing before validation
Replies: 4
Views: 2922

[XML Validation] xinclude processing before validation

Hello,

Has anyone been able to make oxygen resolve the XInclude (somewhat at pre-processing stage), and then only validate the consolidated file against a schema?

This is in order the not have to declare XInclude elements everywhere in my validating schema.
by Tanking
Mon Mar 23, 2009 5:18 pm
Forum: Other Issues
Topic: [CSS] replace()
Replies: 1
Views: 1732

[CSS] replace()

Hi there, I have tried working around the text-transformation not working in CSS by using the Oxygen replace function which can process regular perl-like regular expression. But I have not be able to. For example: someXmlNodeLocalName:before( content:replace(attr(label), "([a-z})", "\...