XML SCHEMAS

admin

Administrator
Staff member
I have written a program to import an xml file and create a text file fromit in VB 6.This works fine with an xdr schema, apart from when I try and access thedata through http: - I get the following message :The XML page cannot be displayedCannot view XML input using XSL style sheet. Please correct the error andthen click the Refresh button, or try again later.--------------------------------------------------------------------------------Error opening input file: 'W:\temp2\q\PanelClass.xdr'. Access is denied.The xdr file is fine, I can view the contents in xml spy with no problems.I have an .xsd file which is fine, I can read through http: no problem, butwhen I try and validate the file using MSXML in VB 6.0, I have the problemwhere it does regcognise that there is a problem in the file (this is usingMSXML 3.0) and I get no errors back from the parser.I have tried several differewnt version of the parser, also SAX 1 and 2 butnone of these come up with an error in the xml file.Please help if you can - I am becoming rather desperate !Yours SincerelyT J Heap
 
Back
Top