Server Error in '/' Application.

The 'p' start tag on line 19 position 91 does not match the end tag of 'br'. Line 19, position 95.

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 'p' start tag on line 19 position 91 does not match the end tag of 'br'. Line 19, position 95.

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: E:\Web\hnhwnew\line\print.aspx    Line: 70

Stack Trace:


[XmlException: The 'p' start tag on line 19 position 91 does not match the end tag of 'br'. Line 19, position 95.]
   System.Xml.XmlTextReaderImpl.Throw(Exception e) +69
   System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) +78
   System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag) +264
   System.Xml.XmlTextReaderImpl.ParseEndElement() +5670516
   System.Xml.XmlTextReaderImpl.ParseElementContent() +316
   System.Xml.XmlTextReaderImpl.Read() +43
   System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) +57
   System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) +20
   System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) +162
   System.Xml.XmlDocument.Load(XmlReader reader) +107
   System.Xml.XmlDocument.LoadXml(String xml) +160
   ASP.line_print_aspx.OnInit(EventArgs e) in E:\Web\hnhwnew\line\print.aspx:70
   System.Web.UI.Control.InitRecursive(Control namingContainer) +134
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +489


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