kolov / xelery

XSD Reader
6 stars 2 forks source link

Typo? :maxlengthH #7

Open robjens opened 6 years ago

robjens commented 6 years ago

I noticed this in the output, seems like a typo.

https://github.com/kolov/xelery/blob/1dfc8f296255d0621381af8d9d638ff2ff8ca0f1/src/xelery/core.clj#L17

Should be :maxlength right?

robjens commented 6 years ago

BTW I simply prevented it from getting in my output by wrapping with a

(with-redefs [xelery.core/FACETS (assoc xelery.core/FACETS 4 :maxlength)]
   #_dostuffhere
)
kolov commented 6 years ago

Definitely a typo