Page 1 of 1

Error in Business Performance Model View

Posted: 28 Apr 2013, 08:25
by 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

Re: Error in Business Performance Model View

Posted: 29 Apr 2013, 11:06
by 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

Re: Error in Business Performance Model View

Posted: 29 Apr 2013, 22:26
by 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">

Re: Error in Business Performance Model View

Posted: 07 May 2013, 17:40
by 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