Search found 80 matches

by madde001
Fri Dec 17, 2010 4:21 pm
Forum: Common Problems
Topic: Split editor
Replies: 3
Views: 2639

Re: Split editor

Radu, After a reboot, I can't reproduce the problem and everything seems to work just as expected. :D I'd been having Java errors yesterday (I think you saw some autogenerated error reports), so maybe there was a temporary problem somewhere in the environment. I have the log4j.properties in the oxyg...
by madde001
Thu Dec 16, 2010 5:35 pm
Forum: Common Problems
Topic: Split editor
Replies: 3
Views: 2639

Split editor

Hi, I'm having trouble figuring out how to get "Split editor" functionality to work. (1) I have an open document in editor view. (2) I select "Window>Split Editor Vertically/Horizontally". (3) I see a little gray "grab button" appear at the bottom/side of the editing ar...
by madde001
Wed Dec 15, 2010 10:23 pm
Forum: Other Issues
Topic: Suppress command line output when invoking external tool?
Replies: 2
Views: 2184

Suppress command line output when invoking external tool?

Hi, This is a minor convenience issue: When I invoke an External Tools command, a console output pane opens up displaying the associated terminal output. Sometimes this is exactly what I want. Other times, my external tool command is something trivial (like, for example, starting my browser or a Mac...
by madde001
Wed Dec 15, 2010 10:11 pm
Forum: Other Issues
Topic: Importing external tools settings
Replies: 2
Views: 2232

Re: Importing external tools settings

Thanks, Adrian.
by madde001
Wed Dec 08, 2010 5:25 pm
Forum: Other Issues
Topic: Importing external tools settings
Replies: 2
Views: 2232

Importing external tools settings

Hi,
When I upgraded to 12, I lost a bunch of customizations that I had done to my External Tools settings.
Is there a particular prefs or settings file that I can grab from an old installation to move settings across, without having to manually re-enter?
I'm on OS X, btw.
John
by madde001
Wed Oct 06, 2010 11:37 pm
Forum: oNVDL Related Issues
Topic: XHTML-XForms NVDL: spurious ID/IDREF errors
Replies: 6
Views: 13437

Re: XHTML-XForms NVDL: spurious ID/IDREF errors

Hi George, I suspected that was the issue. Based on what you say, I think that it isn't, strictly speaking, an oNVDL/Jing problem. Unless that NVDL script actually <attaches> all the separate xforms sections into a single section before validating them (your option #2), it's pretty much what you'd e...
by madde001
Wed Oct 06, 2010 10:58 pm
Forum: oNVDL Related Issues
Topic: XHTML-XForms NVDL: spurious ID/IDREF errors
Replies: 6
Views: 13437

Re: XHTML-XForms NVDL: spurious ID/IDREF errors

whoops. in (2) I mean <xforms:input bind="xyz"....>....</input>
by madde001
Wed Oct 06, 2010 6:35 pm
Forum: oNVDL Related Issues
Topic: XHTML-XForms NVDL: spurious ID/IDREF errors
Replies: 6
Views: 13437

XHTML-XForms NVDL: spurious ID/IDREF errors

Hi George et al, I'm working on some XHTML with embedded XForms. I noticed the NVDL script for this combination ("xhtml-xforms.nvdl") in the oxygen distribution under the "samples" directory, which looks like a modification of the script in the ISO NVDL spec document. It seems to...
by madde001
Tue Jun 22, 2010 6:05 pm
Forum: XML Schemas
Topic: SVRL output from Schematron
Replies: 5
Views: 6673

Re: SVRL output from Schematron

Hi George, that's fair enough, I understand what you mean. John
by madde001
Tue Jun 22, 2010 5:04 pm
Forum: XML Schemas
Topic: SVRL output from Schematron
Replies: 5
Views: 6673

Re: SVRL output from Schematron

btw, if you could add "built-in support for SVRL output from Schematron validation" as an enhancement request for a future oxygen version that would be great. Obviously I would not want to lose the existing human-friendly output to the oxygen validation pane. But looking at where Rick Jell...
by madde001
Mon Jun 21, 2010 5:46 pm
Forum: XML Schemas
Topic: SVRL output from Schematron
Replies: 5
Views: 6673

Re: SVRL output from Schematron

Hi George,

Great to hear from you.
Thanks for the info. I will do as you suggest.

Best, John
by madde001
Sat Jun 19, 2010 1:49 am
Forum: XML Schemas
Topic: SVRL output from Schematron
Replies: 5
Views: 6673

SVRL output from Schematron

Hi all,

I'm trying to figure out how I can get SVRL output from my ISO Schematron schemas. Is there an option somewhere to output to SVRL instead of the oxygen console?

John
by madde001
Sun Nov 29, 2009 1:23 am
Forum: Other Issues
Topic: No schematron file icon in project
Replies: 1
Views: 1639

No schematron file icon in project

Hi, I'm running the Mac version of oxygen 11 on OSX 10.6.2. Odd little aesthetic problem. Inside oxygen in the project view (also inside SVN client in repository and working copy panes) I get a generic icon for schematron files, instead of the custom schematron icon provided by oxygen. http://bit.ly...
by madde001
Sat Nov 21, 2009 9:17 pm
Forum: Feature Request
Topic: New refactoring: reverse order
Replies: 1
Views: 1853

New refactoring: reverse order

Could you add a new XML refactoring that would reverse the order of the selected elements? Most common use would be to flip the order of two adjacent elements. (But occasionally it would be useful to invert the order of three or more adjacent elements. Suppose you have <a/><b/><c/><d/> and you want ...
by madde001
Fri Nov 06, 2009 4:20 pm
Forum: XML Schemas
Topic: RNG validation in oXygen 11
Replies: 2
Views: 5002

Re: RNG validation in oXygen 11

Thanks, George. That was it. When I installed the upgrade, I must have selected "check feasibly valid" in Preferences. (I never until now knew what that meant, so I learned something here.) Also, the change in Jing did not take effect until I did a "Reset cache and validate" acti...
by madde001
Fri Nov 06, 2009 6:17 am
Forum: XML Schemas
Topic: RNG validation in oXygen 11
Replies: 2
Views: 5002

RNG validation in oXygen 11

Hi George et al, I just noticed a validation behavior in version 11 that strikes me as different from in the past. I'm wondering if I'm hallucinating. I have a RNG schema like this: <grammar xmlns="http://relaxng.org/ns/structure/1.0"> <start> <element name="root"> <element name=...
by madde001
Thu Nov 05, 2009 4:12 am
Forum: Feature Request
Topic: Task manager
Replies: 5
Views: 5015

Re: Task manager

I got a better idea. I put <!-- TODO --> somewhere within the elements with the problem, then I issue the XPath "//comment()[contains(.,"TODO")]/.."

This works quite nicely.
by madde001
Wed Nov 04, 2009 4:23 pm
Forum: Feature Request
Topic: Task manager
Replies: 5
Views: 5015

Re: Task manager

Hi George, Thanks for adding this to the list. btw, when I say "bookmark a span", I think I should have said "bookmark a DOM branch". My current workaround for this functionality is that I add an attribute named "xml:todo" to the element I want to mark for further work,...
by madde001
Tue Nov 03, 2009 7:02 pm
Forum: Feature Request
Topic: Generate schema documentation for RNG
Replies: 5
Views: 4284

Re: Generate schema documentation for RNG

Thanks!
by madde001
Mon Nov 02, 2009 11:42 pm
Forum: Feature Request
Topic: Generate schema documentation for RNG
Replies: 5
Views: 4284

Generate schema documentation for RNG

Hi guys,

Is there any chance that you might offer schema documentation generation for Relax NG schemas, similar to the documentation you can generate for XML Schema?

John
by madde001
Sat Oct 31, 2009 3:52 am
Forum: Feature Request
Topic: Task manager
Replies: 5
Views: 5015

Re: Task manager

...I just noticed the bookmarks feature. This is a great starting point. Enhancements that would be great to see include the ability to: - associate a name, some comment text and a priority flag with each bookmark - show a view pane with the current file's bookmarks by sorted by name or priority, wi...
by madde001
Fri Oct 30, 2009 10:13 pm
Forum: Feature Request
Topic: Task manager
Replies: 5
Views: 5015

Task manager

Hi guys, I don't know if there is a way to do this already that I'm not seeing, but if not... It would be great if you could incorporate some way of maintaining "to-do" lists for code editing tasks, with bookmarks or links to the fragment that has the pending "to-do". Obviously, ...
by madde001
Tue Oct 06, 2009 4:29 pm
Forum: XML Schemas
Topic: Convert xsd to sql
Replies: 0
Views: 4786

Convert xsd to sql

Hi,

I like the ability in the enterprise edition to convert a DB structure to an XML schema. But what about the other direction? Anyone have tips on tools to automagically convert an XML schema to a set of DB tables? There must be tools out there.

John
by madde001
Fri Oct 02, 2009 3:15 pm
Forum: XML Schemas
Topic: ISO schematron & schema-aware validation
Replies: 2
Views: 3319

Re: ISO schematron & schema-aware validation

Thanks, George. Now it works. 8)
by madde001
Thu Oct 01, 2009 10:30 pm
Forum: XML Schemas
Topic: ISO schematron & schema-aware validation
Replies: 2
Views: 3319

ISO schematron & schema-aware validation

Hi guys, I've gotten confused about how to set up RelaxNG + ISO Schematron validation with schema-aware processor. When Preferences>XML>XML Parser>ISO Schematron>Use Saxon SA/EE is checked, attempt to validate an instance gives the "ISO Schematron (XSLT 2.0)] Cannot validate <<document-root-ele...
by madde001
Mon Sep 28, 2009 3:50 pm
Forum: XML Schemas
Topic: XML Schema 1.1 wildcard question
Replies: 3
Views: 3887

Re: XML Schema 1.1 wildcard question

George.

Thanks!

John
by madde001
Sat Sep 26, 2009 8:58 pm
Forum: XML Schemas
Topic: XML Schema 1.1 wildcard question
Replies: 3
Views: 3887

Re: XML Schema 1.1 wildcard question

( :oops:) forgot <choice> after <except> in RNG
by madde001
Sat Sep 26, 2009 8:22 pm
Forum: XML Schemas
Topic: XML Schema 1.1 wildcard question
Replies: 3
Views: 3887

XML Schema 1.1 wildcard question

In Relax NG it's real easy to exclude elements in a list of namespaces that includes the no-namespace namespace: <anyName> <except> <nsName ns="http://example.com/> <nsName ns=""/> </except> </anyName> This simple thing is (afaik) impossible in XML Schema 1.0, and for XML Schema 1.1 t...