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.

HELP - utterly frustrated right now........

Featured Replies

I am utterly frustrated right now. I have 2 databases, I export one database to an html file named "notes.html" using XSLT and the resulting html file turns out fine. The second database, I export the records to another html file using XSLT as well. The XSLT file of the second database has a

<xsl:copy-of select="document('notes.html') /> Where notes.html file is the html file generated from the XSLT of the first database.

For some freaking reason, there are times when the notes.html appear in the resulting html file of the second database and in some cases it doesn't. I can't seem to figure out what is causing this irregularity.

With just a plain html file not created by an export using XSLT, just static html file, it always appears.

What am I missing here. I have been at this problem for 3 hours now and can't figure out WHY confused.gifmad.gif

3 hours for debugging XSLT is virtually no time .... ;-)

Your generated HTML is probably not valid XHTML (missing </P> tags ...) or does use strange encodings/unknown entities (&auml; &copy ...)..

xsl:copy-of needs XML files for input. you can always load files with document() into a variable, but entity restrictions still occur. To solve this, make your XSLT process the XML source for "notes.html" using the xsl:include statement for including the "notes.xsl" stylesheet.

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.