Search found 20 matches

by ychaikin
Wed Aug 15, 2007 7:15 pm
Forum: Common Problems
Topic: Eclipse 3.3 plugin conflict with MyEclipseIDE
Replies: 1
Views: 3020

Eclipse 3.3 plugin conflict with MyEclipseIDE

Hi, I am trying to use the update site to install OxygenXML into Eclipse. I already have MyEclipse 6.0 M1 installed as a plugin. However, when I try to install OxygenXML, it pops up a dialog box asking if I really want to continue: "If you continue with the update/install, the resulting configu...
by ychaikin
Thu Mar 01, 2007 2:45 am
Forum: Common Problems
Topic: Code completion with Eclipse 3.2 and OxygenXML 8.1
Replies: 2
Views: 3931

Ok. NEVER MIND!

I accidentally associated the *.xsd with OxygenXML XML editor instead of XSD editor.

Everything works now.
by ychaikin
Thu Mar 01, 2007 2:17 am
Forum: Common Problems
Topic: Code completion with Eclipse 3.2 and OxygenXML 8.1
Replies: 2
Views: 3931

Re: Code completion with Eclipse 3.2 and OxygenXML 8.1

Hi, For some reason, the code completion is not working for me in Eclipse. It works just fine in the standalone OxygenXML for the exact same file. Here is the code: <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNames...
by ychaikin
Thu Mar 01, 2007 1:59 am
Forum: Common Problems
Topic: Code completion with Eclipse 3.2 and OxygenXML 8.1
Replies: 2
Views: 3931

Code completion with Eclipse 3.2 and OxygenXML 8.1

Hi, For some reason, the code completion is not working for me in Eclipse. It works just fine in the standalone OxygenXML for the exact same file. Here is the code: <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNames...
by ychaikin
Fri Mar 17, 2006 7:06 pm
Forum: Other Issues
Topic: Valid Schema by itself?
Replies: 7
Views: 10057

Sorry... I am not explaining myself clearly... Yes, I understand that validation doesn't even come into the picture if the document is not well-formed. The question I was wondering about is why even allow more than one global element in an XML Schema? You can just define a root element with a "...
by ychaikin
Fri Mar 17, 2006 6:34 pm
Forum: Other Issues
Topic: Valid Schema by itself?
Replies: 7
Views: 10057

Yes, but XML Schema doesn't force you to define every element as global element. You can define 1 global element and define the rest of the things as just types that contain elements of some other types and so on. This way, you CAN enforce that only 1 element be the root element and sort of express ...
by ychaikin
Fri Mar 17, 2006 5:49 pm
Forum: Other Issues
Topic: Valid Schema by itself?
Replies: 7
Views: 10057

Are you saying that XML Schema can not enforse some particular element to be the root element in an instance XML document?
by ychaikin
Thu Mar 16, 2006 10:27 pm
Forum: Other Issues
Topic: Valid Schema by itself?
Replies: 7
Views: 10057

Valid Schema by itself?

Hi, In OxygenXML, is there a way to tell if the schema defined in a particular file is not a valid schema if it were to be used by itself? For example, if the schema defined a bunch of child elements and never defined the root element, the resulting document would not be well-formed. So, it stands t...
by ychaikin
Thu Mar 16, 2006 7:44 pm
Forum: XML Schemas
Topic: Forcing Schema validation
Replies: 0
Views: 9490

Forcing Schema validation

Never mind. Sorry.
by ychaikin
Tue Feb 07, 2006 10:36 pm
Forum: Other Issues
Topic: How to turn off logging output in Eclipse
Replies: 4
Views: 12927

Sure, For example, as I open, close and edit files, this is showing up in the console [14:38:33] - Wellformed Error Scanner - Start scanning file:/home/ychaikin/workspace/report/META-INF/jboss-app.xml [14:38:33] - Found 0 problem(s) [14:38:41] - Wellformed Error Scanner - Start scanning file:/home/y...
by ychaikin
Tue Jan 24, 2006 11:43 pm
Forum: Other Issues
Topic: How to turn off logging output in Eclipse
Replies: 4
Views: 12927

