Search found 15 matches

by kilhor
Sat Jan 22, 2005 12:28 am
Forum: XML Schemas
Topic: Implementation of schema-aware editing
Replies: 9
Views: 24252

When I demonstrated to others how Oxygen uses the XML Schema for finding out what elements to offer to the user I found out that it has problems under certain circumstances. If there are already some elements in the edited XML and the user want to add an element before these elements he/she may be o...
by kilhor
Fri Jan 21, 2005 5:05 pm
Forum: XML Schemas
Topic: Implementation of schema-aware editing
Replies: 9
Views: 24252

Hello again! We started with the implementation and get stuck with the algorithm to walk the model. Let me recall your advice from Dec 20. One is to walk the model and determine the elements (you should take into account in this case also substitution groups) and the other is to try to validate the ...
by kilhor
Wed Dec 22, 2004 6:07 pm
Forum: XML Schemas
Topic: Implementation of schema-aware editing
Replies: 9
Views: 24252

Hello!

So, we definitely will do it.
Can you give us an estimate how long this may take us (one night, two weeks)?
Or alternatively how many lines of code it will be (aprox. hundred(2) or thousands(s))?

Thanks as usual

Ondrej
by kilhor
Mon Dec 20, 2004 10:01 pm
Forum: XML Schemas
Topic: Implementation of schema-aware editing
Replies: 9
Views: 24252

Thanks for all the hints and support I will try Xerces.

Ondrej
by kilhor
Mon Dec 20, 2004 2:34 pm
Forum: XML Schemas
Topic: Implementation of schema-aware editing
Replies: 9
Views: 24252

This all looks pretty complicated. In fact, it requires to implement everything from sratch starting only with Xerces to manipulate XML files.
Are you aware of some implementation that is offered under some open license (at least for the research purposes)?

Many thanks in advance,
Ondrej
by kilhor
Mon Dec 20, 2004 5:14 am
Forum: XML Schemas
Topic: Implementation of schema-aware editing
Replies: 9
Views: 24252

Implementation of schema-aware editing

I have a general question. We need for our research project on feature based modeling http://control.ee.ethz.ch/~ceg/fbfm the functionality similar to schema aware editing . We are building graphical editor for feature models . Feature models are tree-like structures that can be represented as XML d...
by kilhor
Fri Nov 19, 2004 11:56 am
Forum: Feature Request
Topic: Semi-transparent text in Eclipse plug-in
Replies: 1
Views: 4644

Semi-transparent text in Eclipse plug-in

I miss this feature in oxygen plug-in. Well I miss also few more that I like in the standalone version. Therefore I have two questions: 1) Is there a list of differences between Standalon and Eclipse version of Oxygen. Such a list would help me to save time searching the Eclipse preferences for feat...
by kilhor
Fri Oct 15, 2004 7:14 pm
Forum: Feature Request
Topic: minor thing: Movable Tabs
Replies: 3
Views: 8745

minor thing: Movable Tabs

Dear, When I edit XML files I usually have open many of them and usually wants to have tabs of the two or three that are related to each other to have close each other. The only way how to do it now is to close all the files in question and reopen them. It would be nice to hava a posibility to reara...
by kilhor
Fri Oct 15, 2004 2:16 pm
Forum: Feature Request
Topic: MS Word or WinEdt style spellchecker
Replies: 0
Views: 4566

MS Word or WinEdt style spellchecker

Hello!

First, thanks for cool tool. What I would appreciate a lot would be the MS Word or WinEdt style spellchecker. What I mean in particular is the red underline of misspelled text. I really miss this when editing large English texts.

Thanks!

Kilhor
by kilhor
Wed Oct 13, 2004 12:59 pm
Forum: Common Problems
Topic: XWatch evaluation error
Replies: 3
Views: 3813

Thanks for answer. In the meantime, does it help to migrate from Saxon to some other XSLT processor that doesn't have this problem?
by kilhor
Tue Oct 12, 2004 8:50 pm
Forum: Common Problems
Topic: XWatch evaluation error
Replies: 3
Views: 3813

XWatch evaluation error

Dear, I battle the following problem with XWatch when debugging XSLT. Having this XSL <?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0"> ...
by kilhor
Sat Sep 25, 2004 1:19 am
Forum: Common Problems
Topic: XPath expression -- problem with namespace
Replies: 1
Views: 3179

XPath expression -- problem with namespace

I have no idea what is wrong here. Consider this XML Schema <?xml version="1.0" encoding="UTF-8"?> <!-- Copyright P&P Software GmbH (Zurich, Switzerland) --> <xs:schema targetNamespace="http://www.pnp-software.com/fmt/fm" xmlns:xs="http://www.w3.org/2001/XMLSch...
by kilhor
Fri Aug 27, 2004 7:47 pm
Forum: Common Problems
Topic: XML Schema: 1) two levels of schemas and 2) code complete
Replies: 1
Views: 2907

XML Schema: 1) two levels of schemas and 2) code complete

Hello! Background: My overall goal is to develop XML Schema (http://control.ee.ethz.ch/~rohliko/xml/XMLSchemaOfMMFFMM.xsd) for domains-specific XML Schemas (e.g. http://control.ee.ethz.ch/~rohliko/xml/FeatureMetamodelCSR.schema). I tried to follow the hints given in the article at http://www.xml.com...
by kilhor
Tue Aug 24, 2004 7:28 pm
Forum: Common Problems
Topic: Validation of XML Schema by other XML Schema
Replies: 1
Views: 3967

Validation of XML Schema by other XML Schema

Dear colleagues, My overall goal is to develop XML Schema for domains-specific XML Schemas. I'm trying to do so following the hints given in the article at http://www.xml.com/pub/a/2002/10/02/metaschema.html . Is there some way how to force Oxygen to use my own XML Schema for http://www.w3.org/2001/...
by kilhor
Thu Jul 22, 2004 6:49 pm
Forum: Common Problems
Topic: full-validation: XML Schema (from specs) is not valid
Replies: 1
Views: 3949

full-validation: XML Schema (from specs) is not valid

Hello I have a question aimed to the following errors I get when triyng to validate XMLSchema.xsd found at http://www.xml.com/2002/10/02/examples/XMLSchema.xsd.txt (and linked from http://www.xml.com/pub/a/2002/10/02/metaschema.html?page=1 ). Let me note that the XMLSchema.xsd is de facto copy of Ap...