Error in Business Performance Model View

Post Reply
melbpar1
Posts: 41
Joined: 19 Sep 2012, 06:18

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
User avatar
jonathan.carter
Posts: 1087
Joined: 04 Feb 2009, 15:44

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
Essential Project Team
melbpar1
Posts: 41
Joined: 19 Sep 2012, 06:18

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">
User avatar
jonathan.carter
Posts: 1087
Joined: 04 Feb 2009, 15:44

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
Essential Project Team
Post Reply