fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [6927] xsl for model info


From: Petur Thorsteinsson
Subject: [Fmsystem-commits] [6927] xsl for model info
Date: Thu, 03 Feb 2011 19:29:50 +0000

Revision: 6927
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=6927
Author:   peturbjorn
Date:     2011-02-03 19:29:50 +0000 (Thu, 03 Feb 2011)
Log Message:
-----------
xsl for model info

Added Paths:
-----------
    branches/dev-bim2/property/templates/base/bim_modelinformation.xsl

Added: branches/dev-bim2/property/templates/base/bim_modelinformation.xsl
===================================================================
--- branches/dev-bim2/property/templates/base/bim_modelinformation.xsl          
                (rev 0)
+++ branches/dev-bim2/property/templates/base/bim_modelinformation.xsl  
2011-02-03 19:29:50 UTC (rev 6927)
@@ -0,0 +1,36 @@
+       <xsl:template match="modelInformation">
+       <div class="bimObject">
+               <h2>Model</h2>
+               
+               <dl>
+                       <dt>Name</dt>
+                       <dd><xsl:value-of select="model/name"/></dd>
+                       <dt>File name</dt>
+                       <dd><xsl:value-of select="model/fileName"/></dd>
+                       <dt>Used items</dt>
+                       <dd><xsl:value-of select="model/usedItemCount"/></dd>
+               </dl>
+               <h2>Model Information</h2>
+               
+               <dl>
+                       <dt>Author</dt>
+                       <dd><xsl:value-of select="information/author"/></dd>
+                       <dt>Authorization</dt>
+                       <dd><xsl:value-of 
select="information/authorization"/></dd>
+                       <dt>Change date</dt>
+                       <dd><xsl:value-of select="information/changeDate"/></dd>
+                       <dt>Description</dt>
+                       <dd><xsl:value-of 
select="information/description"/></dd>
+                       <dt>Organization</dt>
+                       <dd><xsl:value-of 
select="information/organization"/></dd>
+                       <dt>Originating system</dt>
+                       <dd><xsl:value-of 
select="information/originatingSystem"/></dd>
+                       <dt>Pre processor</dt>
+                       <dd><xsl:value-of 
select="information/preProcessor"/></dd>
+                       <dt>Val date</dt>
+                       <dd><xsl:value-of select="information/valDate"/></dd>
+                       <dt>Native schema</dt>
+                       <dd><xsl:value-of 
select="information/nativeSchema"/></dd>
+               </dl>
+       </div>  
+       </xsl:template>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]