Search found 15 matches

by Christian Roth
Thu Jul 09, 2015 12:48 pm
Forum: XML Schemas
Topic: [RNG] Excluding the null-namespace
Replies: 3
Views: 3590

Re: [RNG] Excluding the null-namespace

Thank you Adrian for the info. So my schema is correct, just the visual representation in oXygen isn't (yet :) ). Good to know, and enough to let me continue my work for now.

Regards, Christian
by Christian Roth
Wed Jul 08, 2015 6:42 pm
Forum: XML Schemas
Topic: [RNG] Excluding the null-namespace
Replies: 3
Views: 3590

[RNG] Excluding the null-namespace

Hi, given the following schema: <grammar xmlns="http://relaxng.org/ns/structure/1.0" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="mynamespace"> <start> <element name="root&q...
by Christian Roth
Thu Jul 19, 2012 6:38 pm
Forum: Common Problems
Topic: eclipse-plugin: weird cursor-placement in XML editor within element named "style"
Replies: 5
Views: 2965

Re: eclipse-plugin: weird cursor-placement in XML editor within element named "style"

Hello, there are no error messages relating to oxygen in eclipse's Error Log view. In the Format preferences, there are only elements under "Preserve space", but they do not contain style or d . I tested in oXygen standalone (which seems to be a slightly older build than the eclipse plugin...
by Christian Roth
Thu Jul 19, 2012 5:09 pm
Forum: Common Problems
Topic: eclipse-plugin: weird cursor-placement in XML editor within element named "style"
Replies: 5
Views: 2965

eclipse-plugin: weird cursor-placement in XML editor within element named "style"

Hi, the eclipse-plugin (14.0.0v2012071212, eclipse 3.7.2 Mac) shows weird cursor placement in the XML editor (text mode): Sample file: <?xml version="1.0" encoding="UTF-8"?> <d> <style>X </style> </d> When placing the cursor at X and pressing Return, a new line is inserted, but t...
by Christian Roth
Tue Nov 02, 2010 1:15 pm
Forum: XML Schemas
Topic: Schema documentation of more complicated attribute types
Replies: 2
Views: 2661

Re: Schema documentation of more complicated attribute types

Thanks Adrian. I will check out the workaround and see if it's feasible in my case.

Regards, Christian
by Christian Roth
Tue Nov 02, 2010 2:47 am
Forum: XML Schemas
Topic: Schema documentation of more complicated attribute types
Replies: 2
Views: 2661

Schema documentation of more complicated attribute types

Hello, is there a way to generate fully expandable schema documentation for more complicated attribute structures? It seems only the top level (restriction, union, ...) is documented, but not the descendants. My type at hand looks like this (simplified): <xs:attribute name="name" use="...
by Christian Roth
Wed May 20, 2009 1:02 pm
Forum: Common Problems
Topic: Schema documentation questions
Replies: 5
Views: 2941

Re: Schema documentation questions

(Sorry for the late reply - I thought I had subscribed to the thread, but did not get email notifications on your answers.) Ah - I did not think of the split modes. But your solution sounds fine, although I will have to take the (later used) split mode into account when constructing the URLs in my i...
by Christian Roth
Mon Apr 20, 2009 11:38 pm
Forum: Other Issues
Topic: Add documentation annotation to enumeration in Schema view?
Replies: 2
Views: 11070

Add documentation annotation to enumeration in Schema view?

How can I add documentation annotations to individual xs:enumeration elements to document the meaning of the respective attribute values in the Schema view of the XSD editor? (I can add them "manually" in the Text view, though.) Anyway, that documentation does not show up in the generated ...
by Christian Roth
Mon Apr 20, 2009 1:45 pm
Forum: Common Problems
Topic: Schema documentation questions
Replies: 5
Views: 2941

Schema documentation questions

Hello, I'm currently documenting a schema by attaching documentation annotations to elements and attributes. For some of the documentation, I want to refer to other element or attribute definitions by hyperlinking. However, I am unsure how to determine the link target so that e.g. in generated HTML ...
by Christian Roth
Wed Nov 26, 2008 1:36 pm
Forum: Common Problems
Topic: XML Schema doc generation: "Too many nested template…" error
Replies: 4
Views: 3640

Re: XML Schema doc generation: "Too many nested template…" error

Sorry for the delay...

Yes, the new tool for schema documentation does process my schema without problems. Thank you!

- Christian
by Christian Roth
Thu Nov 13, 2008 7:16 pm
Forum: Common Problems
Topic: XML Schema doc generation: "Too many nested template…" error
Replies: 4
Views: 3640

Re: XML Schema doc generation: "Too many nested template…" error

Thanks Sorin for the quick reply. I have sent the data to your support address as indicated in your post.

Regards, Christian
by Christian Roth
Thu Nov 13, 2008 6:08 pm
Forum: Common Problems
Topic: XML Schema doc generation: "Too many nested template…" error
Replies: 4
Views: 3640

XML Schema doc generation: "Too many nested template…" error

Hello, I was trying to generate the documentation for my XML Schema schema using oXygen 10's Tools > Generate Documentation… > Schema Documentation function. However, I get the following error message in a dialog in doing that: "The following errors were encountered when generating schema doc...
by Christian Roth
Fri Feb 24, 2006 9:12 pm
Forum: Common Problems
Topic: Auto-completion annoyance (v7)
Replies: 2
Views: 4166

Auto-completion annoyance (v7)

Hi, the obviously changed handling for code completion (compared to v6) currently consistently drives me crazy, I'm sorry to say. Maybe it's all just a matter of settings, so here are some examples: EXAMPLE 1 Suppose we have the following document: <?xml version="1.0" encoding="UTF-8&...
by Christian Roth
Tue Aug 23, 2005 7:27 pm
Forum: Common Problems
Topic: Syntax highlight problem (all text is black)
Replies: 8
Views: 7959

Does this bug also account for my problem that files ending in .xmap (to which I attributed the oXygen plugin) do not highlight syntax, but files ending in .xml do? I had to tell oXygen standalone that .xmap files are of type XML, but I do not seem to be able to specify that in Eclipse 3.0.2. Anyway...
by Christian Roth
Sat Mar 12, 2005 2:50 pm
Forum: Common Problems
Topic: Deleting an element
Replies: 1
Views: 2924

Deleting an element

When I am with the cursor on an element's start or end tag (with the element name brackets being displayed underneath its name), what is the key command to delete this element including its contents? The XML refactorings only give a "Delete Element tags", but that only removes the tags, no...