Debugging

Having trouble getting your PCF to display correctly? Here are some helpful tips to get your page back on the right track.

Stylesheet could not be rendered

If you are seeing this error message then OmniUpdate has encountered an error parsing your PCF file. Some of the most common errors that we've seen are:

  1. An improperly closed XML tag in your PCF file.
  2. An undefined character entity in your PCF that needs to be defined in the DTD.
  3. The DTD file referenced in your PCF cannot be found.

Stylesheet Error

PCF file could not be rendered

If you are seeing this error message, it's because there is a syntax error in your XSL file. Take a look at your XSL using the line numbers referenced in the error message and you'll find the source of the problem. Most commonly it's just a typo or an improperly closed XML tag.

XSL Error