Re: [xml-dev] RELAXNG Compact Syntax and character escapes
"Jeff Rafter" <[email protected]> Sun, 25 Apr 2004 01:49:46 -0700
| Newsgroups | gmane.text.xml.relaxng.general,gmane.text.xml.devel |
|---|---|
| Message-ID | <00aa01c42aa2$42ddfed0$6403a8c0@ARIMATHEA> |
> Obviously however, there are some pathological cases here. I am wondering if > there are real world limits that others are imposing (e.g. max 2 xx). > Additionally, are there limits that other developers are placing on the > length of the hexadecimal string? I have written a chunking parser for the > decoding and am trying to handle the end of buffer cases in a sane fashion. Because I am currently not doing a transformation as described in the note I decided to simply discard additional "x" characters. I still have a question about the hexadecimal number though. Because the language I am working in has a char limit of U+FFFF, I decided to limit my the input to the same number. Again, I have the potential of multiple leading "0" characters, but I again discard them. Does this sound reasonable? Thanks for letting me think out loud... Jeff Rafter