Search found 80 matches

by madde001
Sat Aug 08, 2009 8:19 pm
Forum: Feature Request
Topic: XML-JSON interconversion
Replies: 1
Views: 1869

XML-JSON interconversion

Here's one that ought to be pretty easy to do ( :lol:). Could you include a simple feature for XML-JSON interconversion? I think you could probably just use the open-source library (Java) at http://www.json.org/java/

Thanks, John
by madde001
Mon Mar 30, 2009 2:05 am
Forum: Common Problems
Topic: Berkeley DB 2.4.16
Replies: 6
Views: 3921

Re: Berkeley DB 2.4.16

Hi Sorin, I tried adding my dbxml library path to $LD_LIBRARY_PATH, but didn't have any effect on the problem. Ultimately, I edited the oxygen startup file, adding the line INSTALL4J_ADD_VM_PARAMS=-Djava.library.path="/var/lib/berkeleydb/lib" (which happens to be my path to the java-aware ...
by madde001
Thu Mar 12, 2009 5:26 pm
Forum: Common Problems
Topic: Berkeley DB 2.4.16
Replies: 6
Views: 3921

Berkeley DB 2.4.16

Hi all, Does oXygen support Berkeley DBXML 2.4.16 (current)? Docs say 2.4.11 is supported, but that release is no longer available from Oracle's download site (http://www.oracle.com/technology/software/products/berkeley-db/xml/index.html). I tried to set up a connection to my dbxml (2.4.16, 64-bit L...
by madde001
Thu Jan 15, 2009 5:02 pm
Forum: oNVDL Related Issues
Topic: Incorporating recent jing changes in onvdl
Replies: 2
Views: 8201

Re: Incorporating recent jing changes in onvdl

Hi George,

Thanks for the update. I'm looking forward to the definitive release of the merged project!
If I have any problems, I'll get back.

John
by madde001
Sun Jan 11, 2009 1:15 am
Forum: oNVDL Related Issues
Topic: Incorporating recent jing changes in onvdl
Replies: 2
Views: 8201

Incorporating recent jing changes in onvdl

Hi George, Over on the jing-trang project I'm sure you saw the continuation of the thread about schema simplification support: http://code.google.com/p/jing-trang/issues/detail?id=56&colspec=ID%20Type%20Status%20Priority%20Stars%20Module%20Summary0 I was asking about when simplification might su...
by madde001
Fri Dec 19, 2008 8:41 pm
Forum: XML Schemas
Topic: Problem with ISO Schematron/XPath 2.0
Replies: 6
Views: 7233

Re: Problem with ISO Schematron/XPath 2.0

George,

So far, so good.

BTW, you know how you can include elements in the Schematron schema in the Editor > Content Completion >XSD using a preference?

Can you do the same thing for RNG? This preference setting doesn't seem to have any effect for the RNG or RNC editors.

John
by madde001
Fri Dec 19, 2008 5:21 pm
Forum: XML Schemas
Topic: Problem with ISO Schematron/XPath 2.0
Replies: 6
Views: 7233

Re: Problem with ISO Schematron/XPath 2.0

George, Thanks for the tips -- I'm definitely going to add some diagnostics as you suggested. A question about embedding ISO Schematron -- does it matter where the <iso:ns> elements appear in the containing schema (top level vs. deep)? I have this big project I've mentioned before that has lots of i...
by madde001
Thu Dec 18, 2008 11:59 pm
Forum: XML Schemas
Topic: Problem with ISO Schematron/XPath 2.0
Replies: 6
Views: 7233

Re: Problem with ISO Schematron/XPath 2.0

Hi, I discovered four of the problems: (1) I guess I need to specify queryBinding="xslt2" on the <schema> element. (2) The namespace issue is because I need to put <iso:ns> elements under the <schema> element; it's not enough to specify them using xmlns:xyz="http://www.foo.com". ...
by madde001
Thu Dec 18, 2008 9:58 pm
Forum: XML Schemas
Topic: Problem with ISO Schematron/XPath 2.0
Replies: 6
Views: 7233

Problem with ISO Schematron/XPath 2.0

