Search found 837 matches

by Costin
Fri Jun 01, 2012 12:10 pm
Forum: Feature Request
Topic: Counting things in a file using Find/Replace dialog.
Replies: 3
Views: 2320

Re: Counting things in a file using Find/Replace dialog.

Hi Simon,

I'm glad that I could be helpful and thank you for your feedback.
I already reported this to our technical documentation department and the Help will be improved to better reflect where the number of occurences is displayed.

Regards,
Costin
by Costin
Fri Jun 01, 2012 11:45 am
Forum: Feature Request
Topic: Counting things in a file using Find/Replace dialog.
Replies: 3
Views: 2320

Re: Counting things in a file using Find/Replace dialog.

Hello, Could you please specify what version of oXygen are you using ? If I understand correctly, you want to see how many occurrences of a particular string are in the document, in order to make an ideea of how many replacements will be done. For that, you could just type the string you want and ap...
by Costin
Thu May 31, 2012 12:04 pm
Forum: XSLT and FOP
Topic: XSLT file construction
Replies: 1
Views: 1322

Re: XSLT file construction

Hello, Unfortunately oXygen does not have any visual XSLT development tool. So, you should manually write your XSLT file. However, Oxygen offers a few helpers when editing XSLT, if you create (or associate) an XSLT transformation scenario( Document > Transformation > Configure Transformation Scenari...
by Costin
Fri May 25, 2012 5:43 pm
Forum: XSLT and FOP
Topic: XSL problem with numbers bigger than 100000
Replies: 6
Views: 3038

Re: XSL problem with numbers bigger than 100000

Hi again, Yes, it is possible to use custom XSL functions in a schematron file. For that, you should first check the " Allow foreign elements " option from oXygen Options > Preferences > XML > XML Parser . To make a better idea, here is an example of using such a function: The XML file: <?...
by Costin
Thu May 24, 2012 3:36 pm
Forum: XSLT and FOP
Topic: XSL problem with numbers bigger than 100000
Replies: 6
Views: 3038

Re: XSL problem with numbers bigger than 100000

Hello, The cause of the incorrect result thrown by the "check_overlap" function is a sorting error that has crept in your code. More specifically, when you sort the ranges (node sequences) by the "@start" attribute, the sorting is alphabetical, instead of numerical. So, in alphab...
by Costin
Fri May 11, 2012 5:27 pm
Forum: Other Issues
Topic: Author: Added toolbar is gone after restart
Replies: 2
Views: 1938

Re: Author: Added toolbar is gone after restart

Hello, My guess is that you might be using a fixed layout, instead of the default one. Could you please check this, by going in oXygen Preferences -> Perspectives Layout ? In case the fixed layout is not strictly necesary, you could switch to the default layout. Then, if you add the XML Refactoring ...
by Costin
Fri May 11, 2012 11:47 am
Forum: Other Issues
Topic: Moving text to a new tag
Replies: 1
Views: 1391

Re: Moving text to a new tag

Hello, In oXygen you can only cut (or copy) content from some tags to another manualy. In case you need this process to be automated, you should develop a custom XSLT file for copying contents based on the template rules you define. Of course, this implies good knowledge in the XSLT segment. Please ...
by Costin
Wed May 09, 2012 5:05 pm
Forum: XML Schemas
Topic: Schema generation from XML document
Replies: 6
Views: 5193

Re: Schema generation from XML document

For other users that might be concerned about the enumeration issue: For both XML element and attribute values, the schema generator/converter used by oXygen (Trang) does not generate enumerations, instead it uses a generic type that covers all the values encountered in the XML instance. We have log...
by Costin
Wed May 09, 2012 12:37 pm
Forum: XML Schemas
Topic: Schema generation from XML document
Replies: 6
Views: 5193

Re: Schema generation from XML document

Could you please send us the files for which you are trying to generate XML schema ? Again, you can send them on support AT oxygenxml DOT com.
by Costin
Wed May 09, 2012 10:58 am
Forum: XML Schemas
Topic: Schema generation from XML document
Replies: 6
Views: 5193

Re: Schema generation from XML document

Hello, Did you tried generating schema using a single xml file or a set of files? In order to investigate what happens, could you please send us some sample file(s) for which you are trying to generate schema and the issue appears? You should send the file(s) for analysis on our email, which is supp...
by Costin
Fri May 04, 2012 2:54 pm
Forum: XML Schemas
Topic: Schema location during development
Replies: 2
Views: 3454

Re: Schema location during development

Hello, When having remote DTDs/schemas, it is good practice to create a local copy of them and use an XML catalog to redirect the remote URIs/systemIDs to the local copy. Documentation regarding the use of XML catalogs can be found in the Oxygen user manual: Working with XML Catalogs e.g. XML Catalo...
by Costin
Wed May 02, 2012 1:07 pm
Forum: General XML Questions
Topic: Best XML structure
Replies: 7
Views: 4953

Re: Best XML structure

Hi, You can import an Excel file that has a simple format (either by transforming it to CSV and import as text, or by importing it as an xls file) with no need for a preceding schema file. After importing the file, you could switch to "Grid" mode which is a better approach to the way that ...
by Costin
Wed Apr 18, 2012 6:05 pm
Forum: XML Schemas
Topic: batch validation with schematron phases
Replies: 4
Views: 5186

Re: batch validation with schematron phases

Hello, Unfortunately, at the moment it is not possible to automatically predetermine the phase for batch validation with schematron. I've already logged this in our issue tracking system and it will be considered as a feature improvement for a future version of oXygen. As the only workaround untill ...
by Costin
Wed Apr 18, 2012 12:22 pm
Forum: Common Problems
Topic: See white-space characters
Replies: 1
Views: 4078

Re: See white-space characters

Hello, Oxygen XML allows you to see the "invisible" white-space characters. For that, as you already observed you should go in oXygen menu to Options > Preferences -> Editor > Edit modes > Text. There you should have both "Show TAB/NBSP/EOL/EOF marks" and "Show SPACE marks&q...
by Costin
Tue Apr 17, 2012 3:04 pm
Forum: Common Problems
Topic: Red error underlining
Replies: 2
Views: 2027

Re: Red error underlining

Hello, In case you want to clear validation errors highlighting only to make the document easier to read for the current session, a quick solution would be to click on the "Clear Validation Markers" button from the toolbar (the icon appears like a "blue X"). Of course, if you hav...
by Costin
Mon Apr 09, 2012 11:38 am
Forum: XSLT and FOP
Topic: Can a transformer be added?
Replies: 1
Views: 1979

Re: Can a transformer be added?

Hello, Besides the XSLT / XQUERY transformation engines that come bundled with Oxygen, you have the possibility to add and configure external transformation engines. In order to do that in oXygen, you should go to Options > Preferences > XML > XSLT/FO/XQuery > Custom Engines and add the engines you ...
by Costin
Fri Apr 06, 2012 1:04 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customize WebHelp
Replies: 1
Views: 2400

Re: Customize WebHelp

Unfortunately, it can not be specified a different WebHelp customization folder for specific projects only, as the customization.dir parameter in the PDF transformation. However, for what you want to achieve for your ditamap(custom font and header logo), you can always go into the "Configure Tr...
by Costin
Tue Apr 03, 2012 2:43 pm
Forum: XML Schemas
Topic: Restricting an Elements value
Replies: 3
Views: 3614

Re: Restricting an Elements value

Hello, All the values in the examples you specified are alphanumeric - including the fourth one. The validation works OK and the behaviour is completely normal. From the three examples you specified (2,3 and 4), only the fourth one is in accordance with the accepted pattern you set in the restrictio...
by Costin
Tue Apr 03, 2012 12:21 pm
Forum: Feature Request
Topic: JavaScript syntax highlighting for SVG
Replies: 1
Views: 1764

Re: JavaScript syntax highlighting for SVG

Hello,

Thank you for reporting that.
I've added this on our issue tracking system and we will consider adding this as an improvement in a future version of oXygen XML.

Best Regards,

Costin.
oXygen XML Editor and Author Support
by Costin
Mon Mar 19, 2012 11:29 am
Forum: Common Problems
Topic: Lines too long
Replies: 1
Views: 1670

Re: Lines too long

Hello, What you want is to "wrap" the long lines and oXygen already has such an option. All you have to do is to go in Menu -> Options -> Preferences in oXygen. Then navigate to Editor -> Edit modes -> Text and make sure to have "Line wrap" option checked. That will not alter the...
by Costin
Mon Feb 20, 2012 7:38 pm
Forum: Other Issues
Topic: How Does One Print a Portion of a Schema?
Replies: 3
Views: 1865

Re: How Does One Print a Portion of a Schema?

Unfortunately, it is not possible to print a part of a schema. However, it is possible in oXygen to save an image of a specific node with any of its adjacent descendants descendants expanded or not. Then you should be able to print the resulted image by any means, separately from oXygen. To do that ...
by Costin
Fri Feb 10, 2012 11:23 am
Forum: Feature Request
Topic: Add source functionality to XSLT JavaScript editor
Replies: 6
Views: 4897

Re: Add source functionality to XSLT JavaScript editor

I just wanted to let you know that oXygen actually has a "Toggle Comment" action for JavaScript, available from the context menu, or by "Ctrl+Shift+Comma" shortcut. However, this is slightly different than the same action from WTP. This means that oXygen creates an interval comme...
by Costin
Thu Feb 09, 2012 4:47 pm
Forum: Feature Request
Topic: Add source functionality to XSLT JavaScript editor
Replies: 6
Views: 4897

Re: Add source functionality to XSLT JavaScript editor

Hello,

First, I want to thank you for the nice words and your devotion. We appreciate that.
Regarding your suggestions, I have logged that on our issue tracking tool and will consider adding this as a feature of a future version of oXygen.

Thank you for your feedback!

Regards,
Costin.
by Costin
Wed Feb 08, 2012 6:34 pm
Forum: Other Issues
Topic: Copying XML editor colors from one installation to another
Replies: 3
Views: 2347

Re: Copying XML editor colors from one installation to another

Thank you for reporting that. We will take a look over it. Hope that importing the previous options did the trick for you.

Regards,
Costin.
by Costin
Tue Feb 07, 2012 8:44 pm
Forum: Other Issues
Topic: Copying XML editor colors from one installation to another
Replies: 3
Views: 2347

Re: Copying XML editor colors from one installation to another

Hello, You should always be able to keep your editor settings (including the color settings) from a previous installation of oXygen. To do that, you need to export the settings that you currently have in oXygen and then you should import them back into your newly installed application. This can be d...
by Costin
Tue Jan 03, 2012 1:37 pm
Forum: Other Issues
Topic: Author and linefeed
Replies: 2
Views: 1752

Re: Author and linefeed

Hi, 1. Related to your first question, if I understand correctly, when you split a paragraph in Author mode, you want oXygen to preserve all the whitespaces of that paragraph as they are in text mode. In Author mode, when you split an existing paragraph or you make changes inside one, Oxygen formats...
by Costin
Tue Dec 27, 2011 2:07 pm
Forum: XSLT and FOP
Topic: span tags in html to html conversion
Replies: 1
Views: 2022

Re: span tags in html to html conversion

Hello, In order that the stylesheet you use in your transformation scenario to recognize the elements from the input html document you should declare the prefixed namespace of your input html file. Then your template should match the prefixed "span" element and change its "class"...