0
我必須有一個URL來實現我的自定義函數嗎?xslt中的自定義函數的URL
<xsl:stylesheet version="2.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
exclude-result-prefixes="#all"
xmlns:portal="http://www.enonic.com/cms/xslt/portal"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:karusell="" >
<xsl:output indent="yes" method="xml" omit-xml-declaration="yes" />
的xmlns:karusell =「」
我有一個前綴,但URI。如何提高寬度? – pethel
通常,您可以在您擁有的域名或公司擁有的域名(例如http:// example.com/mf)上使用URL。但只要你不與別人交換你的代碼,你可以創造性地使用,例如'http:// localhost/mf'或'urn:mf'。 –