Error in Business Performance Model View

Post Reply
melbpar1

Hi,
I am currently using the default Business Performance Model View. The following error appears when the page is rendered:
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:functx="http://www.functx.com" xmlns:ess="http://www.enterprise-architecture.org/ ... /errorview" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:functx="http://www.functx.com" xmlns:ess="http://www.enterprise-architecture.org/ ... /errorview" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:functx="http://www.functx.com" xmlns:ess="http://www.enterprise-architecture.org/ ... /errorview"

Thanks for your help on how to resolve this issue
jonathan.carter

Thanks for this.
Looks like a simple typo in the header of the XSL of the view template.

We'll get this sorted out

Jonathan
melbpar1

Thanks Jonathan
Just replaced the header as per code below and it now works fine. I noticed the same issue in some other views

<xsl:stylesheet version="2.0" xpath-default-namespace="http://protege.stanford.edu/xml" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xalan="http://xml.apache.org/xslt" xmlns:pro="http://protege.stanford.edu/xml" xmlns:eas="http://www.enterprise-architecture.org/essential" xmlns:functx="http://www.functx.com" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ess="http://www.enterprise-architecture.org/ ... /errorview">
jonathan.carter

Yes, we're about to release another minor version that hopefully has picked up all of these!

Do let us know if you find any more!

Jonathan
Post Reply