在創建RDF/XML,我得到一個錯誤: The markup in the document preceding the root element must be well-formed 有人可以請幫我這個錯誤? <?xml version="1.0" encoding ="UTF-8"?>
<"rdf:RDF">
"xmlns:g=「http://schema.org/gen」
"xmln
當運行此VB.net時,遇到第3行時出現錯誤「根級數據無效,第1行,位置1」它將RDF名稱空間添加到Schemaset。 Dim doc As New XmlDocument()
Dim xss As New XmlSchemaSet()
xss.Add("rdf", "http://www.w3.org/1999/02/22-rdf-syntax-ns#")
doc.Schemas = x