I'm only about 20% on XSD/XSL stuff. I have an xs:string of up to 250 characters that is of the format
something#something#something
something is variable length and there are # signs in between the somethings. At the moment, I'm extracting this string and validating it in C++ on the server but what I'd like to do is to validate it at the client end using xsd. Is this possible?
Yes or no would suffice - if it is yes, I'll read the rest of the book and try to work out how to do it. A well thumbed 500 pg book on XML isn't exactly easy to read.
something#something#something
something is variable length and there are # signs in between the somethings. At the moment, I'm extracting this string and validating it in C++ on the server but what I'd like to do is to validate it at the client end using xsd. Is this possible?
Yes or no would suffice - if it is yes, I'll read the rest of the book and try to work out how to do it. A well thumbed 500 pg book on XML isn't exactly easy to read.