System.Xml.XmlException: '/' is an unexpected token. The expected token is '='. Line 4, position 48.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
at System.Xml.Linq.XDocument.Parse(String text)
at _Default.XHtml..ctor(String path) in d:\Inetpub\domainid123580\public\Default.aspx.cs:line 1100
at _Default.GenerateDocument(String path, PItem DocItem) in d:\Inetpub\domainid123580\public\Default.aspx.cs:line 473
at _Default.GenerateDoc() in d:\Inetpub\domainid123580\public\Default.aspx.cs:line 109
at _Default.Page_Load(Object sender, EventArgs e) in d:\Inetpub\domainid123580\public\Default.aspx.cs:line 52
Bob Frankston Site