Salesforce问题:XML文档结构必须在同一实体中开始和结束

时间:2016-03-07 05:03:20

标签: xml salesforce

我正在尝试使用此代码,但运行后出现的错误是:

  

XML document structures must start and end within the same entity.

我的代码是:

<apex:page>
    <center>Log In And Lets Make Some Sales The World Is Yours.</center>
    <apex.form> <apex:commandbutton value="Log In" onClick="window.open('https://www.bluegreenvacations.com/');" /> </apex.form> 
 <apex:page>

1 个答案:

答案 0 :(得分:0)

看起来你只是忘记了第4行中的正斜杠!?

</apex:page>
相关问题