Skip to content

Undo escaping of \x?? in XSD #131

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

Merged
merged 1 commit into from
Apr 1, 2022
Merged

Conversation

mristin
Copy link
Contributor

@mristin mristin commented Apr 1, 2022

Many schema validators do not handle special escape characters \x?? in
xs:pattern correctly, we have to undo the escaping in the patterns
and put them in xs:pattern in their original unicode characters.

Many schema validators do not handle special escape characters `\x??` in
`xs:pattern` correctly, we have to undo the escaping in the patterns
and put them in `xs:pattern` in their original unicode characters.
@mristin mristin merged commit 63f0078 into main Apr 1, 2022
@mristin mristin deleted the mristin/Undo-escaping-in-XSD-patterns branch April 1, 2022 10:12
mristin added a commit that referenced this pull request Apr 9, 2022
* Render the descriptions with smoke at intermediate (#142)

C#
--
* Represent string constants as literals in C# (#136)
* Fix formatting of multi-line invariants in C# (#137)
* Break lines on invariants in C# (#139)
* Wrap the invariant descriptions in C# (#140)

JSON Schema
-----------
* Make ``modelType``'s strings in JSON schema (#143)

XSD
---
* Write XSD generator (#126)
* Fix interfaces in XSD (#128)
* Fix XSD to use correct environment type (#130)
* Undo escaping of ``\x??`` in XSD (#131)
@mristin mristin mentioned this pull request Apr 9, 2022
mristin added a commit that referenced this pull request Apr 9, 2022
* Render the descriptions with smoke at intermediate (#142)

C#
--
* Represent string constants as literals in C# (#136)
* Fix formatting of multi-line invariants in C# (#137)
* Break lines on invariants in C# (#139)
* Wrap the invariant descriptions in C# (#140)

JSON Schema
-----------
* Make ``modelType``'s strings in JSON schema (#143)

XSD
---
* Write XSD generator (#126)
* Fix interfaces in XSD (#128)
* Fix XSD to use correct environment type (#130)
* Undo escaping of ``\x??`` in XSD (#131)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant