Search found 7 matches

by TPulhamus
Sat Oct 29, 2011 1:25 am
Forum: Common Problems
Topic: Document instance incorrectly validating
Replies: 4
Views: 2295

Re: Document instance incorrectly validating

Thank you very much for your reply. I appreciate it.
by TPulhamus
Fri Oct 28, 2011 10:13 pm
Forum: Common Problems
Topic: Document instance incorrectly validating
Replies: 4
Views: 2295

Re: Document instance incorrectly validating

I've been able to get correct validation by changing the schemaLocation URI to point to the most current version, mods-3-4.xsd However, the document continues to validate incorrectly when pointing at the mods-3-0.xsd. This is strange since the @supplied is nowhere declared in the mods-3-0.xsd docume...
by TPulhamus
Thu Oct 27, 2011 6:46 pm
Forum: Common Problems
Topic: Document instance incorrectly validating
Replies: 4
Views: 2295

Document instance incorrectly validating

I'm not sure if this is an oXygen issue or not. I have the following simple mods document <?xml version="1.0" encoding="UTF-8"?> <mods xmlns:xlink="http://www.w3.org/1999/xlink" version="3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmln...
by TPulhamus
Fri May 14, 2010 6:17 pm
Forum: Common Problems
Topic: 'ghost' attributes showing up in XML source
Replies: 6
Views: 2609

Re: 'ghost' attributes showing up in XML source

I forgot to mention that I did in fact disable the framework. Didn't change anything.
by TPulhamus
Fri May 14, 2010 6:01 pm
Forum: Common Problems
Topic: 'ghost' attributes showing up in XML source
Replies: 6
Views: 2609

Re: 'ghost' attributes showing up in XML source

So in conclusion the schema always contributes to the XML source. Wait a second. Are you trying to tell me that when I run the XPath "//date/@era" on a document that it will return results for optional attributes with default values defined in the DTD regardless of whether or not they are...
by TPulhamus
Fri May 14, 2010 2:55 pm
Forum: Common Problems
Topic: 'ghost' attributes showing up in XML source
Replies: 6
Views: 2609

Re: 'ghost' attributes showing up in XML source

Hi. Thanks for the fast reply. I think perhaps though I did not make myself clear. I understand that these are the default value for these attributes. But according to the DTD they are optional attributes. More importantly, they do not appear in the source XML . Yet, when the source is examined in t...
by TPulhamus
Fri May 14, 2010 2:52 am
Forum: Common Problems
Topic: 'ghost' attributes showing up in XML source
Replies: 6
Views: 2609

'ghost' attributes showing up in XML source

I've run into a problem using 11.2. I'm using it to work with EAD encoded documents though I'm not making use of the framework. I was running a transform to strip out empty text nodes when I noticed that there were attributes present in the results that weren't present in the source XML. The source ...