| Kensei 2004-11-22, 12:20 pm |
| I have a small ASP.NET page that I developed using Visual Studio .NET.
It has a web form (.aspx) page, an xslt transformation page, and an
xml page. At this point, everything works great and will display in
the browser fine.
Then, I add a schema and the validation seems to be working fine. For
example, when I add a string to a field set up as an integer, I get a
(null) disply for that table entry in the XML file data view. That's
what is suppose to happen. But, when I try to view the overall web
page in IE, the XML data does not appear. When I remove the schema
reference in the XML file, it works fine again in the browser and
displays the data.
Also, there are no error messages when compiling or displaying in the
browser.
Thanks,
Jeff
|