/[suikacvs]/markup/xsl/schema/module/xslt1.dms
Suika

Contents of /markup/xsl/schema/module/xslt1.dms

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sat Jun 26 11:43:51 2004 UTC (21 years, 6 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
New

1 wakaba 1.1 #?SuikaWikiConfig/2.0
2    
3     ModuleSet:
4     @Name: XSL Transformations
5     @Version: 1
6     @ID: xslt1
7     @Description: XSLT, XSL Trensformations, Version 1.0
8     @BaseURI:
9    
10    
11     @Namespace:
12     @@Name:
13     http://www.w3.org/1999/XSL/Transform
14     @@DefaultPrefix: xsl
15     @@UsePrefix: 1
16    
17     @Copyright: Wakaba <w@suika.fam.cx>
18     @RCSDate:
19     $Date: 2003/10/24 13:31:34 $
20    
21     Datatype:
22     @Type:
23     @@Name:
24     :ContentType
25     @@XMLType: CDATA
26     @@Description: Internet Media Type [RFC 2046]
27    
28     @Type:
29     @@Name:
30     :URI
31     @@XMLType: CDATA
32     @@Description: A URI Reference
33    
34     @Type:
35     @@Name: avt-alphabetical-traditional
36     @@XMLType: CDATA
37     @@Description:
38     An attribute value template that results "alphabetical" or "traditional"
39    
40     @Type:
41     @@Name: avt-ascending-descending
42     @@XMLType: CDATA
43     @@Description:
44     An attribute value template that results "ascending" or "descending"
45    
46     @Type:
47     @@Name: avt-char
48     @@XMLType: CDATA
49     @@Description: An attribute value template that results a character
50    
51     @Type:
52     @@Name: avt-ncname
53     @@XMLType: CDATA
54     @@Description: An attribute value template that results an NCName
55    
56     @Type:
57     @@Name: avt-nmtoken
58     @@XMLType: CDATA
59     @@Description: An attribute value template that results an NMTOKEN
60    
61     @Type:
62     @@Name: avt-number
63     @@XMLType: CDATA
64     @@Description: An attribute value template that results a number
65    
66     @Type:
67     @@Name: avt-qname
68     @@XMLType: CDATA
69     @@Description: An attribute value template that results a QName
70    
71     @Type:
72     @@Name: avt-string
73     @@XMLType: CDATA
74     @@Description: An attribute value template that results a string
75    
76     @Type:
77     @@Name: avt-text-number-qname-but-not-ncname
78     @@XMLType: CDATA
79     @@Description:
80     An attribute value template that results "text", "number"
81     or QName but not NCName
82    
83     @Type:
84     @@Name: avt-upper-first-lower-first
85     @@XMLType: CDATA
86     @@Description:
87     An attribute value template that results "upper-first" or "lower-first"
88    
89     @Type:
90     @@Name: avt-uri-reference
91     @@XMLType: CDATA
92     @@Description: An attribute value template that results a URI reference
93    
94     @Type:
95     @@Name: boolean-expr
96     @@XMLType: CDATA
97     @@Description: An XPath expression evaluated as boolean
98    
99     @Type:
100     @@Name: char
101     @@XMLType: CDATA
102    
103     @Type:
104     @@Name: expr
105     @@XMLType: CDATA
106     @@Description: An expression
107    
108     @Type:
109     @@Name: node-set-expr
110     @@XMLType: CDATA
111     @@Description: An expression evaluated as node-set
112    
113     @Type:
114     @@Name: number
115     @@XMLType: NMTOKEN
116    
117     @Type:
118     @@Name: number-expr
119     @@XMLType: CDATA
120     @@Description: An expression evaluated as number
121    
122     @Type:
123     @@Name: pattern
124     @@XMLType: CDATA
125     @@Description: A pattern
126    
127     @Type:
128     @@Name: prefix-or-default
129     @@XMLType: CDATA
130     @@Description: Namespace prefix or "#default"
131    
132     @Type:
133     @@Name: priority
134     @@XMLType: CDATA
135     @@Description: A priority
136    
137     @Type:
138     @@Name: qname
139     @@XMLType: NMTOKEN
140     @@Description: A QName
141    
142     @Type:
143     @@Name: qnames
144     @@XMLType: NMTOKENS
145     @@Description: A whitespace-separeted list of QNames
146    
147     @Type:
148     @@Name: string
149     @@XMLType: CDATA
150    
151     @Type:
152     @@Name: string-expression
153     @@XMLType: CDATA
154     @@Description An expression evaluated as string
155    
156     @Type:
157     @@Name: tokens
158     @@XMLType: CDATA
159     @@Description: A whitespace-separeted list of tokens
160    
161     @Type:
162     @@Name: yesno
163     @@XMLType: (yes | no)
164     @@Description: "yes" or "no"
165    
166     @Class:
167     @@Name: result-elements
168    
169     @Class:
170     @@Name: non-xsl-top-level
171     @Class:
172     @@Name: top-level.extra
173     @Class:
174     @@Name: top-level
175     @@Content:
176     include |
177     strip-space |
178     preserve-space |
179     output |
180     key |
181     decimal-format |
182     attribute-set |
183     variable |
184     param |
185     template |
186     namespace-alias
187     $non-xsl-top-level
188     $top-level.extra
189     @@Description: Top level elements
190     @Class:
191     @@Name: top-level.content
192     @@Content:
193     (
194     import*,
195     ($top-level)*
196     )
197    
198     @Class:
199     @@Name: char-instructions.extra
200     @Class:
201     @@Name: char-instructions
202     @@Content:
203     apply-templates |
204     call-template |
205     apply-imports |
206     value-of |
207     for-each |
208     copy-of |
209     number |
210     choose |
211     if |
212     text |
213     copy |
214     variable |
215     message |
216     fallback
217     $char-instructions.extra
218    
219     @Class:
220     @@Name: instructions.extra
221     @Class:
222     @@Name: instructions
223     @@Content:
224     $char-instructions |
225     processing-instruction |
226     comment |
227     element |
228     attribute
229     $instructions.extra
230    
231     @Class:
232     @@Name: char-template.content
233     @@Content:
234     (#PCDATA | $char-instructions)*
235    
236     @Class:
237     @@Name: xslt-template.content
238     @@Content:
239     (#PCDATA | $instructions | $result-elements)*
240    
241     Attribute:
242     @AttributeSet:
243     @@Name: disable-output-escaping
244     @@Attribute:
245     @@@Name: "disable-output-escaping"
246     @@@Type: yesno
247     @@@Default: "no"
248    
249     @AttributeSet:
250     @@Name: id
251     @@Attribute:
252     @@@Name: "id"
253     @@@Type: "ID"
254     @@@Default: #IMPLIED
255    
256     @AttributeSet:
257     @@Name: mode
258     @@Attribute:
259     @@@Name: "mode"
260     @@@Type: qname
261     @@@Default: #IMPLIED
262    
263     @AttributeSet:
264     @@Name: space
265     @@REF:
266     xml:space
267    
268     @AttributeSet:
269     @@Name: use-attribute-sets
270     @@Attribute:
271     @@@Name: "use-attribute-sets"
272     @@@Type: qnames
273     @@@Default: #IMPLIED
274    
275     @AttributeSet:
276     @@Name: extension-element-prefixes
277     @@Attribute:
278     @@@Name: "extension-element-prefixes"
279     @@@Type: tokens
280     @@@Default: #IMPLIED
281     @@@Description: A whitespace-separated list of namespace prefixes
282    
283     @AttributeSet:
284     @@Name: exclude-result-prefixes
285     @@Attribute:
286     @@@Name: "exclude-result-prefixes"
287     @@@Type: tokens
288     @@@Default: #IMPLIED
289    
290     @AttributeSet:
291     @@Name: common
292    
293     Module:
294     @ID: struct
295    
296     @Element:
297     @@Name: stylesheet
298     @@Attribute:
299     @@@ref: id
300     @@@ref: extension-element-prefixes
301     @@@ref: exclide-result-prefixes
302     @@@Attribute:
303     @@@@Name: "version"
304     @@@@Type: number
305     @@@@Default: #REQUIRED
306     @@@@Description: Version of XSLT
307     @@Content: $top-level.content
308     @@Description: A stylesheet
309     @Element:
310     @@Name: transform
311     @@Attribute:
312     @@@ref: id
313     @@@ref: extension-element-prefixes
314     @@@ref: exclide-result-prefixes
315     @@@Attribute:
316     @@@@Name: "version"
317     @@@@Type: number
318     @@@@Default: #REQUIRED
319     @@@@Description: Version of XSLT
320     @@Content: $top-level.content
321     @@Description: A stylesheet (A synonym for xsl:stylesheet)
322    
323     @Element:
324     @@Name: include
325     @@Attribute:
326     @@@Attribute:
327     @@@@Name: "href"
328     @@@@Type:
329     :URI
330     @@@@Default: #REQUIRED
331     @@@@Description: URI reference identifying the stylesheet to be included
332     @@Content: "EMPTY"
333     @@Description: Stylesheet inclusion
334     @Element:
335     @@Name: import
336     @@Attribute:
337     @@@Attribute:
338     @@@@Name: "href"
339     @@@@Type:
340     :URI
341     @@@@Default: #REQUIRED
342     @@@@Description: URI reference identifying the stylesheet to be imported
343     @@Content: "EMPTY"
344     @@Description: Stylesheet import
345    
346     @Element:
347     @@Name: strip-space
348     @@Attribute:
349     @@@Attribute:
350     @@@@Name: "elements"
351     @@@@Type: tokens
352     @@@@Default: #REQUIRED
353     @@@@Description: Whitespace-separated list of NameTests
354     @@Content: "EMPTY"
355     @@Description: Whitespace-striping element names
356     @Element:
357     @@Name: preserve-space
358     @@Attribute:
359     @@@Attribute:
360     @@@@Name: "elements"
361     @@@@Type: tokens
362     @@@@Default: #REQUIRED
363     @@@@Description: Whitespace-separated list of NameTests
364     @@Content: "EMPTY"
365     @@Description: Whitespace-preserving element names
366    
367     @Element:
368     @@Name: namespace-alias
369     @@Attribute:
370     @@@Attribute:
371     @@@@Name: "stylesheet-prefix"
372     @@@@Type: prefix-or-default
373     @@@@Default: #REQUIRED
374     @@@Attribute:
375     @@@@Name: "result-prefix"
376     @@@@Type: prefix-or-default
377     @@@@Default: #REQUIRED
378     @@Content: "EMPTY"
379    
380     @Element:
381     @@Name: output
382     @@Attribute:
383     @@@Attribute:
384     @@@@Name: "method"
385     @@@@Type: qname
386     @@@@Default: "xml"
387     @@@@Description: Value is either "xml", "html" or QName but not NCName
388     @@@Attribute:
389     @@@@Name: "version"
390     @@@@Type: NMTOKEN
391     @@@@Default: #IMPLIED
392     @@@Attribute:
393     @@@@Name: "encoding"
394     @@@@Type: string
395     @@@@Default: #IMPLIED
396     @@@Attribute:
397     @@@@Name: "omit-xml-declaration"
398     @@@@Type: yesno
399     @@@@Default: #IMPLIED
400     @@@Attribute:
401     @@@@Name: "standalone"
402     @@@@Type: yesno
403     @@@@Default: #IMPLIED
404     @@@Attribute:
405     @@@@Name: "doctype-public"
406     @@@@Type: string
407     @@@@Default: #IMPLIED
408     @@@Attribute:
409     @@@@Name: "doctype-system"
410     @@@@Type: string
411     @@@@Default: #IMPLIED
412     @@@Attribute:
413     @@@@Name: "cdata-section-elements"
414     @@@@Type: qnames
415     @@@@Default: #IMPLIED
416     @@@Attribute:
417     @@@@Name: "indent"
418     @@@@Type: yesno
419     @@@@Default: #IMPLIED
420     @@@Attribute:
421     @@@@Name: "media-type"
422     @@@@Type: string
423     @@@@Default: #IMPLIED
424    
425     Module:
426     @Name: Literal Result Element
427     @ID: literal
428    
429     @AttributeSet:
430     @@Name: result-element
431     @@Attribute:
432     @@@Name: exclude-result-prefixes
433     @@@Type: tokens
434     @@@Default: #IMPLIED
435     @@Attribute:
436     @@@Name: extension-element-prefixes
437     @@@Type: tokens
438     @@@Default: #IMPLIED
439     @@@Description: A whitespace-separated list of namespace prefixes
440     @@Attribute:
441     @@@Name: use-attribute-sets
442     @@@Type: qnames
443     @@@Default: #IMPLIED
444     @@ref: xmlns.decl
445    
446     @AttributeSet:
447     @@Name: result-element-root
448     @@Attribute:
449     @@@Name: version
450     @@@Type: number
451     @@@Default: #REQUIRED
452     @@@Description: Version of XSLT
453     @@ref: result-element
454    
455     Module:
456     @Name: Template
457     @ID: template
458    
459     @Element:
460     @@Name: template
461     @@Attribute:
462     @@@Attribute:
463     @@@@Name: "match"
464     @@@@Type: pattern
465     @@@@Default: #IMPLIED
466     @@@@Description:
467     A Pattern that identifies the source node or nodes to which
468     the rule applies
469     @@@Attribute:
470     @@@@Name: "name"
471     @@@@Type: qname
472     @@@@Default: #IMPLIED
473     @@@@Description:
474     Template name
475     @@@Attribute:
476     @@@@Name: "priority"
477     @@@@Type: priority
478     @@@@Default: #IMPLIED
479     @@@@Description: Priority
480     @@@ref: mode
481     @@Content:
482     # (
483     # param*,
484     # ($template.mix)*
485     # )
486     (#PCDATA | param |
487     $instructions
488     $result-elements
489     )*
490     @@Description: Defining a template rule
491    
492     @Element:
493     @@Name: apply-templates
494     @@Attribute:
495     @@@Attribute:
496     @@@@Name: "select"
497     @@@@Type: node-set-expr
498     @@@@Default: "node()"
499     @@@ref: mode
500     @@Content:
501     (
502     sort |
503     with-param
504     )*
505     @@Description: Applying template rules
506     @Element:
507     @@Name: apply-imports
508     @@Content: "EMPTY"
509     @@Description: Overriding template rules
510    
511     @Element:
512     @@Name: call-template
513     @@Attribute:
514     @@@Attribute:
515     @@@@Name: "name"
516     @@@@Type: qname
517     @@@@Default: #REQUIRED
518     @@@@Description: QName identifies the named template
519     @@Content:
520     (
521     with-param
522     )*
523    
524     @Element:
525     @@Name: element
526     @@Attribute:
527     @@@Attribute:
528     @@@@Name: "name"
529     @@@@Type: avt-qname
530     @@@@Default: #REQUIRED
531     @@@@Description: Element name
532     @@@Attribute:
533     @@@@Name: "namespace"
534     @@@@Type: avt-uri-reference
535     @@@@Default: #IMPLIED
536     @@@@Description: Namespace name
537     @@@ref: use-attribute-sets
538     @@@ref: space
539     @@Model: $xslt-template.content
540     @@Description: Creating an element
541    
542     @Element:
543     @@Name: attribute
544     @@Attribute:
545     @@@Attribute:
546     @@@@Name: "name"
547     @@@@Type: avt-qname
548     @@@@Default: #REQUIRED
549     @@@@Description: Attribute name
550     @@@Attribute:
551     @@@@Name: "namespace"
552     @@@@Type: avt-uri-reference
553     @@@@Default: #IMPLIED
554     @@@@Description: Namespace name
555     @@@ref: space
556     @@Content: $char-template.content
557     @@Description: Creating an attribute
558    
559     @Element:
560     @@Name: attribute-set
561     @@Attribute:
562     @@@Attribute:
563     @@@@Name: "name"
564     @@@@Type: qname
565     @@@@Default: #REQUIRED
566     @@ref: use-attribute-sets
567     @@Content:
568     (attribute)*
569     @@Description: Named attribute set
570    
571     @Element:
572     @@Name: text
573     @@Attribute:
574     @@@ref: disable-output-escaping
575     @@Content: (#PCDATA)*
576     @@Description: Creating a text
577    
578     @Element:
579     @@Name: processing-instruction
580     @@Attribute:
581     @@@Attribute:
582     @@@@Name: "name"
583     @@@@Type: avt-ncname
584     @@@@Default: #REQUIRED
585     @@@ref: space
586     @@Content: $char-template.content
587     @@Description: Creating a processing instruction
588    
589     @Element:
590     @@Name: comment
591     @@Attribute:
592     @@@ref: space
593     @@Content: $char-template.content
594     @@Description: Creating a comment
595    
596     @Element:
597     @@Name: copy
598     @@Attribute:
599     @@@ref: use-attribute-sets
600     @@@ref: space
601     @@Content: $xslt-template.content
602     @@Description: Copying
603    
604     @Element:
605     @@Name: value-of
606     @@Attribute:
607     @@@Attribute:
608     @@@@Name: "select"
609     @@@@Type: string-expr
610     @@@@Default: #REQUIRED
611     @@@ref: disable-output-escaping
612     @@Content: "EMPTY"
613     @@Description: Generating text
614    
615     @Element:
616     @@Name: number
617     @@Attribute:
618     @@@Attribute:
619     @@@@Name: "level"
620     @@@@Type: "(single | multiple | any)"
621     @@@@Default: "single"
622     @@@Attribute:
623     @@@@Name: "count"
624     @@@@Type: pattern
625     @@@@Default: #IMPLIED
626     @@@Attribute:
627     @@@@Name: "from"
628     @@@@Type: pattern
629     @@@@Default: #IMPLIED
630     @@@Attribute:
631     @@@@Name: "value"
632     @@@@Type: number-expr
633     @@@@Default: #IMPLIED
634     @@@Attribute:
635     @@@@Name: "format"
636     @@@@Type: avt-string
637     @@@@Default: "1"
638     @@@Attribute:
639     @@@@Name: "lang"
640     @@@@Type: avt-nmtoken
641     @@@@Default: #IMPLIED
642     @@@Attribute:
643     @@@@Name: "letter-value"
644     @@@@Type: avt-alphabetic-traditional
645     @@@@Default: #IMPLIED
646     @@@Attribute:
647     @@@@Name: "grouping-separator"
648     @@@@Type: avt-char
649     @@@@Default: #IMPLIED
650     @@@Attribute:
651     @@@@Name: "grouping-size"
652     @@@@Type: avt-number
653     @@@@Default: #IMPLIED
654     @@Content: "EMPTY"
655     @@Description: Numbering
656    
657     @Element:
658     @@Name: for-each
659     @@Attribute:
660     @@@Attribute:
661     @@@@Name: "select"
662     @@@@Type: node-set-expr
663     @@@@Default: #REQUIRED
664     @@@ref: space
665     @@Content:
666     # (
667     # sort*,
668     # ($template)*
669     # )
670     (#PCDATA | sort |
671     $instructions
672     $result-elements
673     )*
674     @@Description: Repetition
675    
676     @Element:
677     @@Name: if
678     @@Attribute:
679     @@@Attribute:
680     @@@@Name: "test"
681     @@@@Type: boolean-expr
682     @@@@Default: #REQUIRED
683     @@@ref: space
684     @@Content: $xslt-template.content
685     @@Description: Conditional processing
686    
687     @Element:
688     @@Name: choose
689     @@Attribute:
690     @@@ref: space
691     @@Content:
692     (when+, otherwise?)
693     @@Description: Conditional processing
694     @Element:
695     @@Name: when
696     @@Attribute:
697     @@@Attribute:
698     @@@@Name: "test"
699     @@@@Type: boolean-expr
700     @@@@Default: #REQUIRED
701     @@@ref: space
702     @@Content: $xslt-template.content
703     @Element:
704     @@Name: otherwise
705     @@Attribute:
706     @@@ref: space
707     @@Content: $xslt-template.content
708    
709     @Element:
710     @@Name: sort
711     @@Attribute:
712     @@@Attribute:
713     @@@@Name: "select"
714     @@@@Type: string-expr
715     @@@@Default: "."
716     @@@Attribute:
717     @@@@Name: "lang"
718     @@@@Type: avt-nmtoken
719     @@@@Default: #IMPLIED
720     @@@Attribute:
721     @@@@Name: "data-type"
722     @@@@Type: avt-text-number-qname-but-not-ncname
723     @@@@Default: "text"
724     @@@Attribute:
725     @@@@Name: "order"
726     @@@@Type: avt-ascending-descending
727     @@@@Default: "ascending"
728     @@@Attribute:
729     @@@@Name: "case-order"
730     @@@@Type: avt-upper-first-lower-first
731     @@@@Default: #IMPLIED
732     @@Content: "EMPTY"
733     @@Description: Sorting
734    
735     @Element:
736     @@Name: variable
737     @@Attribute:
738     @@@Attribute:
739     @@@@Name: "name"
740     @@@@Type: qname
741     @@@@Default: #REQUIRED
742     @@@Attribute:
743     @@@@Name: "select"
744     @@@@Type: expr
745     @@@@Default: #IMPLIED
746     @@Content: $xslt-template.content
747     @@Description: Variable
748     @Element:
749     @@Name: param
750     @@Attribute:
751     @@@Attribute:
752     @@@@Name: "name"
753     @@@@Type: qname
754     @@@@Default: #REQUIRED
755     @@@Attribute:
756     @@@@Name: "select"
757     @@@@Type: expr
758     @@@@Default: #IMPLIED
759     @@Content: $xslt-template.content
760     @@Description: Variable
761    
762     @Element:
763     @@Name: copy-of
764     @@Attribute:
765     @@@Attribute:
766     @@@@Name: "select"
767     @@@@Type: expr
768     @@@@Default: #REQUIRED
769     @@Content: "EMPTY"
770     @@Description: Using values of variables and parameters
771    
772     @Element:
773     @@Name: with-param
774     @@Attribute:
775     @@@Attribute:
776     @@@@Name: "name"
777     @@@@Type: qname
778     @@@@Default: #REQUIRED
779     @@@Attribute:
780     @@@@Name: "select"
781     @@@@Type: expr
782     @@@@Default: #IMPLIED
783     @@Content: $xslt-template.content
784     @@Description: Passing parameter to template
785    
786     @Element:
787     @@Name: message
788     @@Attribute:
789     @@@Attribute:
790     @@@@Name: "terminate"
791     @@@@Type: yesno
792     @@@@Default: "no"
793     @@@ref: space
794     @@Content: $xslt-template.content
795     @@Description: Send a message
796    
797     @Element:
798     @@Name: fallback
799     @@Attribute:
800     @@@ref: space
801     @@Content: $xslt-template.content
802     @@Description: Fallback for an instruction element
803    
804     Module:
805     @Name: Expression
806     @ID: expression
807    
808     @Element:
809     @@Name: key
810     @@Attribute:
811     @@@Attribute:
812     @@@@Name: "name"
813     @@@@Type: qname
814     @@@@Default: #REQUIRED
815     @@@Attribute:
816     @@@@Name: "match"
817     @@@@Type: pattern
818     @@@@Default: #REQUIRED
819     @@@Attribute:
820     @@@@Name: "use"
821     @@@@Type: expr
822     @@@@Default: #REQUIRED
823     @@Content: "EMPTY"
824     @@Description: Variable
825    
826     @Element:
827     @@Name: decimal-format
828     @@Attribute:
829     @@@Attribute:
830     @@@@Name: "name"
831     @@@@Type: qname
832     @@@@Default: #IMPLIED
833     @@@Attribute:
834     @@@@Name: "decimal-separator"
835     @@@@Type: char
836     @@@@Default: "."
837     @@@Attribute:
838     @@@@Name: "grouping-separator"
839     @@@@Type: char
840     @@@@Default: ","
841     @@@Attribute:
842     @@@@Name: "infinity"
843     @@@@Type: string
844     @@@@Default: "Infinity"
845     @@@Attribute:
846     @@@@Name: "minus-sign"
847     @@@@Type: char
848     @@@@Default: "-"
849     @@@Attribute:
850     @@@@Name: "NaN"
851     @@@@Type: string
852     @@@@Default: "NaN"
853     @@@Attribute:
854     @@@@Name: "percent"
855     @@@@Type: char
856     @@@@Default: "%"
857     @@@Attribute:
858     @@@@Name: "per-mille"
859     @@@@Type: char
860     @@@@Default: "%#x2030;"
861     @@@Attribute:
862     @@@@Name: "zero-digit"
863     @@@@Type: char
864     @@@@Default: "0"
865     @@@Attribute:
866     @@@@Name: "digit"
867     @@@@Type: char
868     @@@@Default: "#"
869     @@@Attribute:
870     @@@@Name: "pattern-separator"
871     @@@@Type: char
872     @@@@Default: ";"
873     @@Content: "EMPTY"
874     @@Description: Number format
875    
876     Module:
877     @Name: Extension Element
878     @ID: extension
879    
880     @AttributeSet:
881     @@Name: extension
882     @@Attribute:
883     @@@Name: extension-element-prefixes
884     @@@Type: tokens
885     @@@Default: #IMPLIED
886     @@@Description: A whitespace-separated list of namespace prefixes
887     @@ref: xmlns.decl

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24