Advertisement
Guest User

Untitled

a guest
Oct 29th, 2018
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.90 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xsl:stylesheet version="1.0" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" exclude-result-prefixes=" xml xsl" xmlns:n0="urn:sap-com:document:sap:soap:functions:mc-style">
  3.     <xsl:output method="xml" omit-xml-declaration="yes" indent="yes"/>
  4.     <xsl:strip-space elements="*"/>
  5.     <xsl:template match="/">Test</xsl:template>
  6.     <xsl:template match="/soap-env:Envelope/soap-env:Body/n0:ZPmUltimoArtikelResponse/TArtikel">
  7.         test2
  8.         <xsl:for-each select="item">
  9.         test3
  10.             <Object Type="Article" Action="InsertOrSkip">
  11.                 <Property Name="Context" Value="1"/>
  12.                 <Property Name="Description">
  13.                     <xsl:attribute name="Value"><xsl:value-of select="Maktx"/></xsl:attribute>
  14.                 </Property>
  15.                
  16.             </Object>
  17.         </xsl:for-each>
  18.     </xsl:template>
  19. </xsl:stylesheet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement