Created XML not opening in browser and it throws error.
My xml:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<newsitem>
<contentmeta>
<contentCreated>05/11/2014</contentCreated>
<contentModified>05/11/2014</contentModified>
<classification1>*NULL*</classification1>
<classification2>*NULL*</classification2>
<geolocation1>*NULL*</geolocation1>
<geolocation2>*NULL*</geolocation2>
<title>1</title>
<headline>2</headline>
<subtitle>3</subtitle>
<dateline>4</dateline>
<bodytext>5 4 3 2 1<b><br>5 4 3 2</b><b><br>5 4 3</b><b><br>5 4</b><b><br>5</b> </bodytext> ---> Error in this line
<Keywords>*NULL*</Keywords>
<pdfurl>BGL_2014_11_05_AM_01_MN.PDF</pdfurl>
</contentmeta>
</newsitem>
Error: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
End tag 'b' does not match the start tag 'br'. Error processing resource 'file:///C:/Documents and Settings/admin/My Docume...
5 4 3 2 1
5 4 3 2
5 4 3
5 4
` tag else it's **not a valid xml**. use `
` – gp. Nov 05 '14 at 12:05