Search found 18 matches

by Stefan_E
Sat Feb 16, 2013 6:07 pm
Forum: Common Problems
Topic: XML Grid Error on long attribute names
Replies: 4
Views: 2162

Re: XML Grid Error on long attribute names

Great! Thanks!

Stefan
by Stefan_E
Sun Jan 06, 2013 9:57 pm
Forum: Common Problems
Topic: XML Grid Error on long attribute names
Replies: 4
Views: 2162

Re: XML Grid Error on long attribute names

.. incorrect - not the length of the attribute matters, but the order in which the attributes appear.
Sorry for incorrect first post! Stefan
by Stefan_E
Sun Jan 06, 2013 9:51 pm
Forum: Common Problems
Topic: XML Grid Error on long attribute names
Replies: 4
Views: 2162

XML Grid Error on long attribute names

Hi all, I've the following XML: <FinalSplits> <Test SplitParamRight="0.57"> </Test> <Test SplitParamLeft="-0.5"> </Test> <Test SplitParamLeft="-1.97" SplitParamRight="0.5"> </Test> </FinalSplits> This doesn't display correctly in the grid editor of Oxygen 14.1...
by Stefan_E
Mon Oct 18, 2010 9:11 pm
Forum: XML Schemas
Topic: XSD Schema 1.1 status and support
Replies: 14
Views: 11663

Re: XSD Schema 1.1 status and support

Your document is not XML wellformed. You cannot write < directly in XML, you need to escape it as < I think that's more than enough proof of the pudding: we need full support for 1.1 in the GUI: The reason people buy tools like Oxygen is the GUI. Else - if you really want to think about the < stuff...
by Stefan_E
Tue Oct 12, 2010 10:15 pm
Forum: XML Schemas
Topic: XSD Schema 1.1 status and support
Replies: 14
Views: 11663

Re: XSD Schema 1.1 status and support

Hi George, thanks - yes, I'm aware of Saxon's 1.1 support and also checked over on their board . A tool set like Oxygen - and of course it's competitors - are the ideal place to be a loudspeaker for 1.1 adaption, which I judge a major step forward in schema capabilities - not least because of the sy...
by Stefan_E
Mon Oct 11, 2010 10:24 pm
Forum: XML Schemas
Topic: XSD Schema 1.1 status and support
Replies: 14
Views: 11663

Re: XSD Schema 1.1 status and support

