<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="2.0" xmlns:xhtml="http://www.w3.org/1999/xhtml"
xmlns="http://www.w3.org/1999/xhtml" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
exclude-result-prefixes="xhtml xsl">
<xsl:output method="xml" version="1.0" encoding="UTF-8"
doctype-public="-//W3C//DTD XHTML 1.1//EN" doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
indent="yes" />
<xsl:template match="/">
<!-- your XSL goes here -->
</xsl:template>
<!-- identity transform templates -->
<xsl:template match="*">
<xsl:apply-templates/>
</xsl:template>
<!-- delete unmatched text -->
<xsl:template match="@*|text()|comment()|processing-instruction()">
</xsl:template>
</xsl:stylesheet>
Monday, February 16, 2015
Pagelet Wizard Custom Tags
Labels:
PeopleCode,
PeopleSoft Portal,
XML,
XSLT
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment