Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

can I modify a file created with site assistant

Featured Replies

  • Author

It seems when I try to make any change at all to a file created with site assistant, I get an error. For example, I created a simple home, add and browse using site assistant. Which works. But if I go make any change at all in my home.xs file I get a nbsp not declared error. I am editing my xsl pages in dreamweaver, is that my problem? Is it possible that it is not being saved in the correct format?

Thanks for any help,

Doug

It seems when I try to make any change at all to a file created with site assistant, I get an error. For example, I created a simple home, add and browse using site assistant. Which works. But if I go make any change at all in my home.xs file I get a nbsp not declared error. I am editing my xsl pages in dreamweaver, is that my problem? Is it possible that it is not being saved in the correct format?

Thanks for any help,

Doug

  • Author

It seems when I try to make any change at all to a file created with site assistant, I get an error. For example, I created a simple home, add and browse using site assistant. Which works. But if I go make any change at all in my home.xs file I get a nbsp not declared error. I am editing my xsl pages in dreamweaver, is that my problem? Is it possible that it is not being saved in the correct format?

Thanks for any help,

Doug

  is not a declared XML entity.

You can use the following:

<xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>

Martin

&nbsp; is not a declared XML entity.

You can use the following:

<xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>

Martin

&nbsp; is not a declared XML entity.

You can use the following:

<xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>

Martin

Martin - would

& # 3 2 ;

(without the spaces, of course) work as well?

Martin - would

& # 3 2 ;

(without the spaces, of course) work as well?

Martin - would

& # 3 2 ;

(without the spaces, of course) work as well?

No, that's a "breaking" space. The non-breaking space would be &#xa0; or &#160; . And of course you can also use this.

See also

this paragraph in the XSLT FAQ

Martin

No, that's a "breaking" space. The non-breaking space would be &#xa0; or &#160; . And of course you can also use this.

See also

this paragraph in the XSLT FAQ

Martin

No, that's a "breaking" space. The non-breaking space would be &#xa0; or &#160; . And of course you can also use this.

See also

this paragraph in the XSLT FAQ

Martin

  • Author

Thanks Martin and QuinTech,

I tried using the following line, I removed the < and > for posting, but I still get an nbsp error xml-0190:

xsl:text disable-output-escaping="yes">&nbsp;

First off I guess I should ask, where exactly do I place the above line in my file?

Second, if toward the top, do I keep the original nbsp where it was?

I was also going to try one of the following ampersand#xa0 or #160. I tried to replace nbsp with one of these but to no avail. Is this the incorrect place to put this or do I need to add more besides #160?

Thanks for all your help,

Doug

  • Author

Thanks Martin and QuinTech,

I tried using the following line, I removed the < and > for posting, but I still get an nbsp error xml-0190:

xsl:text disable-output-escaping="yes">&nbsp;

First off I guess I should ask, where exactly do I place the above line in my file?

Second, if toward the top, do I keep the original nbsp where it was?

I was also going to try one of the following ampersand#xa0 or #160. I tried to replace nbsp with one of these but to no avail. Is this the incorrect place to put this or do I need to add more besides #160?

Thanks for all your help,

Doug

Is there a line number indicated in the error message? Then you should check at this line.

For saving HTML fragments to be used in XSLT files, Dreamweaver should be set to save everything in XHTML. I don't know what Dreamweaver does to XSLT stylesheets; I use either XMLSpy or just a plain text editor for editing them.

Did you also read the FAQ given in the link before, especially paragraph 4 of it? It explains how to define the nbsp entity by a DOCTYPE definition.

Martin

Is there a line number indicated in the error message? Then you should check at this line.

For saving HTML fragments to be used in XSLT files, Dreamweaver should be set to save everything in XHTML. I don't know what Dreamweaver does to XSLT stylesheets; I use either XMLSpy or just a plain text editor for editing them.

Did you also read the FAQ given in the link before, especially paragraph 4 of it? It explains how to define the nbsp entity by a DOCTYPE definition.

Martin

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.