|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: XSLT 2 processing of W3C Schema expressed default
At 2003-09-02 23:26 +0100, Peter Flynn wrote:
On Tue, 2003-09-02 at 16:24, G. Ken Holman wrote: Note below that a DTD supplements the information set with defaulted attributes. This is the behaviour I am looking for from a W3C Schema-aware XSLT 2 processor ... so I need an XSLT 2 processor that acts on the PSVI of a document, not the XML information set of a document. ................... Ken V:\samp>type defattrd.xml <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE doc [ <!ELEMENT doc ( entry1, entry2 )> <!ELEMENT entry1 ( #PCDATA )> <!ATTLIST entry1 defattr CDATA "hello"> <!ELEMENT entry2 EMPTY> <!ATTLIST entry2 attr CDATA #REQUIRED> ]> <doc> <entry1>AB</entry1> <entry2 attr="CD"/> </doc> V:\samp>type copyofall2.xsl
<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="2.0"><xsl:template match="/"> <xsl:copy-of select="."/> </xsl:template> </xsl:stylesheet> V:\samp>xslt2 defattrd.xml copyofall2.xsl con <?xml version="1.0" encoding="UTF-8"?><doc> <entry1 defattr="hello">AB</entry1> <entry2 attr="CD"/> </doc> V:\samp> -- Next public European delivery: 3-day XSLT/2-day XSL-FO 2003-09-22 Instructor-led on-site corporate, government & user group training for XSLT and XSL-FO world-wide: please contact us for the details G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/ Box 266, Kars, Ontario CANADA K0A-2E0 +1(613)489-0999 (F:-0995) ISBN 0-13-065196-6 Definitive XSLT and XPath ISBN 0-13-140374-5 Definitive XSL-FO ISBN 1-894049-08-X Practical Transformation Using XSLT and XPath ISBN 1-894049-11-X Practical Formatting Using XSL-FO Member of the XML Guild of Practitioners: http://XMLGuild.info Male Breast Cancer Awareness http://www.CraneSoftwrights.com/s/bc 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








