|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Schema and fixed attribute value
Hello,
I am looking for a way to get the value of an attributes declared as fixed
in my w3c schema, from a stylesheet...
(i am using Xalan J 2.3.1)
Something like this :
*) unit.xsd
<xs:complexType name="m">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="unité" type="xs:string" fixed="m"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:element name="DIAM_ANALYSE" type="m"/>
*) unit.xml
<DIAM_ANALYSE>3.14159</DIAM_ANALYSE>
*) unit.xsl
<xsl:value-of select="DIAM_ANALYSE/@unité"/>
I tried to load the unit.xml as a DOMSource by using Xerces2.0.2 parser
with features like
parser.setFeature("http://apache.org/xml/features/validation/schema-full-checking",true);
parser.setFeature("http://apache.org/xml/features/validation/schema",true);
parser.setFeature("http://xml.org/sax/features/namespaces", true);
parser.setFeature("http://apache.org/xml/features/validation/schema/normalized-value",true
);
parser.setFeature("http://apache.org/xml/features/validation/schema/element-default",true)
;
but the attribute value seems to be not accessible in my stylesheet.
Any idea ?
Thanks in advance
Regards
-- bruno --
Bruno Chatel
Tel : (+33)[0] 4 96 11 14 57
Email : bcha@xxxxxxxxxxx
http://www.chadocs.com
----------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








