Not dumb at all. I'm no XML expert, but here's my understanding of it. The URI in an XML namespace declaration isn't necessarily the URL of a document that can be downloaded, though it may be. In this case, you should have a copy of the schema file on your machine wherever WiX is installed. Look for a file named wix.xsd. If you open that file, you'll see a line near the top that says: targetNamespace="http://schemas.microsoft.com/wix/2006/wi"
As I understand it, that's how XML tools know to associate this particular schema document with the XML documents that use that namespace. Regards, Don Pratt DONG LEE wrote: > Dumn novice question here. So I understand what XML schema is and that we > need to specify one on every wxs sources, like > > <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> > > But I was wondering if there would be a way for me to actually read that > schema. From my understanding, the > > XML schema is also in XML format? So what I wanted was to be able to open up > that XML schema file on using a text editor > > for references. I understand that there are various wix homepages that > describe the wix schema in detail, but I just wanted > > to know if it's possible, since I always wondered if I could do that for XML > shcemas in general. Thanks! > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users