Strange code in FP2K

C

Cindy

Strange code appearing in FP2000.

When I create a "new page" on local web and save it to a particular page
name, I see the following code appear in the html at the top of the page:

<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=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>WCB Staff</title>

<!--[if gte mso 9]><xml>
<mso:CustomDocumentProperties>
<mso:Categories msdt:dt="string">Name</mso:Categories>
</mso:CustomDocumentProperties>
</xml><![endif]-->
</head>

If I create the same simple page content and save under a different name,
the above code does not appear!

I've tried clearing FP files out of the Windows temp directory and
recalculating hyperlinks.

Any idea what is going on or what the code means?

Thanks
 
J

Jim Buyens

This is XML code that records document properties unique
to Office. Typically, these properties are unnecessary
from an HTML point of view, but useful if you opened the
file in an Office program other than FrontPage.

What are the file names that cause and don't cause these
tags to appear?

Jim Buyens
Microsoft FrontPage MVP

http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
C

Cindy

Thanks for response Jim.
After more tinkering around, I think what may be going on is that there is a
Work Group Property assigned to the page name....saving a new page to that
name apparantly maintains the old page's Group Property that went with the
name. So it turns out the actual page name may not be the issue...but
saving a new page to an old name saves the new page, but keeps the old
properties. -This make sense? -or am I headed in the wrong direction?

Jim Buyens said:
This is XML code that records document properties unique
to Office. Typically, these properties are unnecessary
from an HTML point of view, but useful if you opened the
file in an Office program other than FrontPage.

What are the file names that cause and don't cause these
tags to appear?

Jim Buyens
Microsoft FrontPage MVP

http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*




-----Original Message-----
Strange code appearing in FP2000.

When I create a "new page" on local web and save it to a
particular page name, I see the following code appear in
the html at the top of the page:

<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=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>WCB Staff</title>

<!--[if gte mso 9]><xml>
<mso:CustomDocumentProperties>
<mso:Categories msdt:dt="string">Name</mso:Categories>
</mso:CustomDocumentProperties>
</xml><![endif]-->
</head>

If I create the same simple page content and save under
a different name, the above code does not appear!

I've tried clearing FP files out of the Windows temp
directory and recalculating hyperlinks.

Any idea what is going on or what the code means?

Thanks


.
 
J

Jim Buyens

Cindy said:
Thanks for response Jim.
After more tinkering around, I think what may be going on is that there is a
Work Group Property assigned to the page name....saving a new page to that
name apparantly maintains the old page's Group Property that went with the
name. So it turns out the actual page name may not be the issue...but
saving a new page to an old name saves the new page, but keeps the old
properties. -This make sense? -or am I headed in the wrong direction?

I ask you again, what are the file names that cause and don't cause
the unwelcome tags to appear?

Also, did you ever save a Word, Excel, PowerPoint, or other Office
document into the same Web, using the "problem" name?

Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
S

Stefan B Rusynko

FYI
That Is FP coding (not MSO)
It is inserted into every page that a category has been assigned to it
and is used by the FP Categories webbot

--



| This is XML code that records document properties unique
| to Office. Typically, these properties are unnecessary
| from an HTML point of view, but useful if you opened the
| file in an Office program other than FrontPage.
|
| What are the file names that cause and don't cause these
| tags to appear?
|
| Jim Buyens
| Microsoft FrontPage MVP
|
| http://www.interlacken.com
| Author of:
| *------------------------------------------------------*
| |\----------------------------------------------------/|
| || Microsoft Office FrontPage 2003 Inside Out ||
| || Microsoft FrontPage Version 2002 Inside Out ||
| || Web Database Development Step by Step .NET Edition ||
| || Troubleshooting Microsoft FrontPage 2002 ||
| || Faster Smarter Beginning Programming ||
| || (All from Microsoft Press) ||
| |/----------------------------------------------------\|
| *------------------------------------------------------*
|
|
|
|
|
| >-----Original Message-----
| >Strange code appearing in FP2000.
| >
| >When I create a "new page" on local web and save it to a
| >particular page name, I see the following code appear in
| >the html at the top of the page:
| >
| ><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=windows-1252">
| ><meta http-equiv="Content-Language" content="en-us">
| ><title>WCB Staff</title>
| >
| ><!--[if gte mso 9]><xml>
| ><mso:CustomDocumentProperties>
| ><mso:Categories msdt:dt="string">Name</mso:Categories>
| ></mso:CustomDocumentProperties>
| ></xml><![endif]-->
| ></head>
| >
| >If I create the same simple page content and save under
| >a different name, the above code does not appear!
| >
| >I've tried clearing FP files out of the Windows temp
| >directory and recalculating hyperlinks.
| >
| >Any idea what is going on or what the code means?
| >
| >Thanks
| >
| >
| >.
| >
 
S

Stefan B Rusynko

See above

--



| > Thanks for response Jim.
| > After more tinkering around, I think what may be going on is that there is a
| > Work Group Property assigned to the page name....saving a new page to that
| > name apparantly maintains the old page's Group Property that went with the
| > name. So it turns out the actual page name may not be the issue...but
| > saving a new page to an old name saves the new page, but keeps the old
| > properties. -This make sense? -or am I headed in the wrong direction?
|
| I ask you again, what are the file names that cause and don't cause
| the unwelcome tags to appear?
|
| Also, did you ever save a Word, Excel, PowerPoint, or other Office
| document into the same Web, using the "problem" name?
|
| Jim Buyens
| Microsoft FrontPage MVP
| (e-mail address removed)
| http://www.interlacken.com
| Author of:
| *------------------------------------------------------*
| |\----------------------------------------------------/|
| || Microsoft Office FrontPage 2003 Inside Out ||
| || Microsoft FrontPage Version 2002 Inside Out ||
| || Web Database Development Step by Step .NET Edition ||
| || Troubleshooting Microsoft FrontPage 2002 ||
| || Faster Smarter Beginning Programming ||
| || (All from Microsoft Press) ||
| |/----------------------------------------------------\|
| *------------------------------------------------------*
 
S

Stefan B Rusynko

It is for those pages you assigned a Category to because you are using Categories in your web
- leave it alone

--



| Thanks for response Jim.
| After more tinkering around, I think what may be going on is that there is a
| Work Group Property assigned to the page name....saving a new page to that
| name apparantly maintains the old page's Group Property that went with the
| name. So it turns out the actual page name may not be the issue...but
| saving a new page to an old name saves the new page, but keeps the old
| properties. -This make sense? -or am I headed in the wrong direction?
|
| | > This is XML code that records document properties unique
| > to Office. Typically, these properties are unnecessary
| > from an HTML point of view, but useful if you opened the
| > file in an Office program other than FrontPage.
| >
| > What are the file names that cause and don't cause these
| > tags to appear?
| >
| > Jim Buyens
| > Microsoft FrontPage MVP
| >
| > http://www.interlacken.com
| > Author of:
| > *------------------------------------------------------*
| > |\----------------------------------------------------/|
| > || Microsoft Office FrontPage 2003 Inside Out ||
| > || Microsoft FrontPage Version 2002 Inside Out ||
| > || Web Database Development Step by Step .NET Edition ||
| > || Troubleshooting Microsoft FrontPage 2002 ||
| > || Faster Smarter Beginning Programming ||
| > || (All from Microsoft Press) ||
| > |/----------------------------------------------------\|
| > *------------------------------------------------------*
| >
| >
| >
| >
| >
| > >-----Original Message-----
| > >Strange code appearing in FP2000.
| > >
| > >When I create a "new page" on local web and save it to a
| > >particular page name, I see the following code appear in
| > >the html at the top of the page:
| > >
| > ><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=windows-1252">
| > ><meta http-equiv="Content-Language" content="en-us">
| > ><title>WCB Staff</title>
| > >
| > ><!--[if gte mso 9]><xml>
| > ><mso:CustomDocumentProperties>
| > ><mso:Categories msdt:dt="string">Name</mso:Categories>
| > ></mso:CustomDocumentProperties>
| > ></xml><![endif]-->
| > ></head>
| > >
| > >If I create the same simple page content and save under
| > >a different name, the above code does not appear!
| > >
| > >I've tried clearing FP files out of the Windows temp
| > >directory and recalculating hyperlinks.
| > >
| > >Any idea what is going on or what the code means?
| > >
| > >Thanks
| > >
| > >
| > >.
| > >
|
|
 

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