Skip to content

Commit

Permalink
XSL update
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeggiCH authored Apr 2, 2023
1 parent f7be599 commit 334a3bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion camt.053.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
<xsl:template match="/">
<html>
<body>
<h2>My CD Collection</h2>
<h2>Kontoauszug</h2>
<p>Konto: <xsl:value-of select="Document/BkToCstmrStmt/Stmt/Acct/Id/IBAN"/></p>
<p>Währung: <xsl:value-of select="Document/BkToCstmrStmt/Stmt/Acct/Ccy"/></p>
<p>Von: <xsl:value-of select="Document/BkToCstmrStmt/Stmt/FrToDt/FrDtTm"/></p>
<p>Bis: <xsl:value-of select="Document/BkToCstmrStmt/Stmt/FrToDt/ToDtTm"/></p>
<p>Erstellt:<xsl:value-of select="Document/BkToCstmrStmt/Stmt/CreDtTm"/></p>
<table border="1">
<tr bgcolor="#9acd32">
<th style="text-align:left">Booking Date</th>
Expand Down

0 comments on commit 334a3bf

Please sign in to comment.