Hi George, ... indeed, I hoped somebody knew more :cry: Here it reads that Candidate Recommendation was reached long ago. But here, in the same archive it read that this was apparently not so. Since Dec. 31st, 2009 is then complete silence as far as I can tell. So the real question is: If I (that is...
by Stefan_E
Tue Oct 05, 2010 10:31 pm
Forum: XML Schemas
Topic: XSD Schema 1.1 status and support
Replies: 14
Views: 11663

XSD Schema 1.1 status and support

With Oxygen v12 now out, I was wondering what the expectation for full XSD 1.1 support should be? (I'm aware of the Saxon validator, but was hoping for full support including graphical editing, documentation, etc., etc.) So I googled a bit and got completely lost ... is 1.1 alive? Has it been abando...
by Stefan_E
Fri Jul 16, 2010 10:14 pm
Forum: XML Schemas
Topic: Schema constraint validation
Replies: 4
Views: 5378

Re: Schema constraint validation

You can find Saxon-EE in the Custom Validation Engines combo box from the Oxygen toolbar(to the right of the Perspective and External Tools toolbars). Note that if used this way (as opposed to a custom validation scenario), Oxygen/Saxon reports the same warnings, but in Design View, nothing gets hi...
by Stefan_E
Fri Jul 16, 2010 9:59 pm
Forum: XML Schemas
Topic: Schema constraint validation
Replies: 4
Views: 5378

Re: Schema constraint validation

Hi Adrian, thanks a lot - indeed Saxon does a better job here, but not a perfect one... will place a corresponding note over at the Saxon boards . First, I fooled myself, since the first case had @elemetFormDefault="qualified", which I didn't intend for that example :oops: So, for anybody ...
by Stefan_E
Thu Jul 15, 2010 12:10 am
Forum: XML Schemas
Topic: Schema constraint validation
Replies: 4
Views: 5378

Schema constraint validation

Hi all, ... currently learning about schema constraints (Keys, KeyRefs). It looks strange to me that these constraints are not validated when checking the schema. Consider the following: <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSc...
by Stefan_E
Thu Jul 08, 2010 11:53 pm
Forum: XML Schemas
Topic: Restricting complex imported type
Replies: 9
Views: 7494

Re: Restricting complex imported type

George,

thanks a lot - great stuff from Roger!

Stefan
by Stefan_E
Wed Jul 07, 2010 9:41 pm
Forum: XML Schemas
Topic: Restricting complex imported type
Replies: 9
Views: 7494

Re: Restricting complex imported type

Hi George, Adrian, of course, both of you are correct. I still don't 100% understand what is going on, but at least I now know where to dig - so after another couple of reads, I'll get my head around that... How does one actually learn this stuff :?: ? As a novice, I find myself spoiled with the gra...
by Stefan_E
Mon Jul 05, 2010 11:31 pm
Forum: XML Schemas
Topic: Restricting complex imported type
Replies: 9
Views: 7494

Re: Restricting complex imported type

Hi George, thanks - a brutal strip-down of E142 is here: <?xml version="1.0" ?> <xs:schema id="MapData" targetNamespace="urn:semi-org:xsd.E142-1.V0805.SubstrateMap" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="urn:semi-org:xsd.E142-1.V0805.Substrate...
by Stefan_E
Mon Jul 05, 2010 10:03 pm
Forum: XML Schemas
Topic: Restricting complex imported type
Replies: 9
Views: 7494

Re: Restricting complex imported type

Thanks, Adrian.

Unfortunately, I get exactly the same error message on your code.

Stefan
by Stefan_E
Sun Jul 04, 2010 11:11 pm
Forum: XML Schemas
Topic: Restricting complex imported type
Replies: 9
Views: 7494

Restricting complex imported type

Hi all, I somehow don't manage to restrict an imported complex type: I keep getting a "derivation-ok-restriction.5.4.2: Error for type "RestrictedMapData. The particle of the type is not a valid restriction of the particle of the base." error on the following code. Any ideas? (The imp...
by Stefan_E
Mon Nov 09, 2009 10:25 pm
Forum: General XML Questions
Topic: What makes an XPath String?
Replies: 2
Views: 2272

Re: What makes an XPath String?

Hi Sorin, thanks for the link to the tutorial; I'm also using the O'Reilly book on XQuery , but I lack the explanation of the concept: my background is perl, so I could expect local-name() to evaluate to d1 and then the whole path string to read <evaluation of $x2> . '/rec/' . <evaluation of local-n...
by Stefan_E
Sun Nov 08, 2009 11:25 pm
Forum: General XML Questions
Topic: XQuery performance in Berkeley DB vs. Saxon
Replies: 1
Views: 2561

XQuery performance in Berkeley DB vs. Saxon

I have two Berkeley DB collections of 1.9GByte each containing approx. 700 and 1400 documents respectively, each (in .xml) of 1.4 (0.7) MByte. I run an XQuery in Berkeley which start as declare variable $set_1:= collection("set_1.dbxml")/TOUCH[PRR/X_COORD=$x and PRR/Y_COORD=$y]; declare va...
by Stefan_E
Sun Nov 08, 2009 2:34 pm
Forum: General XML Questions
Topic: What makes an XPath String?
Replies: 2
Views: 2272

What makes an XPath String?

I'm a newbie to XQuery and XPath. I'm trying to compare two XML structures. The problem I now have: What exactly makes an XPath (string?)? :? I have the following code: declare variable $x1 := <top> <rec> <d1>25</d1> <d2>10</d2> </rec> </top>; declare variable $x2 := <top> <rec> <d1>30</d1> <d2>10</...