科学网

 找回密码
  注册
第一版样式表
王海生 2012-5-1 01:26
svrl report result.xml所对应的样式表 ?xml version="1.0" encoding="utf-8"? xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:svrl="http://purl.oclc.org/dsdl/svrl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:s="http://purl.oclc.org/dsdl/schematron" xm ...
个人分类: 程序调试|2171 次阅读|没有评论
显示特定的标签值
王海生 2012-4-30 17:14
From looking at your XSLT and expected results, it looks like that for each a element in your XML, you want to output infomation on the following c elements present, if any occur before the next a element present. For this, you could use an xsl:key t ...
个人分类: 程序调试|2317 次阅读|没有评论
modified string-replace-all
王海生 2012-4-28 16:50
xsl:stylesheet version = "1.0" xmlns:xsl = "http://www.w3.org/1999/XSL/Transform" xmlns:svrl = "my:my" xsl:template match = "svrl:successful-report" xsl:call-template name = "string-repl ...
个人分类: 程序调试|2154 次阅读|没有评论
将SVRL结果转换成html的xsl文件
王海生 2012-4-26 16:31
由于想要的html中包含了中文 要在xsl中事先声明 做法如下 ?xml version="1.0" encoding="GBK"? xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:svrl="http://purl.oclc.org/dsdl/svrl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmln ...
个人分类: 程序调试|9131 次阅读|没有评论
已经初见端倪
王海生 2012-4-25 23:27
加油把它挑好 1 file(s) have been successfully validated. BUILD SUCCESSFUL Total time: 1 second
个人分类: 程序调试|2089 次阅读|没有评论
sch命名空间
王海生 2012-4-25 21:17
schema xmlns="http://purl.oclc.org/dsdl/schematron" xmlns:cda="urn:hl7-org:v3" ns prefix="cda" uri="urn:hl7-org:v3"/ 如果写成 ?xml version="1.0" encoding="GBK" standalone="yes"? schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:cda="urn:hl7-org:v3" ...
个人分类: 程序调试|2501 次阅读|没有评论
schematron的extends文件命名空间的问题
王海生 2012-4-25 02:35
?xml version="1.0" encoding="UTF-8" standalone="yes"? schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" sch:ns prefix="cda" uri="urn:hl7-org:v3"/ !-- errors -- pattern id="p-MOH.RHIN.CLS.CDA.SEC.ACT.PRO-errors" see='#p-MOH.RHIN.CLS.CDA.S ...
个人分类: 程序调试|2301 次阅读|没有评论
HTTP Status 404
王海生 2012-4-18 19:51
http://blog.csdn.net/IBM_linghb1985/article/details/3866817 org.apache.jasper.JasperException: Unable to compile class for JSP: 把jdk安装目录下的lib/tools.jar拷贝到tomcat安装目录下的common/lib目录下,然后重启tomcat,试试
个人分类: 程序调试|3360 次阅读|没有评论

本页有 2 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-1 06:34

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部