Skip to content
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

Roma: renaming an element nukes NS #972

Closed
TEITechnicalCouncil opened this issue Dec 7, 2011 · 5 comments
Closed

Roma: renaming an element nukes NS #972

TEITechnicalCouncil opened this issue Dec 7, 2011 · 5 comments

Comments

@TEITechnicalCouncil
Copy link

Using current version of Roma, if I rename an element from its page (e.g., http://www.tei-c.org/Roma/startroma.php?mode=changeElement&element=abbr&module=core\), an empty ns= attribute is added to the <elementSpec>, thus generating a schema that has the element in question not only with a new local name (desired) but in no namespace (very bad).

This does not happen if I rename the element from the module tab (e.g., http://www.tei-c.org/Roma/startroma.php?mode=changeModule&module=core\)

So, to generate this problem:

  • http://www.tei-c.org/Roma/
  • Build schema; start
  • save; Modules; core; abbr
  • Change Name -> "abbreviation" ; save
  • Save Customization
    => <elementSpec module="core" ident="abbr" mode="change" ns="">
    <altIdent>abbreviation</altIdent>
    </elementSpec>
  • Schema =>
    tei_abbr = element abbreviation {
    where it should have
    tei_abbr = element ns1:abbreviation {

Original comment by: @sydb

@TEITechnicalCouncil
Copy link
Author

  • status: open --> pending-postponed
  • Group: --> RED
  • Priority: 5 --> 1(low)

Original comment by: @jamescummings

@TEITechnicalCouncil
Copy link
Author

Setting as RED since needs ROMA development. changing to pending-postponed.

Original comment by: @jamescummings

@TEITechnicalCouncil
Copy link
Author

  • Group: RED --> ROMA

Original comment by: @sebastianrahtz

@TEITechnicalCouncil
Copy link
Author

This issue was originally assigned to SF user: rahtz
Current user is: sebastianrahtz

@peterstadler
Copy link
Member

moved to TEIC/Roma-Antiqua#19, closing here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants