'; ?> SyntaxHighlighter XHTML Demo

SyntaxHighlighter XHTML Demo

The purpose of this demo is to show XML content compatibility. Since there's no way to force HTTP headers to have required content content type, this demo requires a PHP featured HTTP server such as Apache.

package free.cafekiwi.gotapi;

function foo()
{
	/* 
	
	comment 
	
	*/
	
	// comment
	
	"string"
	
	'string'
	
	"multiline
	string shouldnt match"

	'multiline
	string shouldnt match'
}