gpt4 book ai didi

java - 在 XSLT 中调用 Java 方法

转载 作者:行者123 更新时间:2023-11-30 07:13:52 31 4
gpt4 key购买 nike

尝试借助 Java UUID 类生成随机数。

<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema"
exclude-result-prefixes="xs" xmlns:uuid="java:java.util.UUID">
<xsl:template match="/">
<xsl:variable name="uid" select="uuid:randomUUID()"/>
<ClientPK><xsl:value-of select="$uid"/></ClientPK>

错误

Cannot find a matching 0-argument function named {java:java.util.UUID}randomUUID().
Note that direct calls to Java methods are not available under Saxon-HE

最佳答案

参见 http://saxonica.com/documentation/index.html#!extensibility ,如果您想使用 Saxon 9 并拥有该功能(称为自反扩展功能),您需要 PE 或 EE 的许可证。

关于java - 在 XSLT 中调用 Java 方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19004719/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com