相关文章推荐
慷慨的抽屉  ·  遭遇ERROR ssl: ...·  5 天前    · 
睿智的松鼠  ·  虚拟数字人开源-阿里云·  5 天前    · 
聪明伶俐的围巾  ·  fp = ...·  3 天前    · 
玉树临风的小虾米  ·  Intellij ...·  1 年前    · 
无聊的莴苣  ·  C++ ...·  1 年前    · 
跑龙套的高山  ·  elementUI ...·  1 年前    · 

修改之前的xml file:
clipboard1

使用下列transformation:

  1. 如果node name已经是以no:开头,则给该节点加上attribute elementFormDefault,其value为"qualified".

  2. 否则将所有节点的name加上前缀n0:

<xsl:transform
 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   xmlns:n0="urn:sap-com:document:sap:soap:functions:mc-style"
   version="1.0">
 <xsl:strip-space elements="*"/>
 <xsl:template match="/">
     <xsl:apply-templates/>
</xsl:template>
 <xsl:template match="node()">
   <xsl:choose>
     <xsl:when test="starts-with(name(),'n0:')">
       <xsl:element name="{name()}">
       <xsl:attribute name="elementFormDefault">
          qualified
       </xsl:attribute>
       <xsl:apply-templates select="node()"/>
       </xsl:element>
     </xsl:when>
     <xsl:when test="name()=''">
     <xsl:value-of select="."/>
     <xsl:copy-of select = "@*"/>
     </xsl:when>
     <xsl:otherwise>
       <xsl:element name="{concat('n0:', name())}">
       <xsl:apply-templates select="node()"/>
       </xsl:element>
     </xsl:otherwise>
   </xsl:choose>
 </xsl:template>
</xsl:transform>

执行transformation之后的xml:
clipboard2

Created by Jerry Wang, last modified on Jun 06, 2014修改之前的xml file:使用下列transformation:如果node name已经是以no:开头,则给该节点加上attribute elementFormDefault,其value为"qualified".否则将所有节点的name加上前缀n0:&lt;xsl:...
前言:使用labelimg进行标注的时候,由于都是用的是默认的名称,有时候类的名字会出现拼写错误,比如我想要写的是“cow” 结果打上去的是“cwo”, 一出错就错一片,这很常见,所以参考了:https://www.jianshu.com/p/cf12bef0872c 的代码,修改了冗余的代码,并添加了新的模块以后,将代码分享给大家。 文章目录1. xml文件展示2. 将文件夹中所有name进...
qq_36364939: info builder:custom deploy-to-abap Component-dbg.js added info builder:custom deploy-to-abap Starting Deployment. ERR! builder:custom deploy-to-abap Deployment Failed. ERR! builder:custom deploy-to-abap self-signed certificate 出现这种错误怎么处理啦 零基础 ABAP 学习教程系列文章的目录 那个叫马尔的大夫: 大佬开专栏都挣这么多了 发个红包怎么这么少 零基础 ABAP 学习教程系列文章的目录 abbaici: 5. 动手开发第一个 SAP Fiori Elements 应用 CSDN-Ada助手: 恭喜您的文章入围 每日分享小能手「2023-06-04」榜单, 排名「29」, 一定要再接再厉哦, 创作更多高质量好文, 争取拿到更好成绩, 全部的排名请看: https://bbs.csdn.net/topics/615714914 更多创作活动请看: 【奖牌赠送开启】送你一枚荣誉奖牌,感谢你的辛勤付出!: https://activity.csdn.net/creatActivity?id=10440?utm_source=csdn_ai_ada_redpacket 毕业季征文·未来可期: https://activity.csdn.net/creatActivity?id=10429?utm_source=csdn_ai_ada_redpacket 令人惊艳的算法分享!: https://activity.csdn.net/creatActivity?id=10455?utm_source=csdn_ai_ada_redpacket 全部创作活动: https://mp.csdn.net/mp_blog/manage/creative?utm_source=csdn_ai_ada_redpacket