I was working with a VB.NET project today and noticed the following warning: XML documentation parse error: Whitespace is not allowed at this location. XML comment will be ignored. After a quick search on the web I found the problem was using the ‘&’ character which is a reserved character for XML documentation. So my […]
Category: XML
Categories
XML Path Language – XPath
It is the result of an effort to provide a common syntax and semantics for functionality shared between XSL Transformations (XSLT) and XPointer (XPointer). Useful information I’ve found on XPath: XPath (Version 1.0) XPath Support in ElementTree