oozcitak / xmlbuilder-js

An XML builder for node.js
MIT License
918 stars 107 forks source link

Regular expression for legal names is erroneous #220

Closed rawroland closed 5 years ago

rawroland commented 5 years ago

The method assertLegalName has an invalid Regex validation, which does not recognize spaces. The text Text Hello fails the validation. I am unfortunately not very versed in Regex, so I cannot solve the problem. I think this is related to the issue #203.

rawroland commented 5 years ago

Sorry false alarm. I had an error in my data.