Michiel Meulendijk

Results 15 comments of Michiel Meulendijk

Oh man, I must have uploaded those files in the wrong folder. They should be in handlers, but the ones in root are the latest. You can also download the...

Hi! Yes, parseNode should work as you describe. What happens if you transform an XML file with a reference to an XSD, the XSD is transformed and the XML file...

That doesn't have to do with it being the top-level element. It's because of the whitespace around the integer. Change it to ...>1974

You're welcome. Let's leave this one open, because according to the specification, your XML with the whitespace is valid.

If I'm not mistaken, maxOccurs is not allowed on sequence elements according to the XML standard.

Lingua Data is the company through which I sell an application that adds a user interface to this open-source code. The website is linguadata.nl.

Hi, I'm not sure what you mean. XSD doesn't support button elements. What would you want them to do? You can add additional HTML elements through JavaScript.

Hi, this probably works fine in Release 3.3, right? Just not in the current commit? If so, I fixed the problem in the latest commit.

In HTML5, datetime with timezone is no longer supported: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime#:~:text=The%20HTML%20%3Cinput%20type%3D%22,no%20longer%20supported%20in%20browsers. As such, there is no built-in control to support it. If you need to, you will have to find a...

Any will do. There are no great XSLT editors as far as I know. I use Visual Studio or Eclipse, but debugging tools are sparse.