- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在我的架构中,我有:
<xs:element name="html-script">
<xs:annotation>
<xs:documentation>Element used to specify pass-through Javascript</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:anyAttribute/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<html-attributes target="_new"/>
Validation error: cvc-complex-type.3.2.2: Attribute 'target' is not allowed to appear in element 'html-attributes'. at file:/Users/benson/x/btweb/web_2_0/./content/about-us/about-us.xml line 35 character 38
最佳答案
可能是错字?您的架构定义了元素 <html-script>
而您的文档使用 <html-attributes>
。
还可以尝试将 processContents
指令添加到您的 anyAttribute:
<xs:anyAttribute processContents="skip" />
<xs:anyAttribute processContents="lax" />
关于xsd - xs :anyAttributes is rejecting an attribute,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5332603/
在我的架构中,我有: Element used to specify pass-through Javascript
给定架构: 运行 pyxb -u -m person 后命令,如何使用生成的绑定(bind)创建具有任意属性的 XML。 i
我正在尝试解析这个复杂类型,但无法使用 XSOM JAVA 获取 知道如何解析它吗? 最佳答案 假设此测试 XSD:
我被这个 XSD 和 JAXB 问题困住了...请帮助我... 我需要实现的是完全生成下面的xml。 .... ....
我是一名优秀的程序员,十分优秀!