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

Problems with regular expressions #3

Open
rettinghaus opened this issue Oct 1, 2020 · 0 comments
Open

Problems with regular expressions #3

rettinghaus opened this issue Oct 1, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rettinghaus
Copy link

There seems to be a problem with validating RegEx in attributes:

<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://music-encoding.org/schema/4.0.0/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<mei xmlns="http://www.music-encoding.org/ns/mei" meiversion="4.0.0">
  <meiHead>
    <fileDesc>
      <titleStmt>
        <title>Simple test file RegEx</title>
      </titleStmt>
      <pubStmt>
        <respStmt>
          <persName>Klaus Rettinghaus</persName>
        </respStmt>
      </pubStmt>
    </fileDesc>
  </meiHead>
  <music>
    <body>
        <div>
            <p>
                <rend color="rgb(99,99,99)"></rend>
                <rend color="hsl( 360 , 100% , 100%)"></rend>
            </p>
        </div>
    </body>
  </music>
</mei>
@raffazizzi raffazizzi self-assigned this Oct 26, 2020
@raffazizzi raffazizzi added the bug Something isn't working label Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants