I do not need to parse the XML or decode it into an ActionScript object. I'm interested in loading both XSD and XML and figuring out if the latter is legal XML as defined in the document in the previous one.
Flex has support for the xml runtime scheme in its package mx.rpc.xml, which are hidden from liveocs. Look at the post , you can find much more information there.
DTD/Schema, - , , .
I couldn't find anything either, but I would recommend Relax NG on DTD (if you have an option). It is much cleaner and more flexible.
Source: https://habr.com/ru/post/1759492/More articles:Grammar versus semantic analysis - compiler-constructionT-SQL Problem with SELECT TOP (case [...]) - tsqlIs it possible to distract this logic with a macro? - c ++Size Cipher.doFinal - javaC # Copy directory to another server - c #Which SCM can conveniently handle 90,000 files - gitWhat is the point of writing a dynamic query in a stored procedure - sql.NET version of Java assertGC: tesing module memory leaks - garbage-collectionKey issue focus key SWT GlobalListener - javaCan I use session-based authentication for my web API? - authenticationAll Articles