Hmm... Over 40 views, but no replies... Is what I am asking not possible???

Thanks,
Yaakov.
by ychaikin
Thu Jan 19, 2006 8:23 pm
Forum: Other Issues
Topic: How to turn off logging output in Eclipse
Replies: 4
Views: 12927

How to turn off logging output in Eclipse

Hi,

Just installed Oxygen 7 as a plugin for Eclipse. I see that whenever I am editing an XML file, tons of logging output gets dumped into the console window.

Is there a way to disable that?

Thanks,
Yaakov.
by ychaikin
Mon Oct 10, 2005 6:30 am
Forum: Common Problems
Topic: Validating XML against Schema and DTD at the same time...
Replies: 3
Views: 3811

Validating XML against Schema and DTD at the same time...

I seem to remember that OxygenXML doesn't do validation of both at the same time, but will only validate against one or the other. (I think DTD will validation will fire automatically... can't remember). Am I wrong about this? If the XML is declared with both DTD and Schema, then clicking on the &qu...
by ychaikin
Wed Aug 03, 2005 9:45 pm
Forum: Common Problems
Topic: Applying xml-stylesheet to XML files
Replies: 3
Views: 4345

Well, I am doing that. In fact, OxygenXML has this as default, AFAIK. If you bring an XML file into OxygenXML and click on the "VCR Play" button (Apply Transformation Scenario), it will ask you if you want to use the xml-stylesheet PI inside your XML. When I say "yes" to that, it...
by ychaikin
Wed Aug 03, 2005 8:00 am
Forum: Common Problems
Topic: Applying xml-stylesheet to XML files
Replies: 3
Views: 4345

Applying xml-stylesheet to XML files

I've noticed this a few times already and wanted to know if I am configuring Oxygen wrong somehow... Here is what happens... I have different XML files with xml-stylesheet declarations in them. The XSL file it points to exists in the same directory as the XML file itself. For some files, the default...
by ychaikin
Thu Jul 21, 2005 3:17 am
Forum: General XML Questions
Topic: Why doesn't this validate?
Replies: 1
Views: 16375

Why doesn't this validate?

Hi, I've been staring at this code for way too long and don't see anything wrong with it. Anyone see why Oxygen is complaining? here is the code: (web.xml): <?xml version="1.0" encoding="ISO-8859-1"?> <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http...
by ychaikin
Sat Jul 16, 2005 1:18 am
Forum: Common Problems
Topic: Compatible with Eclipse 3.1 final release?
Replies: 1
Views: 2826

Compatible with Eclipse 3.1 final release?

Does OxygenXML support Eclipse 3.1 final release yet? If so, I don't see the download link on the download page...

Thanks,
Yaakov.
by ychaikin
Sun Sep 12, 2004 5:39 am
Forum: Common Problems
Topic: Problems validating XML file against Schema
Replies: 4
Views: 10794

George,

That's unbelievable! They didn't correct it right there, but put it somewhere else in some "errors page". :shock:

Thank you so much for pointing that out to me.

Yaakov.
by ychaikin
Fri Sep 10, 2004 4:46 pm
Forum: Common Problems
Topic: Problems validating XML file against Schema
Replies: 4
Views: 10794

George, Thanks for your reply. Makes sense. I'll try to fix the files and see what happens. As far as the "-" goes, can you then explain why the spec show this as valid example (from my original link): [-ae]x this will validate: -x, ax, ex Why didn't they put a "\-" there? Thanks...
by ychaikin
Thu Sep 09, 2004 9:55 pm
Forum: Common Problems
Topic: Problems validating XML file against Schema
Replies: 4
Views: 10794

Problems validating XML file against Schema

Hi, I just got OxygenXML and was all excited about it, when I realized that it's not validating an XML file properly. :( I must be doing something wrong since I can't imagine that something that's based on Xerces-J is not following the spec. These files validate 100% in XMLSpy, by the way. Here is t...