Skip to content

Commit

Permalink
Added new file helloWorld.xsl
Browse files Browse the repository at this point in the history
  • Loading branch information
kalpanaT-05 authored Oct 8, 2020
1 parent 47f6563 commit f88f9bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hello_world_program/helloWorld.xsl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="https://www.w3.org/1999/XSL/Transform">
<xsl:template match="p">Hello World! - From helloWorld.xsl </xsl:template>
</xsl:stylesheet>

<!-- now we have to link helloWorld.xaaaaaasl to helloWorld.xml -->

0 comments on commit f88f9bf

Please sign in to comment.