What is all this xml?

G

Guest

I am cleaning up a site and I keep finding all this xml in every page?
What causes it to appear in the head tags? And is there an automatic way to
remove it globally?

<html xmlns:mso="urn:schemas-microsoft-com:blush:ffice:blush:ffice"
xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"><head><meta
http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<title>First Draft</title>

<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<link rel="stylesheet" type="text/css" href="../t.css">
<!--[if gte mso 9]><xml>
<mso:CustomDocumentProperties>
<mso:Categories msdt:dt="string">Stories</mso:Categories>
<mso:Assigned_x0020_To msdt:dt="string">helen</mso:Assigned_x0020_To>
</mso:CustomDocumentProperties>
</xml><![endif]-->
 
S

Stefan B Rusynko

Generated and required when you assign any pages to Categories
- or use any Word/Shape art

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I am cleaning up a site and I keep finding all this xml in every page?
| What causes it to appear in the head tags? And is there an automatic way to
| remove it globally?
|
| <html xmlns:mso="urn:schemas-microsoft-com:blush:ffice:blush:ffice"
| xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"><head><meta
| http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| <title>First Draft</title>
|
| <meta name="GENERATOR" content="Microsoft FrontPage 6.0">
| <link rel="stylesheet" type="text/css" href="../t.css">
| <!--[if gte mso 9]><xml>
| <mso:CustomDocumentProperties>
| <mso:Categories msdt:dt="string">Stories</mso:Categories>
| <mso:Assigned_x0020_To msdt:dt="string">helen</mso:Assigned_x0020_To>
| </mso:CustomDocumentProperties>
| </xml><![endif]-->
|
 
K

Kevin Spencer

Try not using Word to create HTML pages. That is not what it is designed
for. That is what FrontPage is designed for. A web page is an HTML document.
HTML is a worldwide standard text markup language, and it obeys rules that
Microsoft didn't create and has no control over. Word is a Microsoft
word-processing application that creates Word documents. The Word format is
a binary proprietary Microsoft format that Microsoft created and has total
control over. Translating Word to HTML is difficult at best, and disastrous
at worst.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but you can't make it stink.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top