-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add system to select starting elements. #131
Labels
Comments
What is oxygen "desperately unhaopy* about? Some part of your message seems to be lost. Does your Odd/schema specify tei Corpus as a valid start element?
Reluctantly using Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: Patrick Durusau ***@***.***>
Sent: Saturday, August 21, 2021 2:48:54 AM
To: TEIC/romajs ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [TEIC/romajs] Adding teiCorpus to minimal TEI, fails to produce a schema that validates (#131)
I added teiCorpus to the minimal TEI schema, output a RelaxNG schema. Would not allow teiCorpus in Oxygen or Jing.
Created a test corpus file, attached, would not validate with the produced schema.
Downloaded the complete TEI, with everything, test document validates.
Just looking at the generated schema, Oxygen 23.1 is desperately unhappy about but that accords with the name given at:
What I can't tell is why? I may use the complete TEI for testing purposes but I working with a display the potential markup editor so I don't really want to confuse users with the entire Guidelines. Thanks!
smallest-tei-corpus.txt<https://github.com/TEIC/romajs/files/7024591/smallest-tei-corpus.txt>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#131>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAFBJ5COSALSPKWWGKWNGRLT53ZXNANCNFSM5CRINE5A>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
Lou,
Both Oxygen and Jing complain that teiCorpus is not a valid starting
element with the generated schema.
A generated schema that added teiCorpus to the minimal TEI schema.
Ah, sorry about the typo. I looked at the generated schema in Oxygen and
it identifies teiCorpus as an error but I can't determine why?
***************
As to your question:
****
<start>
<choice>
<ref name="tei_TEI"/>
</choice>
</start>
****
Despite having:
<define name="tei_teiCorpus">
<element name="teiCorpus">
....
As part of the schema.
What I don't know is why the incorrect start is specified by the
generated schema.
Thanks for the reminder, plus some sleep helped.
Patrick
On 8/21/21 3:24 AM, Lou wrote:
What is oxygen "desperately unhaopy* about? Some part of your message
seems to be lost. Does your Odd/schema specify tei Corpus as a valid
start element?
Reluctantly using Outlook for Android<https://aka.ms/ghei36>
________________________________
From: Patrick Durusau ***@***.***>
Sent: Saturday, August 21, 2021 2:48:54 AM
To: TEIC/romajs ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [TEIC/romajs] Adding teiCorpus to minimal TEI, fails to
produce a schema that validates (#131)
I added teiCorpus to the minimal TEI schema, output a RelaxNG schema.
Would not allow teiCorpus in Oxygen or Jing.
Created a test corpus file, attached, would not validate with the
produced schema.
Downloaded the complete TEI, with everything, test document validates.
Just looking at the generated schema, Oxygen 23.1 is desperately
unhappy about but that accords with the name given at:
What I can't tell is why? I may use the complete TEI for testing
purposes but I working with a display the potential markup editor so I
don't really want to confuse users with the entire Guidelines. Thanks!
smallest-tei-corpus.txt<https://github.com/TEIC/romajs/files/7024591/smallest-tei-corpus.txt>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on
GitHub<#131>, or
unsubscribe<https://github.com/notifications/unsubscribe-auth/AAFBJ5COSALSPKWWGKWNGRLT53ZXNANCNFSM5CRINE5A>.
Triage notifications on the go with GitHub Mobile for
iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or
Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#131 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACOWYHCN7UCM4EFQKO4DPDT55IEDANCNFSM5CRINE5A>.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
--
Patrick Durusau
***@***.***
Technical Advisory Board, OASIS (TAB)
Editor, OpenDocument Format TC (OASIS), Project Editor ISO/IEC 26300
Co-Editor, ISO/IEC 13250-1, 13250-5 (Topic Maps)
Another Word For It (blog): http://tm.durusau.net
Homepage: http://www.durusau.net
Twitter: patrickDurusau
|
You need to specify tei Corpus as a valid start point. In your Odd source, set ***@***.*** to "teiCorpus TEI"
Simply including the element teiCorpus is not enough to make it a valid startpoint
Reluctantly using Outlook for Android<https://aka.ms/ghei36>
________________________________
From: Patrick Durusau ***@***.***>
Sent: Saturday, August 21, 2021 5:01:18 PM
To: TEIC/romajs ***@***.***>
Cc: Lou Burnard ***@***.***>; Comment ***@***.***>
Subject: Re: [TEIC/romajs] Adding teiCorpus to minimal TEI, fails to produce a schema that validates (#131)
Lou,
Both Oxygen and Jing complain that teiCorpus is not a valid starting
element with the generated schema.
A generated schema that added teiCorpus to the minimal TEI schema.
Ah, sorry about the typo. I looked at the generated schema in Oxygen and
it identifies teiCorpus as an error but I can't determine why?
***************
As to your question:
****
<start>
<choice>
<ref name="tei_TEI"/>
</choice>
</start>
****
Despite having:
<define name="tei_teiCorpus">
<element name="teiCorpus">
....
As part of the schema.
What I don't know is why the incorrect start is specified by the
generated schema.
Thanks for the reminder, plus some sleep helped.
Patrick
On 8/21/21 3:24 AM, Lou wrote:
What is oxygen "desperately unhaopy* about? Some part of your message
seems to be lost. Does your Odd/schema specify tei Corpus as a valid
start element?
Reluctantly using Outlook for Android<https://aka.ms/ghei36>
________________________________
From: Patrick Durusau ***@***.***>
Sent: Saturday, August 21, 2021 2:48:54 AM
To: TEIC/romajs ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [TEIC/romajs] Adding teiCorpus to minimal TEI, fails to
produce a schema that validates (#131)
I added teiCorpus to the minimal TEI schema, output a RelaxNG schema.
Would not allow teiCorpus in Oxygen or Jing.
Created a test corpus file, attached, would not validate with the
produced schema.
Downloaded the complete TEI, with everything, test document validates.
Just looking at the generated schema, Oxygen 23.1 is desperately
unhappy about but that accords with the name given at:
What I can't tell is why? I may use the complete TEI for testing
purposes but I working with a display the potential markup editor so I
don't really want to confuse users with the entire Guidelines. Thanks!
smallest-tei-corpus.txt<https://github.com/TEIC/romajs/files/7024591/smallest-tei-corpus.txt>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on
GitHub<#131>, or
unsubscribe<https://github.com/notifications/unsubscribe-auth/AAFBJ5COSALSPKWWGKWNGRLT53ZXNANCNFSM5CRINE5A>.
Triage notifications on the go with GitHub Mobile for
iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or
Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#131 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACOWYHCN7UCM4EFQKO4DPDT55IEDANCNFSM5CRINE5A>.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
--
Patrick Durusau
***@***.***
Technical Advisory Board, OASIS (TAB)
Editor, OpenDocument Format TC (OASIS), Project Editor ISO/IEC 26300
Co-Editor, ISO/IEC 13250-1, 13250-5 (Topic Maps)
Another Word For It (blog): http://tm.durusau.net
Homepage: http://www.durusau.net
Twitter: patrickDurusau
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#131 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAFBJ5HUUM2U4GERGGI2LYDT565T5ANCNFSM5CRINE5A>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
Lou,
On 8/21/21 12:14 PM, Lou wrote:
You need to specify tei Corpus as a valid start point. In your Odd
source, set ***@***.*** to "teiCorpus TEI"
Simply including the element teiCorpus is not enough to make it a
valid startpoint
Sorry, I thought it was clear that I was working with the Roma - ODD
Customization (TEI Minimal) interface?
Perhaps not.
Yes, that's correct but I don't see an option in the interface to edit
the Odd source. Quite possibly there, but I'm not seeing it.
For today's purposes I will just fix the schema based on your earlier
advice and not worry about incorrect generation.
Still, I think it is a reasonable expectation that when teiCorpus is
included in the element set, it will be the start point for the schema.
Yes?
Sorry to hear you are using Outlook at all. Have you considered
connecting to Emacs on a server and reading your mail that way? ;-)
Patrick
Reluctantly using Outlook for Android<https://aka.ms/ghei36>
________________________________
From: Patrick Durusau ***@***.***>
Sent: Saturday, August 21, 2021 5:01:18 PM
To: TEIC/romajs ***@***.***>
Cc: Lou Burnard ***@***.***>; Comment ***@***.***>
Subject: Re: [TEIC/romajs] Adding teiCorpus to minimal TEI, fails to
produce a schema that validates (#131)
Lou,
Both Oxygen and Jing complain that teiCorpus is not a valid starting
element with the generated schema.
A generated schema that added teiCorpus to the minimal TEI schema.
Ah, sorry about the typo. I looked at the generated schema in Oxygen and
it identifies teiCorpus as an error but I can't determine why?
***************
As to your question:
****
<start>
<choice>
<ref name="tei_TEI"/>
</choice>
</start>
****
Despite having:
<define name="tei_teiCorpus">
<element name="teiCorpus">
....
As part of the schema.
What I don't know is why the incorrect start is specified by the
generated schema.
Thanks for the reminder, plus some sleep helped.
Patrick
On 8/21/21 3:24 AM, Lou wrote:
> What is oxygen "desperately unhaopy* about? Some part of your message
> seems to be lost. Does your Odd/schema specify tei Corpus as a valid
> start element?
>
> Reluctantly using Outlook for Android<https://aka.ms/ghei36>
>
> ________________________________
> From: Patrick Durusau ***@***.***>
> Sent: Saturday, August 21, 2021 2:48:54 AM
> To: TEIC/romajs ***@***.***>
> Cc: Subscribed ***@***.***>
> Subject: [TEIC/romajs] Adding teiCorpus to minimal TEI, fails to
> produce a schema that validates (#131)
>
>
> I added teiCorpus to the minimal TEI schema, output a RelaxNG schema.
> Would not allow teiCorpus in Oxygen or Jing.
>
> Created a test corpus file, attached, would not validate with the
> produced schema.
>
> Downloaded the complete TEI, with everything, test document validates.
>
> Just looking at the generated schema, Oxygen 23.1 is desperately
> unhappy about but that accords with the name given at:
>
> What I can't tell is why? I may use the complete TEI for testing
> purposes but I working with a display the potential markup editor so I
> don't really want to confuse users with the entire Guidelines. Thanks!
>
smallest-tei-corpus.txt<https://github.com/TEIC/romajs/files/7024591/smallest-tei-corpus.txt>
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on
> GitHub<#131>, or
>
unsubscribe<https://github.com/notifications/unsubscribe-auth/AAFBJ5COSALSPKWWGKWNGRLT53ZXNANCNFSM5CRINE5A>.
> Triage notifications on the go with GitHub Mobile for
>
iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or
>
Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#131 (comment)>, or
> unsubscribe
>
<https://github.com/notifications/unsubscribe-auth/AACOWYHCN7UCM4EFQKO4DPDT55IEDANCNFSM5CRINE5A>.
> Triage notifications on the go with GitHub Mobile for iOS
>
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
>
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
>
--
Patrick Durusau
***@***.***
Technical Advisory Board, OASIS (TAB)
Editor, OpenDocument Format TC (OASIS), Project Editor ISO/IEC 26300
Co-Editor, ISO/IEC 13250-1, 13250-5 (Topic Maps)
Another Word For It (blog): http://tm.durusau.net
Homepage: http://www.durusau.net
Twitter: patrickDurusau
—
You are receiving this because you commented.
Reply to this email directly, view it on
GitHub<#131 (comment)>,
or
unsubscribe<https://github.com/notifications/unsubscribe-auth/AAFBJ5HUUM2U4GERGGI2LYDT565T5ANCNFSM5CRINE5A>.
Triage notifications on the go with GitHub Mobile for
iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or
Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#131 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACOWYGCPRSM73WTB4CM34TT57GGRANCNFSM5CRINE5A>.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
--
Patrick Durusau
***@***.***
Technical Advisory Board, OASIS (TAB)
Editor, OpenDocument Format TC (OASIS), Project Editor ISO/IEC 26300
Co-Editor, ISO/IEC 13250-1, 13250-5 (Topic Maps)
Another Word For It (blog): http://tm.durusau.net
Homepage: http://www.durusau.net
Twitter: patrickDurusau
|
raffazizzi
changed the title
Adding teiCorpus to minimal TEI, fails to produce a schema that validates
Add system to select starting elements.
Aug 22, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I added teiCorpus to the minimal TEI schema, output a RelaxNG schema. Would not allow teiCorpus in Oxygen or Jing.
Created a test corpus file, attached, would not validate with the produced schema.
Downloaded the complete TEI, with everything, test document validates.
Just looking at the generated schema, Oxygen 23.1 is desperately unhappy about but that accords with the name given at:
What I can't tell is why? I may use the complete TEI for testing purposes but I working with a display the potential markup editor so I don't really want to confuse users with the entire Guidelines. Thanks!
smallest-tei-corpus.txt
The text was updated successfully, but these errors were encountered: