function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Filipe BaradelliFilipe Baradelli 

Error: The content of elements must consist of well-formed character data or markup

The error "The content of elements must consist of well-formed character data or markup" is pointing to this line of Visualforce Page code: 
<!– <apex:commandButton value="Cancel" action="{!Cancel}"/> –>

Some one can help me?
Best Answer chosen by Filipe Baradelli
Temoc MunozTemoc Munoz
<!-- <apex:commandButton value="Cancel" action="{!Cancel}"/> -->

Comments are malformed. You need an extra '-' 

All Answers

Temoc MunozTemoc Munoz
<!-- <apex:commandButton value="Cancel" action="{!Cancel}"/> -->

Comments are malformed. You need an extra '-' 
This was selected as the best answer
Filipe BaradelliFilipe Baradelli
Thanks, I'm new in Visualforce and HTML.
Temoc MunozTemoc Munoz
No problem man. Glad to help!
Filipe BaradelliFilipe Baradelli
I'm trying to create an Opportunity when the Catalog Order is submited. But I can't find the Opportunity' Class or it's Visualforce Page. So I created a class and page for Opportunity. Do you know where or how I could find it?
Filipe BaradelliFilipe Baradelli
I tried to do this by the Process Builder, but I coudn't insert products in the new Opportunity (my biggest problem).