Chris, David,
that would be really great!
Jacopo
David E Jones wrote:
That would be nice...
Even better, and to help with the XML editor annotation problem, it
might be cool to have it point to one of the various XSLT files out
there that transforms the XSD file to a HTML file with nice summaries
and examples and all sorts of stuff.
If someone would like to play with this and submit some things to try, I
certainly wouldn't complain... ;)
-David
On Jan 1, 2007, at 4:29 PM, Chris Howe wrote:
Shouldn't you be able to simply put an xslt transform
in the xsd file?
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xml" href="#style1"?>
since it comes before the <xs:schema> tag this should
give the proper instruction for the browser without
messing with the validation.