blob: a5467efa084e549b718ce682d7335e577c373d0b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/fop">
<xsl:element name="fop">
<xsl:copy-of select="@*"/>
<base>https://demo-next.ofbiz.apache.org</base>
<xsl:copy-of select="node()[not(self::base)]"/>
</xsl:element>
</xsl:template>
</xsl:stylesheet>