Server Error in '/' Application.

The 'span' start tag on line 9 position 2989 does not match the end tag of 'br'. Line 9, position 3078.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Xml.XmlException: The 'span' start tag on line 9 position 2989 does not match the end tag of 'br'. Line 9, position 3078.

Source Error:


Line 68:                     '先赋值给一个字符串
Line 69:                     Dim doc As System.Xml.XmlDocument = New System.Xml.XmlDocument()
Line 70:                     doc.LoadXml(l.text.Replace("&", "&"))
Line 71:                     '加载数据
Line 72:                     Dim nodes As System.Xml.XmlNodeList = doc.SelectNodes("div/div[@name='day']")

Source File: D:\wwwroot\zstours\line\print.aspx    Line: 70

Stack Trace:


[XmlException: The 'span' start tag on line 9 position 2989 does not match the end tag of 'br'. Line 9, position 3078.]
   System.Xml.XmlTextReaderImpl.Throw(Exception e) +73
   System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) +84
   System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag) +262
   System.Xml.XmlTextReaderImpl.ParseEndElement() +4072121
   System.Xml.XmlTextReaderImpl.ParseElementContent() +243
   System.Xml.XmlTextReaderImpl.Read() +34
   System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) +57
   System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) +20
   System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) +131
   System.Xml.XmlDocument.Load(XmlReader reader) +114
   System.Xml.XmlDocument.LoadXml(String xml) +168
   ASP.line_print_aspx.OnInit(EventArgs e) in D:\wwwroot\zstours\line\print.aspx:70
   System.Web.UI.Control.InitRecursive(Control namingContainer) +140
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +480


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1