Search found 6 matches

by ProfessorK
Fri Mar 09, 2018 1:24 am
Forum: XML Schemas
Topic: Xinclude and XSD
Replies: 5
Views: 4133

Re: Xinclude and XSD

I think I figured it out...

"http://www.w3.org/2003/XInclude" doesn't seem to exist but fails silently

"http://www.w3.org/2001/XInclude" works
by ProfessorK
Thu Mar 08, 2018 9:59 pm
Forum: XML Schemas
Topic: Xinclude and XSD
Replies: 5
Views: 4133

Re: Xinclude and XSD

Here are my settings....
Image

Image
by ProfessorK
Thu Mar 08, 2018 9:53 pm
Forum: XML Schemas
Topic: Xinclude and XSD
Replies: 5
Views: 4133

Re: Xinclude and XSD

okay I stripped my xsd down to a minmal example, here it is.. <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:local="https:...
by ProfessorK
Thu Mar 08, 2018 12:34 am
Forum: XML Schemas
Topic: Xinclude and XSD
Replies: 5
Views: 4133

Xinclude and XSD

Hey, I am trying to build a document using XInclude that should match an xsd. It seems however that the include is not getting replaced before validation, and thus the xi:include is causing an xsd error. Is there a setting or declaration I can use to fix this? Thanks, code below <?xml version="...
by ProfessorK
Fri Oct 21, 2016 2:34 am
Forum: XML Schemas
Topic: Having trouble with key validation
Replies: 1
Views: 2250

Having trouble with key validation

Why doesn't the second file produce a validation error in Oxygen?? Schema: <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xhtml="http://www.w3.org/1999/xhtml" elementFormDefault="qualified"> <xs:im...
by ProfessorK
Mon Oct 17, 2016 8:13 pm
Forum: Feature Request
Topic: Autocomplete for keyref
Replies: 8
Views: 6539

Re: Autocomplete for keyref

Five years later, this is stil a MUCH desired feature.

Given that you can successfully validate/invalidate against a keyref I dont undrstand why you cant pop up a menu giving all valid choices.

It seems like a no-brainer.