i like your videos, i m Moroccan and studing in spain but your videos are the top of my liked videos trhaaaaank you
@discospiff7 жыл бұрын
¡Muchas gracias! ¡Estuve en Alicante, España el mes pasado!
@JohnDoe-ki6fm6 жыл бұрын
A very well done video, like the ones before it. Nice job - thanks for sharing.
@GPGowda3 жыл бұрын
Hello Brandon, if in case the number of characters cross the maxLength, how to make the XSD truncate the rest of the characters ?
@discospiff3 жыл бұрын
Well, xsd can't truncate it; you have to do that programmatically. XSD can only tell you whether or not it's valid, and reject it if not.
@vedantipatel53064 жыл бұрын
Hello Brandan, I have a doubt. Can we use a configurable property from a file and set it in any restriction?
@discospiff4 жыл бұрын
Hmmmm. I've never done it before, but one trick that might work... XSD files can include other XSD files. Perhaps you can include an XSD file that has all of your properties and values.
@vedantipatel53064 жыл бұрын
@@discospiff Thanks for the prompt reply! I will definitely try this.
@felipeg.27335 жыл бұрын
Hello Brandan - I hope this message reaches you after so much time this video has been posted. I have been using Notepad++ and XML Tools however I have been having a hard time with the following error while trying to validate the .XSD file: "ERROR: Element '{www.w3.org/2001/XMLSchema}schema': No matching global declaration available for the validation root. ". Apparently there is an error in the first lines of the .XSD file which I have been struggling to find a solution. Do you have any idea how to fix it?
@discospiff5 жыл бұрын
Can you paste the first few lines here? Or punt me to a repo wher I can look? First guess (without seeing it): the xmlns (namespace) entries at the top are tricky. Often a point of confusion.
@felipeg.27335 жыл бұрын
@@discospiff Hello Brandan! Firstly, thank you so much for your prompt reply! I have redone over and over again and apparently, the problem relies on the Notepad++ itself! I have downloaded other XSD examples over the internet and the same error keeps being presented. Here are the first lines of my file: Anyway, do not worry about it! I started using VSCode and so far it has been running smoothly! Thank you so much for your classes! I don't think I could learn it faster and better anywhere else! Have a great week!
@ashadikusumo52787 жыл бұрын
Amazing... Toop.
@discospiff7 жыл бұрын
Thanks! You're watching a very fresh video. I just uploaded it. :)