hi guys, It's been awhile since I've used Schematron and I'm pretty shaky on Xpath 2.0. I'm having a problem getting the attached ISO Schematron to compile relative to the attached xml instance doc. It doesn't like my use of namespace prefixes, and my XPath expression is evidently bad. I'm sure I'm ...
by madde001
Thu Dec 11, 2008 5:50 pm
Forum: XML Schemas
Topic: Factoring out a name-class declaration in RNG
Replies: 2
Views: 3014

Re: Factoring out a name-class declaration in RNG

Yes, Sorin. Thanks.

It's an interesting problem. The alternative of using xi:include works fine (and I'm grateful for the XInclude support in oXygen!), but the bigger issue of whether name classes should be patterns in RNG is presently an open question, it seems.

John
by madde001
Mon Dec 08, 2008 9:00 pm
Forum: XML Schemas
Topic: Factoring out a name-class declaration in RNG
Replies: 2
Views: 3014

Factoring out a name-class declaration in RNG

Hi all, In my big RNG project that contains many files, I repeatedly use a particular name-class in various places throughout the project. (It's the name class of all names that are not in any of the namespaces used by my project, i.e. the foreign name class with respect to my project's namespaces.)...
by madde001
Mon Dec 08, 2008 8:18 pm
Forum: Feature Request
Topic: Print all project files?
Replies: 1
Views: 1684

Print all project files?

Hi guys,

Is there a way to batch print all/some files in a project (ideally with filter for file types)? i,e, without having to open and go through print dialog for each file individually ??

John
by madde001
Sat Dec 06, 2008 4:10 pm
Forum: XML Schemas
Topic: Logical Model View -- save as Relax NG
Replies: 18
Views: 13708

Re: Logical Model View -- save as Relax NG

For most purposes, I like your more compact and human-readable style. Maybe you could offer both yours and the official, fully simplified form.

John
by madde001
Sat Dec 06, 2008 6:45 am
Forum: XML Schemas
Topic: Logical Model View -- save as Relax NG
Replies: 18
Views: 13708

Re: Logical Model View -- save as Relax NG

George, It works! I installed as an external tool, as you suggested. And the result (from a schema with dozens of externalRefs and includes) works fine as an input to Trang, making me a happy man. It's interesting that one or two stylistic conventions in the xml are different from the way the LMV di...
by madde001
Fri Dec 05, 2008 6:59 pm
Forum: XML Schemas
Topic: Logical Model View -- save as Relax NG
Replies: 18
Views: 13708

Re: Logical Model View -- save as Relax NG

George, You're the best. I'll get back to you with feedback.
Best, John
by madde001
Thu Dec 04, 2008 5:37 pm
Forum: oNVDL Related Issues
Topic: Valid-pattern-only validation in Relax NG?
Replies: 2
Views: 8666

Re: Valid-pattern-only validation in Relax NG?

George,

That's really cool -- I wasn't aware of that feature. As usual, you're way ahead of me.
Thanks!
John

P.S. Just tried it out and it works like a charm! :D
by madde001
Thu Dec 04, 2008 5:34 pm
Forum: XML Schemas
Topic: Logical Model View -- save as Relax NG
Replies: 18
Views: 13708

Re: Logical Model View -- save as Relax NG

George,

This is great! But I'm afraid you overestimate my Java abilities :oops: -- can you possibly send this to me pre-packaged up as a .jar?

Thanks, John
by madde001
Tue Dec 02, 2008 11:01 pm
Forum: XML Schemas
Topic: Logical Model View -- save as Relax NG
Replies: 18
Views: 13708

Logical Model View -- save as Relax NG

Hi Sorin et al, I'm creating a big set of RelaxNG schemas that are composed out of a lot of modules using many <include> and <externalRef> elements. I love being able to see the "post-simplification" version of the schema as the Logical Model View (LMV) diagramming pane. Currently you can ...
by madde001
Tue Dec 02, 2008 5:50 pm
Forum: oNVDL Related Issues
Topic: Valid-pattern-only validation in Relax NG?
Replies: 2
Views: 8666

Valid-pattern-only validation in Relax NG?

Hi George, Quick question. I'm making a big set of RelaxNG schemas that are composed together out of a lot of modular files. Many of the modular files are intended purely for inclusion in other schemas by means of <externalRef> (i.e. they are in effect RelaxNG "code macros"). Some of these...
by madde001
Thu Jul 03, 2008 4:57 am
Forum: Feature Request
Topic: Feature request: Relax NG sample instance generation
Replies: 1
Views: 2228

