GUI For Saxon 9.002
Added by Anonymous almost 17 years ago
Legacy ID: #4749735 Legacy Poster: pvallone (pvallone)
Hello, To help speed up testing of some XML projects I've created a very simple (but effective) VB.NET application for SAXON .net and SAXON9api. This is similar to Kernows, but allows the use of any version of Saxon .net (9, 9.002 etc...) and I am able to load saved configurations. Does the free version on SAXON .net or the Saxon9API allow for XML schema validation? I wanted to add this feature. If not I am stuck with the system.schema library which I've already run into issues with. Thanks, pvallone
Replies (2)
RE: GUI For Saxon 9.002 - Added by Anonymous almost 17 years ago
Legacy ID: #4750729 Legacy Poster: Michael Kay (mhkay)
Your tool sounds useful, I look forward to seeing it. The Saxon.Api assembly contains all the classes and methods needed to invoke schema validation, but they won't actually work unless Saxon-SA (and a license key) are installed. Michael Kay
RE: GUI For Saxon 9.002 - Added by Anonymous almost 17 years ago
Legacy ID: #4754124 Legacy Poster: pvallone (pvallone)
Hi, It would be an honor to have you look at it. Until I buy the SA version of SAXON, I am using the XMLspy API for validation, which I discovered yesterday. I really wanted to keep it 100% SAXON, as I find its the only true 100% XSLT 2.0 compliant processor (well, at least I think it is). I should have the beta completed by this weekend. I need to remove the customized options I created and make it more generalized. If you would like, I can email you the link. Regards, pvallone
Please register to reply