Skip to content

Commit

Permalink
fix: incorrect XSLT element
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Jul 4, 2023
1 parent c72fa3d commit a390eae
Showing 1 changed file with 4 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
<!-- <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" indent="yes" />
<xsl:template match="*|@*|comment()|processing-instruction()|text()">
<xsl:copy>
<xsl:apply-templates />
</xsl:copy>
</xsl:template>
</xsl:stylesheet> -->

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<xsl:output method="xml" indent="yes"/>
<xsl:template match="/">
<opslaanInkNatuurlijkPersoonResponse xmlns="http://tempuri.org/">
<opslaanInkNatuurlijkPersoonResult>
<opslaanInkNietNatuurlijkPersoonResponse xmlns="http://tempuri.org/">
<opslaanInkNietNatuurlijkPersoonResult>
<xsl:value-of select="//*[name()='ObjectID']" />
</opslaanInkNatuurlijkPersoonResult>
</opslaanInkNatuurlijkPersoonResponse>
</opslaanInkNietNatuurlijkPersoonResult>
</opslaanInkNietNatuurlijkPersoonResponse>
</xsl:template>
</xsl:stylesheet>

0 comments on commit a390eae

Please sign in to comment.