Feature request: Relax NG sample instance generation

Hi guys, I would really love it if you could add the ability to generate sample XML documents from Relax NG schemas. Kohsuke Kawaguchi wrote a program xmlgen.jar that is part of the MSV project that does a good job of this (downloadable at https://msv.dev.java.net). The latest build of xmlgen.jar is...
by madde001
Wed Sep 20, 2006 5:53 pm
Forum: Feature Request
Topic: Integration of examplotron
Replies: 2
Views: 5788

Hi Sorin, You're right, it's not been adopted by any standards organization. But I do think it's a lovely bit of work that would be more widely appreciated if appropriately packaged. Since it really amounts just to applying a single transformation to an instance, it can be done manually in oxygen (j...
by madde001
Tue Sep 19, 2006 3:34 pm
Forum: Feature Request
Topic: Integration of examplotron
Replies: 2
Views: 5788

Integration of examplotron

Hi George et al, Could I make a feature suggestion? It would be nice if you would integrate Examplotron (http://www.examplotron.org/) into the environment (maybe as a "Infer Relax NG schema..." menu item under "Tools" menu???) I like Examplotron for hacking around, and I don't kn...
by madde001
Sat Sep 16, 2006 9:03 pm
Forum: Common Problems
Topic: Cannot print: OS X and Oxygen 7.2
Replies: 3
Views: 8272

Thanks, this helped me also

Hi Sorin,

I was having this exact same problem of no printing on both my Macs (PowerBook G4 and Intel iMac) running OS 10.4.7.

This patched version of oxygen.jar fixed the problem for me as well.

Thanks.

John :D
by madde001
Fri Mar 24, 2006 4:57 pm
Forum: Feature Request
Topic: Java binding functionality
Replies: 2
Views: 5545

that was "xml instance", not "cml instance"
by madde001
Fri Mar 24, 2006 4:55 pm
Forum: Feature Request
Topic: Java binding functionality
Replies: 2
Views: 5545

Java binding functionality

One thing that would be really useful to me -- but I'm just learning about this so I may be naive -- would be a "Convert schema to Java classes..." functionality. You could argue that this functionality belings in a Java IDE, not in an xml editor. Well, maybe so. But maybe it belongs both ...
by madde001
Sat Nov 26, 2005 12:25 am
Forum: Feature Request
Topic: Zoom out in visual schema editor
Replies: 5
Views: 5806

Octavian, Amazing response, as usual. Thanks so much. I was thinking that maybe 33%/50%/75%/100% would be better. 25% might be too small. Anyway, however you did it, I'm sure it looks great. Were you guys at XML2005 in Atlanta? I had to leave Monday before the action really got going, but I was hopi...
by madde001
Tue Nov 22, 2005 3:12 am
Forum: Feature Request
Topic: Zoom out in visual schema editor
Replies: 5
Views: 5806

George,

Great! Thanks.

John
by madde001
Mon Nov 21, 2005 3:50 am
Forum: Feature Request
Topic: Zoom out in visual schema editor
Replies: 5
Views: 5806

Zoom out in visual schema editor

George et al, Would really like to be able to have multiple zoom levels in visual schema window. When several panes are open, I often can't see enough of the layout to work easily. Even just having a 50% zoom option would be great. (Can't imagine a use case for any zoom-in levels above 100%.) My ide...
by madde001
Fri Sep 23, 2005 4:39 pm
Forum: Other Issues
Topic: Capture multiple outputs in debugger
Replies: 0
Views: 5369

Capture multiple outputs in debugger

George et al,

Just want to say how much I appreciate the "capture multiple outputs in debugger" feature in 6.2. I know there were reasons for ambivalence about introducing this feature, but in practice, this is truly helpful when hacking away at a transform. Thanks!

John
by madde001
Mon Jul 25, 2005 10:12 pm
Forum: Common Problems
Topic: Add a new document type
Replies: 1
Views: 3128

Add a new document type

Is it possible for a user to add a new (user-defined) document type to the "New" dialog box list that pops up when selecting File>New... ? For example, I want an RDF document type. It would use a template rdf document. Of course, I can create the document template as a code template and st...