Search found 21 matches

by velda
Tue Apr 14, 2009 8:22 pm
Forum: Feature Request
Topic: XPath support in Find/Replace In Files
Replies: 1
Views: 1458

XPath support in Find/Replace In Files

I have a few hundred xml documents in my project and id like to find all files with the following example XPath

Code: Select all

/root/foo[@name='bar']/@priority='high'
without building some complex regular expression.
by velda
Mon Mar 30, 2009 6:24 pm
Forum: Common Problems
Topic: Running a transformation scenario replaces custom file icon
Replies: 3
Views: 2305

Re: Running a transformation scenario replaces custom file icon

Yes, I am referring to a transformation scenario using ${currentFileURL} as the Save As value. Seeing as how oXygen is knowingly replacing the file with a file of the exact same name, I would think it would copy the meta data from the original file to the new file (e.g. a custom file icon or label c...
by velda
Wed Mar 25, 2009 6:11 pm
Forum: Common Problems
Topic: Running a transformation scenario replaces custom file icon
Replies: 3
Views: 2305

Running a transformation scenario replaces custom file icon

I have about a thousand xml files with custom file extensions and document icons in OSX. Whenever I run one of these files through an XSLT in oXygen that saves the resulting document as ${currentFileURL} the new file looses the custom icon. Is this an issue related to the capital file extension issu...
by velda
Sat Mar 07, 2009 1:00 am
Forum: Other Issues
Topic: Unknown Extnsion when validating entire directory.
Replies: 7
Views: 4174

Re: Unknown Extnsion when validating entire directory.

Seeing as how 10.1 was just released, id imagine that will be some time from now, on the order of months?
by velda
Fri Mar 06, 2009 5:28 pm
Forum: Other Issues
Topic: Unknown Extnsion when validating entire directory.
Replies: 7
Views: 4174

Re: Unknown Extnsion when validating entire directory.

Extension is .VCtrl, Document Type Association is an enabled entry named "Profile Dev" with one rule of root local name "profile" and a RNC schema of "/!Schemas/profile%5B0.6%5D.rnc" and a translation scenario named RELAXatron. The File Types entry is "vctrl" ...
by velda
Thu Mar 05, 2009 5:27 pm
Forum: Other Issues
Topic: Unknown Extnsion when validating entire directory.
Replies: 7
Views: 4174

Re: Unknown Extnsion when validating entire directory.

10.1 on OSX 10.5.6. To be thorough, I removed them all, tried again, and still no luck.
by velda
Wed Mar 04, 2009 11:36 pm
Forum: Other Issues
Topic: Unknown Extnsion when validating entire directory.
Replies: 7
Views: 4174

Unknown Extnsion when validating entire directory.

I have a number of Document Type Associations set, each with a rnc schema and XSLT transformation scenario set to key off of the root element name. Each of these file types have a custom file type extension, but still only contain standard XML with a proper version 1.0 prolog. I added the file type ...
by velda
Tue Mar 03, 2009 1:22 am
Forum: Feature Request
Topic: file type association transformation default option
Replies: 1
Views: 1524

file type association transformation default option

I have a framework set up with a transformation scenario, but each file must be manually assigned to the one and only scenario for that file type. Would it be possible to enable some sort of default or "always use this" scenario for a file type?

cheers,
-V
by velda
Thu Dec 18, 2008 6:28 pm
Forum: XSLT and FOP
Topic: identity transformation not following -snone?
Replies: 4
Views: 3304

Re: identity transformation not following -snone?

After a little more research I found this site http://www.xmlplease.com/identity-template by Jesper Tverskov which explains the limitations in the xslt 2.0 identity transformation and offers an alternative template that solves the prolog issue, but unfortunately not the insignificant whitespaces and...
by velda
Wed Dec 17, 2008 5:38 pm
Forum: XSLT and FOP
Topic: identity transformation not following -snone?
Replies: 4
Views: 3304

Re: identity transformation not following -snone?

given the following example xml: <?xml version="1.0" encoding="UTF-8"?> <?oxygen SCHSchema="../!schemas/control[0.5].sch" ?> <control format="0.5" type="moving_head" name="Big Boy" short_name="BBoy" option="Standard" pho...
by velda
Mon Dec 15, 2008 8:13 pm
Forum: XSLT and FOP
Topic: identity transformation not following -snone?
Replies: 4
Views: 3304

identity transformation not following -snone?

Using the standard Identity Transformation, I seem to be having troubles with whitespaces and line breaks. Namely, all my prolog ends up on the first line along with the root element, and all of my formatting whitespaces and line returns are gone. I am running oX 10 with Saxon-SA 9.1.0.3 and set the...
by velda
Mon Dec 01, 2008 7:06 pm
Forum: Feature Request
Topic: Outline "no edit update" option
Replies: 4
Views: 3026

Re: Outline "no edit update" option

I have the red "No Selection Update" selected, yet it still jumps around opening and closing other sibling elements as I edit children. Perhaps I am experiencing a bug?
by velda
Mon Nov 24, 2008 7:41 pm
Forum: Feature Request
Topic: Outline "no edit update" option
Replies: 4
Views: 3026

Outline "no edit update" option

The outline is helpful to reference info elsewhere in the document while editing, without wasting a lot of screen space by splitting the window. Unfortunately, every time I add an element it zooms to where I just edited and becomes much less useful. An option to have it not update on edits would be ...
by velda
Fri Nov 21, 2008 5:20 pm
Forum: Common Problems
Topic: diff background color
Replies: 3
Views: 3280

Re: diff background color

Wonderful, thanks.
by velda
Thu Nov 20, 2008 5:57 pm
Forum: Feature Request
Topic: Git support.
Replies: 7
Views: 9906

Git support.

Not exactly important, but to voice the desire. The SVN client is nice, but everything I do is Git these days.

On the topic of the SVN client, it would also be Very useful to be able to commit from within the oXygen project window.
by velda
Tue Oct 28, 2008 5:56 pm
Forum: XML Schemas
Topic: ralax ng compact + schematron validation issues
Replies: 3
Views: 4567

Re: ralax ng compact + schematron validation issues

Are there any plans to support it?
by velda
Mon Oct 27, 2008 11:48 pm
Forum: XML Schemas
Topic: ralax ng compact + schematron validation issues
Replies: 3
Views: 4567

ralax ng compact + schematron validation issues

Im working on a schema in relax ng with embedded schematron rules but none of the schematron rules seems to be operating. Whats odd is that if I use trang to convert the compact (rnc) to xml (rng) it works just fine. take for example the following simple xml <?xml version="1.0" encoding=&q...
by velda
Wed Oct 15, 2008 8:15 pm
Forum: Feature Request
Topic: list of IDs, multiple files
Replies: 1
Views: 2337

list of IDs, multiple files

Perhaps I am alone in needing this on a regular basis, but it is so vital in XML that I thought it should be a standard feature. There should be some way to easily list the IDs used in a file. I know you see the IDs in the outline, but all the elements and tree structure make it hard to use for refe...
by velda
Tue Sep 30, 2008 12:57 am
Forum: Common Problems
Topic: diff background color
Replies: 3
Views: 3280

diff background color

the background color in diff remains white, yet all the rest of the colors are correct with my custom Editor/Colors settings. With a light on dark color theme this makes it nearly impossible to use. On the topic of color themes, I can not seem to find how to change the color of invisibles (tab, EOL,...
by velda
Thu Sep 25, 2008 10:04 pm
Forum: Common Problems
Topic: annotation tool-tip shows element, not attribute
Replies: 1
Views: 2116

annotation tool-tip shows element, not attribute

In my schema (RELAX NG) I have an element annotated and each attribute in the element annotated (#Note). If I select the attribute in the Model view it shows the correct annotation in the bottom box. If i hover over the attribute with the mouse it shows the element annotation. Only if I remove the e...
by velda
Fri Jul 18, 2008 9:51 pm
Forum: Common Problems
Topic: ignore file typed when batch validating?
Replies: 1
Views: 1752

ignore file typed when batch validating?

I have a folder containing about 200 folders that each contain an XML file and a 3d object binary file. If I try to bulk validate using the root folder from the project window it reports all of the object files as invalid.

Any suggestions?