Hi Anboss,
You get a "Bad rule in CALL" error when the Rule Name is not set properly in the variable.
Also I am not sure why you are using
dpedu="http://dpedu.ibm.com" namespace for dp extention elements.
I guess you getting the error because you are not including the extension-element-prefixes and exclude-result-prefixes attributes in the stylesheet elements.
Try the following stylesheet declaration :
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:dpedu="http://www.datapower.com/extensions"
xmlns:dpconfig="http://www.datapower.com/param/config" extension-element-prefixes="dpedu"
exclude-result-prefixes="dpedu dpconfig">
Try and let me know
Cheers!!
vickarth