OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [docbook-apps] XALAN Errors


Yes, set draft.watermark.image in your customization layer:

http://docbook.sourceforge.net/release/xsl/current/doc/fo/draft.watermar
k.image.html

David 

> -----Original Message-----
> From: Merchant, Daniel [mailto:Daniel.Merchant@fanucrobotics.com] 
> Sent: Tuesday, August 25, 2009 3:14 PM
> To: 'Bob Stayton'; docbook-apps@lists.oasis-open.org
> Subject: RE: [docbook-apps] XALAN Errors
> 
> Wow, that was really effective.
> 
> Do you know how to tell FOP where to look for graphics?
> FOP keeps looking for draft.png:
> SEVERE: Background image not available: 
> url(http://docbook.sourceforge.net/release/images/draft.png)
> 
> Is there a way to have FOP look local for draft.png?
> 
> -----Original Message-----
> From: Bob Stayton [mailto:bobs@sagehill.net]
> Sent: Tuesday, August 25, 2009 12:35 PM
> To: Merchant, Daniel; docbook-apps@lists.oasis-open.org
> Subject: Re: [docbook-apps] XALAN Errors
> 
> 
> Hi Daniel,
> It seems this issue came up before.  See:
> 
> http://lists.oasis-open.org/archives/docbook-apps/200704/msg00040.html
> 
> Bob Stayton
> Sagehill Enterprises
> bobs@sagehill.net
> 
> 
> ----- Original Message -----
> From: "Merchant, Daniel" <Daniel.Merchant@fanucrobotics.com>
> To: <docbook-apps@lists.oasis-open.org>
> Sent: Tuesday, August 25, 2009 8:50 AM
> Subject: [docbook-apps] XALAN Errors
> 
> 
> I have been successfully publishing HTML for a couple of years using
> XSLTPROC.  I wanted to add PDF publishing, and XALAN seems to 
> publish larger
> documents than XSLTPROC.  Here is the setup that I am trying 
> to do (some
> formatting done for clarity):
> 
> java -cp "M:\xalan-2.7.1\build\xalan.jar;
>           M:\xalan-2.7.1\build\serializer.jar;
>           M:\xalan-2.7.1\build\xml-apis.jar;
>           M:\xalan-2.7.1\build\xercesImpl.jar;
>           M:\docbook-xsl-1.74.0\extensions\xalan27.jar"
> org.apache.xalan.xslt.Process
>      -out index.fo
>      -in chapterFRNA332.xml
>      -xsl "M:\docbook-xsl-1.74.0\portrait.xsl"
>      -param use.extensions 1
> 
> The actual command executed is single line.
> 
> File portrait.xsl just sets the page size:
> 
> <?xml version="1.0"?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
> version="1.0">
> <xsl:import href="fo/docbook.xsl"/>
> <xsl:param name="page.height">11in</xsl:param>
> <xsl:param name="page.width">8.5in</xsl:param>
> <xsl:param name="admon.graphics" select="1"/>
> </xsl:stylesheet>
> 
> FOP is used to create a PDF from the FO file.  I get some run 
> time errors
> XALAN, but I don't know how serious they are.  Do I need to 
> pay attention to
> these?  Is there an easy way to make the errors go away?
> 
> [Error] autoidx.xsl:13:31: Element type "xsl:stylesheet" must 
> be declared.
> [Error] autoidx.xsl:31:47: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:32:46: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:37:79: Element type "xsl:key" must be declared.
> [Error] autoidx.xsl:41:27: Element type "xsl:key" must be declared.
> [Error] autoidx.xsl:45:55: Element type "xsl:key" must be declared.
> [Error] autoidx.xsl:49:74: Element type "xsl:key" must be declared.
> [Error] autoidx.xsl:53:27: Element type "xsl:key" must be declared.
> [Error] autoidx.xsl:59:53: Element type "xsl:key" must be declared.
> [Error] autoidx.xsl:65:49: Element type "xsl:key" must be declared.
> [Error] autoidx.xsl:68:37: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:69:64: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:71:15: Element type "xsl:choose" must be declared.
> [Error] autoidx.xsl:72:46: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:73:54: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:74:55: Element type "xsl:with-param" must 
> be declared.
> [Error] autoidx.xsl:77:47: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:78:55: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:79:55: Element type "xsl:with-param" must 
> be declared.
> [Error] autoidx.xsl:83:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] autoidx.xsl:84:54: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:85:55: Element type "xsl:with-param" must 
> be declared.
> [Error] autoidx.xsl:91:43: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:92:46: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:94:29: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:95:40: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:96:37: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:100:29: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:101:40: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:102:37: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:113:62: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:117:73: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:122:74: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:123:13: Element type "fo:block" must be declared.
> [Error] autoidx.xsl:124:28: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:125:48: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:126:45: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:127:45: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:128:66: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:133:17: Element type "fo:block" must be declared.
> [Error] autoidx.xsl:136:54: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:137:57: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:138:55: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:139:55: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:141:45: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:150:49: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:151:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:152:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:153:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:154:74: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:160:43: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:161:46: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:163:71: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:164:47: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:165:34: Element type "xsl:message" must 
> be declared.
> [Error] autoidx.xsl:166:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:167:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:173:60: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:174:34: Element type "xsl:message" must 
> be declared.
> [Error] autoidx.xsl:175:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:176:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:177:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:181:38: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:182:34: Element type "xsl:message" must 
> be declared.
> [Error] autoidx.xsl:183:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:184:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:185:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:193:44: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:194:46: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:196:71: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:197:51: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:198:34: Element type "xsl:message" must 
> be declared.
> [Error] autoidx.xsl:199:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:200:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:204:39: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:205:34: Element type "xsl:message" must 
> be declared.
> [Error] autoidx.xsl:206:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:207:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:208:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:214:56: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:215:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:216:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:217:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:221:54: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:224:71: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:225:15: Element type "fo:block" must be declared.
> [Error] autoidx.xsl:226:71: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:227:50: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:228:47: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:229:79: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:233:65: Element type "fo:block" must be declared.
> [Error] autoidx.xsl:237:51: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:238:78: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:239:57: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:240:55: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:241:55: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:248:57: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:249:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:250:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:251:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:254:89: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:256:61: Element type "fo:block" must be declared.
> [Error] autoidx.xsl:258:47: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:259:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:260:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:261:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:262:74: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:267:54: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:268:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:269:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:270:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:272:48: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:273:69: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:275:39: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:276:47: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:277:67: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:281:40: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:282:47: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:283:68: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:287:41: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:288:47: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:289:69: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:293:13: Element type "fo:block" must be declared.
> [Error] autoidx.xsl:294:41: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:295:64: Element type "xsl:attribute" must 
> be declared.
> [Error] autoidx.xsl:297:37: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:299:17: Element type "xsl:choose" must be 
> declared.
> [Error] autoidx.xsl:300:45: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:301:59: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:302:50: Element type "xsl:copy-of" must 
> be declared.
> [Error] autoidx.xsl:303:60: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:304:99: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:306:63: Element type "rx:page-index" must 
> be declared.
> [Error] autoidx.xsl:307:90: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:309:51: Element type "rx:index-item" must 
> be declared.
> [Error] autoidx.xsl:311:113: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:313:39: Element type "rx:index-item" must 
> be declared.
> [Error] autoidx.xsl:318:22: Element type "xsl:otherwise" must 
> be declared.
> [Error] autoidx.xsl:319:52: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:321:55: Element type "xsl:for-each" must 
> be declared.
> [Error] autoidx.xsl:322:62: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:323:61: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:324:59: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:325:59: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:326:68: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:331:21: Element type "xsl:choose" must be 
> declared.
> [Error] autoidx.xsl:332:58: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:333:64: Element type "fotex:sort" must be 
> declared.
> [Error] autoidx.xsl:334:61: Element type "xsl:copy-of" must 
> be declared.
> [Error] autoidx.xsl:337:26: Element type "xsl:otherwise" must 
> be declared.
> [Error] autoidx.xsl:338:59: Element type "xsl:copy-of" must 
> be declared.
> [Error] autoidx.xsl:344:55: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:346:45: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:347:56: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:348:54: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:349:54: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:350:71: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:356:76: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:357:34: Element type "fo:block" must be declared.
> [Error] autoidx.xsl:359:49: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:360:56: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:361:54: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:362:54: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:363:75: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:366:51: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:367:54: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:368:52: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:369:52: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:370:77: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:376:56: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:377:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:378:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:379:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:381:76: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:382:71: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:384:39: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:385:47: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:386:67: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:390:40: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:391:47: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:392:68: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:396:41: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:397:47: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:398:69: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:402:13: Element type "fo:block" must be declared.
> [Error] autoidx.xsl:403:41: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:404:64: Element type "xsl:attribute" must 
> be declared.
> [Error] autoidx.xsl:406:39: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:408:17: Element type "xsl:choose" must be 
> declared.
> [Error] autoidx.xsl:409:45: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:410:58: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:411:50: Element type "xsl:copy-of" must 
> be declared.
> [Error] autoidx.xsl:412:60: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:413:64: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:414:99: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:416:63: Element type "rx:page-index" must 
> be declared.
> [Error] autoidx.xsl:417:89: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:418:113: Element type "rx:index-item" 
> must be declared.
> [Error] autoidx.xsl:419:47: Element type "xsl:attribute" must 
> be declared.
> [Error] autoidx.xsl:420:64: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:421:29: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:422:54: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:426:112: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:427:81: Element type "rx:index-item" must 
> be declared.
> [Error] autoidx.xsl:428:47: Element type "xsl:attribute" must 
> be declared.
> [Error] autoidx.xsl:429:52: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:430:29: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:431:54: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:438:22: Element type "xsl:otherwise" must 
> be declared.
> [Error] autoidx.xsl:439:52: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:441:54: Element type "xsl:for-each" must 
> be declared.
> [Error] autoidx.xsl:442:62: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:443:61: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:444:59: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:445:59: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:446:68: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:451:21: Element type "xsl:choose" must be 
> declared.
> [Error] autoidx.xsl:452:58: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:453:64: Element type "fotex:sort" must be 
> declared.
> [Error] autoidx.xsl:454:61: Element type "xsl:copy-of" must 
> be declared.
> [Error] autoidx.xsl:457:26: Element type "xsl:otherwise" must 
> be declared.
> [Error] autoidx.xsl:458:59: Element type "xsl:copy-of" must 
> be declared.
> [Error] autoidx.xsl:464:54: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:466:45: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:467:55: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:468:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:469:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:470:70: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:476:74: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:477:34: Element type "fo:block" must be declared.
> [Error] autoidx.xsl:479:49: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:480:57: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:481:55: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:482:55: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:483:76: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:486:50: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:487:57: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:488:55: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:489:55: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:490:79: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:496:55: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:497:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:498:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:499:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:500:95: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:501:70: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:503:39: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:504:47: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:505:67: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:509:40: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:510:47: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:511:68: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:515:41: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:516:47: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:517:69: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:521:13: Element type "fo:block" must be declared.
> [Error] autoidx.xsl:522:41: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:523:64: Element type "xsl:attribute" must 
> be declared.
> [Error] autoidx.xsl:525:38: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:527:17: Element type "xsl:choose" must be 
> declared.
> [Error] autoidx.xsl:528:45: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:529:40: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:530:50: Element type "xsl:copy-of" must 
> be declared.
> [Error] autoidx.xsl:531:60: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:532:64: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:533:62: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:534:99: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:536:63: Element type "rx:page-index" must 
> be declared.
> [Error] autoidx.xsl:537:71: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:538:113: Element type "rx:index-item" 
> must be declared.
> [Error] autoidx.xsl:539:47: Element type "xsl:attribute" must 
> be declared.
> [Error] autoidx.xsl:540:64: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:541:29: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:542:54: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:543:29: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:544:53: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:548:94: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:549:81: Element type "rx:index-item" must 
> be declared.
> [Error] autoidx.xsl:550:47: Element type "xsl:attribute" must 
> be declared.
> [Error] autoidx.xsl:551:52: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:552:29: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:553:54: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:554:29: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:555:53: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:562:22: Element type "xsl:otherwise" must 
> be declared.
> [Error] autoidx.xsl:563:52: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:564:50: Element type "xsl:for-each" must 
> be declared.
> [Error] autoidx.xsl:565:62: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:566:61: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:567:59: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:568:59: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:569:68: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:574:21: Element type "xsl:choose" must be 
> declared.
> [Error] autoidx.xsl:575:58: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:576:64: Element type "fotex:sort" must be 
> declared.
> [Error] autoidx.xsl:577:61: Element type "xsl:copy-of" must 
> be declared.
> [Error] autoidx.xsl:580:26: Element type "xsl:otherwise" must 
> be declared.
> [Error] autoidx.xsl:581:59: Element type "xsl:copy-of" must 
> be declared.
> [Error] autoidx.xsl:587:30: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:589:45: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:590:55: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:591:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:592:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:593:70: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:599:32: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:600:15: Element type "fo:block" must be declared.
> [Error] autoidx.xsl:602:49: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:603:55: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:604:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:605:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:606:74: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:612:50: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:613:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:614:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:615:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:616:42: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:617:44: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:619:39: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:620:47: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:621:67: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:625:40: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:626:47: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:627:68: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:631:41: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:632:47: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:633:69: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:637:15: Element type "xsl:choose" must be 
> declared.
> [Error] autoidx.xsl:638:39: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:639:42: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:641:36: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:642:47: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:644:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] autoidx.xsl:645:49: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:649:15: Element type "xsl:choose" must be 
> declared.
> [Error] autoidx.xsl:650:46: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:651:43: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:652:71: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:653:55: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:654:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:655:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:658:107: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:659:48: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:660:55: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:661:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:662:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:665:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] autoidx.xsl:666:31: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:667:46: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:671:76: Element type "fo:basic-link" must 
> be declared.
> [Error] autoidx.xsl:672:50: Element type 
> "fo:page-number-citation" must be
> declared.
> [Error] autoidx.xsl:675:54: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:677:47: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:678:57: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:679:55: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:680:55: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:681:71: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:688:32: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:689:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:690:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:691:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:692:28: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:694:41: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:695:47: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:696:69: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:700:15: Element type "xsl:choose" must be 
> declared.
> [Error] autoidx.xsl:701:44: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:702:73: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:703:62: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:705:31: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:706:45: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:707:63: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:712:76: Element type "fo:basic-link" must 
> be declared.
> [Error] autoidx.xsl:713:50: Element type 
> "fo:page-number-citation" must be
> declared.
> [Error] autoidx.xsl:716:51: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:717:50: Element type "xsl:copy-of" must 
> be declared.
> [Error] autoidx.xsl:719:43: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:720:77: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:721:55: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:722:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:723:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:726:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] autoidx.xsl:727:50: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:728:62: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:730:31: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:731:45: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:732:62: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:737:76: Element type "fo:basic-link" must 
> be declared.
> [Error] autoidx.xsl:738:50: Element type 
> "fo:page-number-citation" must be
> declared.
> [Error] autoidx.xsl:744:37: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:747:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:748:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:749:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:756:122: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:758:27: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:759:41: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:760:58: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:765:72: Element type "fo:basic-link" must 
> be declared.
> [Error] autoidx.xsl:766:46: Element type 
> "fo:page-number-citation" must be
> declared.
> [Error] autoidx.xsl:770:50: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:771:40: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:772:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:773:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:775:15: Element type "fo:inline" must be declared.
> [Error] autoidx.xsl:776:16: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:777:40: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:778:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:780:16: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:781:34: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:782:16: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:786:54: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:787:40: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:788:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:789:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:791:34: Element type "xsl:for-each" must 
> be declared.
> [Error] autoidx.xsl:792:64: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:793:15: Element type "fo:block" must be declared.
> [Error] autoidx.xsl:794:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:795:41: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:796:56: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:798:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:799:33: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:800:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:808:44: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:809:64: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:810:42: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:811:42: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:814:122: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:817:73: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:820:79: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:822:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:823:26: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:824:15: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:825:15: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:826:39: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:827:60: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:829:15: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:832:57: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:833:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:834:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:835:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:836:74: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:838:15: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:843:48: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:844:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:845:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:846:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:847:74: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:849:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:852:45: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:853:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:854:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:855:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:857:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:858:41: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:859:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:860:44: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:861:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:862:49: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:863:49: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:867:57: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:868:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:869:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:870:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:871:100: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:872:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:873:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:874:69: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:875:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:878:52: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:879:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:880:49: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:881:49: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:882:72: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:884:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:887:64: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:888:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:889:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:890:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:891:100: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:894:52: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:895:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:896:49: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:897:49: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:898:72: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:902:61: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:903:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:904:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:905:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:906:48: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:907:69: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:908:73: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:910:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:911:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:912:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:913:41: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:914:59: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:916:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:917:25: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:918:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:920:33: Element type "xsl:for-each" must 
> be declared.
> [Error] autoidx.xsl:921:61: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:922:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:923:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:924:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:928:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:930:89: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:932:50: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:933:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:934:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:935:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:936:68: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:940:54: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:941:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:942:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:943:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:944:72: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:948:56: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:949:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:950:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:951:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:952:76: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:955:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:958:63: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:959:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:960:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:961:39: Element type "xsl:param" must be declared.
> [Error] autoidx.xsl:962:76: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:963:71: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:964:73: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:966:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:967:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:968:41: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:969:61: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:971:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:972:25: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:973:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:975:33: Element type "xsl:for-each" must 
> be declared.
> [Error] autoidx.xsl:976:61: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:977:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:978:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:979:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:983:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:985:87: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:987:50: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:988:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:989:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:990:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:991:68: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:994:54: Element type "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:995:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:996:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:997:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:998:72: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:1001:55: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:1002:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1003:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1004:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1005:75: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:1010:62: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:1011:39: Element type "xsl:param" must be 
> declared.
> [Error] autoidx.xsl:1012:39: Element type "xsl:param" must be 
> declared.
> [Error] autoidx.xsl:1013:39: Element type "xsl:param" must be 
> declared.
> [Error] autoidx.xsl:1014:95: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:1015:70: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:1016:73: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:1018:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1019:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1020:41: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:1021:60: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1023:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1024:25: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:1025:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1027:33: Element type "xsl:for-each" must 
> be declared.
> [Error] autoidx.xsl:1028:61: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:1029:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1030:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1031:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1035:13: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1037:64: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:1038:23: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:1040:50: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:1041:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1042:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1043:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1044:68: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:1047:54: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] autoidx.xsl:1048:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1049:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1050:51: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1051:72: Element type "xsl:sort" must be declared.
> [Error] autoidx.xsl:1056:57: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:1057:39: Element type "xsl:param" must be 
> declared.
> [Error] autoidx.xsl:1058:39: Element type "xsl:param" must be 
> declared.
> [Error] autoidx.xsl:1059:39: Element type "xsl:param" must be 
> declared.
> [Error] autoidx.xsl:1061:15: Element type "xsl:choose" must 
> be declared.
> [Error] autoidx.xsl:1062:46: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:1063:50: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:1064:71: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1065:55: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1066:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1067:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1070:20: Element type "xsl:otherwise" 
> must be declared.
> [Error] autoidx.xsl:1071:31: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:1072:46: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:1076:19: Element type "xsl:choose" must 
> be declared.
> [Error] autoidx.xsl:1077:60: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:1078:21: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1079:21: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1080:45: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:1081:21: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1083:76: Element type "fo:basic-link" 
> must be declared.
> [Error] autoidx.xsl:1084:60: Element type 
> "fo:page-number-citation" must be
> declared.
> [Error] autoidx.xsl:1085:23: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1086:54: Element type 
> "fo:page-number-citation" must be
> declared.
> [Error] autoidx.xsl:1088:21: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1089:21: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1091:24: Element type "xsl:otherwise" 
> must be declared.
> [Error] autoidx.xsl:1092:21: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1093:30: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:1094:23: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1095:41: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:1096:23: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1099:76: Element type "fo:basic-link" 
> must be declared.
> [Error] autoidx.xsl:1100:54: Element type 
> "fo:page-number-citation" must be
> declared.
> [Error] autoidx.xsl:1102:30: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:1103:23: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1105:21: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1112:39: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:1113:39: Element type "xsl:param" must be 
> declared.
> [Error] autoidx.xsl:1114:39: Element type "xsl:param" must be 
> declared.
> [Error] autoidx.xsl:1115:39: Element type "xsl:param" must be 
> declared.
> [Error] autoidx.xsl:1116:28: Element type "xsl:param" must be 
> declared.
> [Error] autoidx.xsl:1117:15: Element type "xsl:choose" must 
> be declared.
> [Error] autoidx.xsl:1118:44: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:1119:73: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:1120:71: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:1122:31: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:1123:45: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:1124:62: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1128:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1129:59: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:1130:19: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1131:37: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:1132:19: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1135:76: Element type "fo:basic-link" 
> must be declared.
> [Error] autoidx.xsl:1136:50: Element type 
> "fo:page-number-citation" must be
> declared.
> [Error] autoidx.xsl:1138:59: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:1139:19: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1141:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1143:43: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:1144:77: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1145:55: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1146:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1147:53: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1150:20: Element type "xsl:otherwise" 
> must be declared.
> [Error] autoidx.xsl:1151:50: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:1152:71: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:1154:31: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:1155:45: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:1156:62: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1160:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1161:58: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:1162:19: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1163:37: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:1164:19: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1167:76: Element type "fo:basic-link" 
> must be declared.
> [Error] autoidx.xsl:1168:50: Element type 
> "fo:page-number-citation" must be
> declared.
> [Error] autoidx.xsl:1170:58: Element type "xsl:if" must be declared.
> [Error] autoidx.xsl:1171:19: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1173:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1178:57: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:1179:39: Element type "xsl:param" must be 
> declared.
> [Error] autoidx.xsl:1180:39: Element type "xsl:param" must be 
> declared.
> [Error] autoidx.xsl:1181:39: Element type "xsl:param" must be 
> declared.
> [Error] autoidx.xsl:1182:13: Element type "fo:block" must be declared.
> [Error] autoidx.xsl:1183:15: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1184:15: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1185:43: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:1186:57: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1188:15: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1189:15: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1193:61: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:1194:39: Element type "xsl:param" must be 
> declared.
> [Error] autoidx.xsl:1195:39: Element type "xsl:param" must be 
> declared.
> [Error] autoidx.xsl:1196:39: Element type "xsl:param" must be 
> declared.
> [Error] autoidx.xsl:1197:13: Element type "fo:block" must be declared.
> [Error] autoidx.xsl:1198:15: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1199:15: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1200:43: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:1201:61: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1203:15: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1204:15: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1208:34: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:1209:39: Element type "xsl:param" must be 
> declared.
> [Error] autoidx.xsl:1211:72: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:1212:74: Element type "xsl:variable" must 
> be declared.
> [Error] autoidx.xsl:1214:15: Element type "xsl:choose" must 
> be declared.
> [Error] autoidx.xsl:1216:77: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:1217:38: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:1218:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1219:45: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:1220:78: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1225:77: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:1226:39: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:1227:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1228:45: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:1229:79: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1233:46: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:1234:38: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:1235:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1236:45: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:1237:78: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1241:47: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:1242:39: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:1243:17: Element type "xsl:text" must be declared.
> [Error] autoidx.xsl:1244:45: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:1245:79: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1249:20: Element type "xsl:otherwise" 
> must be declared.
> [Error] autoidx.xsl:1250:37: Element type "xsl:value-of" must 
> be declared.
> [Error] autoidx.xsl:1255:38: Element type "xsl:template" must 
> be declared.
> [Error] autoidx.xsl:1256:38: Element type "xsl:param" must be 
> declared.
> [Error] autoidx.xsl:1257:26: Element type "xsl:param" must be 
> declared.
> [Error] autoidx.xsl:1258:46: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:1261:15: Element type "xsl:choose" must 
> be declared.
> [Error] autoidx.xsl:1262:52: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:1263:19: Element type "xsl:choose" must 
> be declared.
> [Error] autoidx.xsl:1265:54: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:1266:56: Element type "xsl:copy-of" must 
> be declared.
> [Error] autoidx.xsl:1268:24: Element type "xsl:otherwise" 
> must be declared.
> [Error] autoidx.xsl:1269:54: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:1270:57: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1271:44: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1272:41: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1277:54: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:1278:19: Element type "xsl:choose" must 
> be declared.
> [Error] autoidx.xsl:1280:56: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:1281:58: Element type "xsl:copy-of" must 
> be declared.
> [Error] autoidx.xsl:1283:24: Element type "xsl:otherwise" 
> must be declared.
> [Error] autoidx.xsl:1284:54: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:1285:57: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1286:44: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1287:41: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1292:53: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:1293:19: Element type "xsl:choose" must 
> be declared.
> [Error] autoidx.xsl:1295:55: Element type "xsl:when" must be declared.
> [Error] autoidx.xsl:1296:57: Element type "xsl:copy-of" must 
> be declared.
> [Error] autoidx.xsl:1298:24: Element type "xsl:otherwise" 
> must be declared.
> [Error] autoidx.xsl:1299:54: Element type "xsl:call-template" must be
> declared.
> [Error] autoidx.xsl:1300:57: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1301:44: Element type "xsl:with-param" 
> must be declared.
> [Error] autoidx.xsl:1302:41: Element type "xsl:with-param" 
> must be declared.
> [Error] graphics.xsl:14:31: Element type "xsl:stylesheet" 
> must be declared.
> [Error] graphics.xsl:33:37: Element type "xsl:param" must be declared.
> [Error] graphics.xsl:35:15: Element type "xsl:choose" must be 
> declared.
> [Error] graphics.xsl:36:50: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:37:17: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:39:44: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:40:17: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:42:43: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:43:17: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:45:49: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:46:17: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:48:43: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:49:17: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:51:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] graphics.xsl:52:17: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:57:40: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:58:29: Element type "xsl:param" must be declared.
> [Error] graphics.xsl:59:72: Element type "xsl:if" must be declared.
> [Error] graphics.xsl:62:38: Element type "xsl:param" must be declared.
> [Error] graphics.xsl:64:15: Element type "xsl:choose" must be 
> declared.
> [Error] graphics.xsl:65:50: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:66:17: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:68:44: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:69:17: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:71:43: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:72:17: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:74:49: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:75:17: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:77:43: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:78:17: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:80:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] graphics.xsl:81:17: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:86:43: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:87:26: Element type "xsl:param" must be declared.
> [Error] graphics.xsl:90:73: Element type "xsl:variable" must 
> be declared.
> [Error] graphics.xsl:93:54: Element type "xsl:if" must be declared.
> [Error] graphics.xsl:96:50: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:97:29: Element type "xsl:param" must be declared.
> [Error] graphics.xsl:98:42: Element type "xsl:variable" must 
> be declared.
> [Error] graphics.xsl:99:49: Element type "xsl:call-template" must be
> declared.
> [Error] graphics.xsl:100:55: Element type "xsl:with-param" 
> must be declared.
> [Error] graphics.xsl:103:37: Element type "xsl:if" must be declared.
> [Error] graphics.xsl:104:17: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:105:37: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:106:49: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:107:39: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:108:40: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:109:40: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:110:40: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:111:40: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:112:43: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:113:43: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:114:22: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:116:62: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:125:34: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:126:13: Element type "fo:block" must be declared.
> [Error] graphics.xsl:127:27: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] graphics.xsl:131:34: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:138:36: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:144:33: Element type "xsl:variable" must 
> be declared.
> [Error] graphics.xsl:145:17: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:146:51: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:147:38: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:149:49: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:150:31: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:151:34: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:151:68: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:152:41: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:153:22: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:157:30: Element type "xsl:variable" must 
> be declared.
> [Error] graphics.xsl:158:17: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:159:51: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:160:55: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:161:31: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:162:50: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:164:22: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:168:33: Element type "xsl:variable" must 
> be declared.
> [Error] graphics.xsl:169:17: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:171:60: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:173:56: Element type "xsl:call-template" must be
> declared.
> [Error] graphics.xsl:174:53: Element type "xsl:with-param" 
> must be declared.
> [Error] graphics.xsl:177:22: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:179:56: Element type "xsl:call-template" must be
> declared.
> [Error] graphics.xsl:180:54: Element type "xsl:with-param" 
> must be declared.
> [Error] graphics.xsl:186:37: Element type "xsl:variable" must 
> be declared.
> [Error] graphics.xsl:187:28: Element type "xsl:if" must be declared.
> [Error] graphics.xsl:188:61: Element type "xsl:call-template" must be
> declared.
> [Error] graphics.xsl:189:57: Element type "xsl:with-param" 
> must be declared.
> 
> [Error] graphics.xsl:194:32: Element type "xsl:variable" must 
> be declared.
> [Error] graphics.xsl:195:56: Element type "xsl:call-template" must be
> declared.
> [Error] graphics.xsl:196:48: Element type "xsl:with-param" 
> must be declared.
> [Error] graphics.xsl:200:24: Element type 
> "fo:external-graphic" must be
> declared.
> [Error] graphics.xsl:201:31: Element type "xsl:attribute" 
> must be declared.
> [Error] graphics.xsl:202:51: Element type "xsl:call-template" must be
> declared.
> [Error] graphics.xsl:203:41: Element type "xsl:with-param" 
> must be declared.
> [Error] graphics.xsl:206:59: Element type "xsl:if" must be declared.
> [Error] graphics.xsl:207:51: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:209:45: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:214:33: Element type "xsl:attribute" 
> must be declared.
> [Error] graphics.xsl:215:19: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:216:53: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:217:47: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:218:42: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:220:54: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:221:49: Element type "xsl:call-template" must be
> declared.
> [Error] graphics.xsl:222:60: Element type "xsl:with-param" 
> must be declared.
> [Error] graphics.xsl:223:65: Element type "xsl:with-param" 
> must be declared.
> [Error] graphics.xsl:226:69: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:227:49: Element type "xsl:call-template" must be
> declared.
> [Error] graphics.xsl:228:74: Element type "xsl:with-param" 
> must be declared.
> [Error] graphics.xsl:229:65: Element type "xsl:with-param" 
> must be declared.
> [Error] graphics.xsl:232:24: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:236:34: Element type "xsl:attribute" 
> must be declared.
> [Error] graphics.xsl:237:19: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:238:53: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:239:47: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:240:42: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:242:33: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:243:49: Element type "xsl:call-template" must be
> declared.
> [Error] graphics.xsl:244:60: Element type "xsl:with-param" 
> must be declared.
> [Error] graphics.xsl:245:65: Element type "xsl:with-param" 
> must be declared.
> [Error] graphics.xsl:248:24: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:252:41: Element type "xsl:attribute" 
> must be declared.
> [Error] graphics.xsl:253:19: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:254:53: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:255:54: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:256:49: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:258:40: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:259:49: Element type "xsl:call-template" must be
> declared.
> [Error] graphics.xsl:260:67: Element type "xsl:with-param" 
> must be declared.
> [Error] graphics.xsl:261:65: Element type "xsl:with-param" 
> must be declared.
> [Error] graphics.xsl:264:48: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:265:48: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:266:21: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:268:40: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:269:24: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:273:42: Element type "xsl:attribute" 
> must be declared.
> [Error] graphics.xsl:274:19: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:275:53: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:276:54: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:277:49: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:279:40: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:280:49: Element type "xsl:call-template" must be
> declared.
> [Error] graphics.xsl:281:67: Element type "xsl:with-param" 
> must be declared.
> [Error] graphics.xsl:282:65: Element type "xsl:with-param" 
> must be declared.
> [Error] graphics.xsl:285:48: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:286:48: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:287:21: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:289:40: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:290:24: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:294:40: Element type "xsl:if" must be declared.
> [Error] graphics.xsl:295:42: Element type "xsl:attribute" 
> must be declared.
> [Error] graphics.xsl:296:71: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:300:35: Element type "xsl:if" must be declared.
> [Error] graphics.xsl:301:46: Element type "xsl:attribute" 
> must be declared.
> [Error] graphics.xsl:302:42: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:306:27: Element type "xsl:if" must be declared.
> [Error] graphics.xsl:307:40: Element type "xsl:attribute" 
> must be declared.
> [Error] graphics.xsl:308:40: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:312:28: Element type "xsl:if" must be declared.
> [Error] graphics.xsl:313:43: Element type "xsl:attribute" 
> must be declared.
> [Error] graphics.xsl:314:21: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:315:44: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:316:47: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:317:47: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:318:26: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:327:31: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:328:15: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:329:45: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:330:48: Element type "xsl:call-template" must be
> declared.
> [Error] graphics.xsl:332:20: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:333:17: Element type "fo:block" must be declared.
> [Error] graphics.xsl:334:31: Element type "xsl:if" must be declared.
> [Error] graphics.xsl:335:44: Element type "xsl:attribute" 
> must be declared.
> [Error] graphics.xsl:336:44: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:339:50: Element type "xsl:call-template" must be
> declared.
> [Error] graphics.xsl:345:37: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:346:71: Element type "xsl:variable" must 
> be declared.
> [Error] graphics.xsl:347:33: Element type "xsl:variable" must 
> be declared.
> [Error] graphics.xsl:348:17: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:349:35: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:350:65: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:352:22: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:353:49: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] graphics.xsl:358:15: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:359:45: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:360:19: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:362:60: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:363:23: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:364:57: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:365:93: Element type "stext:insertfile" must be
> declared.
> [Error] graphics.xsl:367:78: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:368:53: Element type "xtext:insertfile" must be
> declared.
> [Error] graphics.xsl:370:28: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:371:44: Element type "xsl:message" must 
> be declared.
> [Error] graphics.xsl:372:27: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:373:49: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:378:17: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:379:33: Element type "xsl:message" must 
> be declared.
> [Error] graphics.xsl:380:16: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:380:75: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:381:16: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:386:20: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:387:48: Element type "xsl:call-template" must be
> declared.
> [Error] graphics.xsl:394:49: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:398:37: Element type "xsl:variable" must 
> be declared.
> [Error] graphics.xsl:400:37: Element type "xsl:variable" must 
> be declared.
> [Error] graphics.xsl:401:56: Element type "xsl:call-template" must be
> declared.
> [Error] graphics.xsl:402:53: Element type "xsl:with-param" 
> must be declared.
> [Error] graphics.xsl:403:48: Element type "xsl:with-param" 
> must be declared.
> [Error] graphics.xsl:407:76: Element type "xsl:variable" must 
> be declared.
> [Error] graphics.xsl:409:30: Element type "xsl:variable" must 
> be declared.
> [Error] graphics.xsl:410:77: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:413:27: Element type "xsl:variable" must 
> be declared.
> [Error] graphics.xsl:414:42: Element type "xsl:call-template" must be
> declared.
> [Error] graphics.xsl:417:24: Element type "fo:block" must be declared.
> [Error] graphics.xsl:418:34: Element type "xsl:if" must be declared.
> [Error] graphics.xsl:419:40: Element type "xsl:attribute" 
> must be declared.
> [Error] graphics.xsl:420:40: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:424:44: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] graphics.xsl:425:44: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] graphics.xsl:429:41: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:430:49: Element type "xsl:call-template" must be
> declared.
> [Error] graphics.xsl:435:37: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:436:46: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] graphics.xsl:437:46: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] graphics.xsl:440:35: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:441:15: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:442:32: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:443:48: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] graphics.xsl:445:20: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:446:35: Element type 
> "fo:instream-foreign-object" must
> be declared.
> [Error] graphics.xsl:447:47: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] graphics.xsl:455:41: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:456:13: Element type "xsl:copy" must be declared.
> [Error] graphics.xsl:457:31: Element type "xsl:for-each" must 
> be declared.
> [Error] graphics.xsl:458:18: Element type "xsl:copy" must be declared.
> [Error] graphics.xsl:460:43: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] graphics.xsl:464:81: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:465:14: Element type "xsl:copy" must be declared.
> [Error] graphics.xsl:470:33: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:471:71: Element type "xsl:variable" must 
> be declared.
> [Error] graphics.xsl:472:33: Element type "xsl:variable" must 
> be declared.
> [Error] graphics.xsl:473:52: Element type "xsl:call-template" must be
> declared.
> [Error] graphics.xsl:474:50: Element type "xsl:with-param" 
> must be declared.
> [Error] graphics.xsl:478:15: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:479:75: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:480:29: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] graphics.xsl:483:45: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:484:19: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:486:60: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:487:23: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:488:57: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:489:93: Element type "stext:insertfile" must be
> declared.
> [Error] graphics.xsl:491:78: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:492:53: Element type "xtext:insertfile" must be
> declared.
> [Error] graphics.xsl:494:28: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:495:44: Element type "xsl:message" must 
> be declared.
> [Error] graphics.xsl:496:27: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:497:49: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:502:24: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:503:33: Element type "xsl:message" must 
> be declared.
> [Error] graphics.xsl:504:16: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:504:75: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:505:16: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:510:20: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:511:48: Element type "xsl:call-template" must be
> declared.
> [Error] graphics.xsl:518:35: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:519:44: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] graphics.xsl:522:33: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:523:44: Element type "xsl:call-template" must be
> declared.
> [Error] graphics.xsl:528:35: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:529:44: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] graphics.xsl:532:33: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:533:44: Element type "xsl:call-template" must be
> declared.
> [Error] graphics.xsl:538:34: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:539:25: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] graphics.xsl:542:32: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:543:71: Element type "xsl:variable" must 
> be declared.
> [Error] graphics.xsl:544:33: Element type "xsl:variable" must 
> be declared.
> [Error] graphics.xsl:545:17: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:546:35: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:547:65: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:549:22: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:550:49: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] graphics.xsl:555:33: Element type "xsl:variable" must 
> be declared.
> [Error] graphics.xsl:556:17: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:557:34: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:558:43: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:560:22: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:561:60: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:566:15: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:568:56: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:569:19: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:570:64: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:571:72: Element type "stext:insertfile" must be
> declared.
> [Error] graphics.xsl:573:64: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:574:49: Element type "xtext:insertfile" must be
> declared.
> [Error] graphics.xsl:576:17: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:577:33: Element type "xsl:message" must 
> be declared.
> [Error] graphics.xsl:578:16: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:579:38: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:584:20: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:585:36: Element type "xsl:message" must 
> be declared.
> [Error] graphics.xsl:586:12: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:586:71: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:587:12: Element type "xsl:text" must be declared.
> [Error] graphics.xsl:595:31: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:596:13: Element type "fo:block" must be declared.
> [Error] graphics.xsl:597:75: Element type "xsl:if" must be declared.
> [Error] graphics.xsl:598:40: Element type "xsl:attribute" 
> must be declared.
> [Error] graphics.xsl:599:43: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:601:27: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] graphics.xsl:607:40: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:608:31: Element type "xsl:param" must be 
> declared.
> [Error] graphics.xsl:610:15: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:612:47: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:613:41: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:615:20: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:616:62: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:622:32: Element type "xsl:template" must 
> be declared.
> [Error] graphics.xsl:624:15: Element type "xsl:choose" must 
> be declared.
> [Error] graphics.xsl:625:61: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:627:33: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:629:53: Element type "xsl:when" must be declared.
> [Error] graphics.xsl:631:33: Element type "xsl:value-of" must 
> be declared.
> [Error] graphics.xsl:633:20: Element type "xsl:otherwise" 
> must be declared.
> [Error] graphics.xsl:635:46: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:10:31: Element type "xsl:stylesheet" must 
> be declared.
> [Error] inline.xsl:22:35: Element type "xsl:template" must be 
> declared.
> [Error] inline.xsl:23:38: Element type "xsl:param" must be declared.
> [Error] inline.xsl:24:29: Element type "xsl:param" must be declared.
> [Error] inline.xsl:25:27: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:27:54: Element type "xsl:param" must be declared.
> [Error] inline.xsl:28:55: Element type "xsl:param" must be declared.
> [Error] inline.xsl:30:15: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:33:56: Element type "xsl:when" must be declared.
> [Error] inline.xsl:36:37: Element type "xsl:variable" must be 
> declared.
> [Error] inline.xsl:37:21: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:43:66: Element type "xsl:when" must be declared.
> [Error] inline.xsl:44:26: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:49:37: Element type "xsl:variable" must be 
> declared.
> [Error] inline.xsl:50:21: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:54:38: Element type "xsl:when" must be declared.
> [Error] inline.xsl:55:26: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:59:19: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:60:40: Element type "xsl:when" must be declared.
> [Error] inline.xsl:62:38: Element type "xsl:variable" must be 
> declared.
> [Error] inline.xsl:63:54: Element type "xsl:call-template" 
> must be declared.
> [Error] inline.xsl:64:64: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:68:67: Element type "xsl:variable" must be 
> declared.
> [Error] inline.xsl:69:61: Element type "xsl:variable" must be 
> declared.
> [Error] inline.xsl:71:53: Element type "xsl:call-template" 
> must be declared.
> [Error] inline.xsl:72:61: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:75:23: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:76:49: Element type "xsl:when" must be declared.
> [Error] inline.xsl:77:28: Element type "xsl:message" must be declared.
> [Error] inline.xsl:78:27: Element type "xsl:text" must be declared.
> [Error] inline.xsl:79:48: Element type "xsl:value-of" must be 
> declared.
> [Error] inline.xsl:81:47: Element type "xsl:copy-of" must be declared.
> [Error] inline.xsl:84:28: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:85:62: Element type "fo:basic-link" must 
> be declared.
> [Error] inline.xsl:86:49: Element type "xsl:copy-of" must be declared.
> [Error] inline.xsl:92:40: Element type "xsl:when" must be declared.
> [Error] inline.xsl:93:36: Element type "xsl:call-template" 
> must be declared.
> [Error] inline.xsl:94:56: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:99:24: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:100:63: Element type "fo:basic-link" must 
> be declared.
> [Error] inline.xsl:101:45: Element type "xsl:copy-of" must be 
> declared.
> [Error] inline.xsl:106:59: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:107:57: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:113:31: Element type "xsl:when" must be declared.
> [Error] inline.xsl:114:65: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:115:57: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:117:49: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:118:59: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:121:19: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:122:45: Element type "xsl:when" must be declared.
> [Error] inline.xsl:123:24: Element type "xsl:message" must be 
> declared.
> [Error] inline.xsl:124:23: Element type "xsl:text" must be declared.
> [Error] inline.xsl:125:46: Element type "xsl:value-of" must 
> be declared.
> [Error] inline.xsl:127:43: Element type "xsl:copy-of" must be 
> declared.
> [Error] inline.xsl:130:24: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:131:60: Element type "fo:basic-link" must 
> be declared.
> [Error] inline.xsl:132:45: Element type "xsl:copy-of" must be 
> declared.
> [Error] inline.xsl:138:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:139:39: Element type "xsl:copy-of" must be 
> declared.
> [Error] inline.xsl:145:37: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:146:29: Element type "xsl:param" must be declared.
> [Error] inline.xsl:147:44: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:148:38: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:149:31: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:154:15: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:155:27: Element type "xsl:when" must be declared.
> [Error] inline.xsl:156:18: Element type "fo:inline" must be declared.
> [Error] inline.xsl:157:41: Element type "xsl:attribute" must 
> be declared.
> [Error] inline.xsl:158:23: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:159:59: Element type "xsl:when" must be declared.
> [Error] inline.xsl:160:28: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:163:41: Element type "xsl:copy-of" must be 
> declared.
> [Error] inline.xsl:166:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:167:39: Element type "xsl:copy-of" must be 
> declared.
> [Error] inline.xsl:172:37: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:173:29: Element type "xsl:param" must be declared.
> [Error] inline.xsl:174:44: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:175:38: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:176:31: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:181:60: Element type "fo:inline" must be declared.
> [Error] inline.xsl:182:25: Element type "xsl:if" must be declared.
> [Error] inline.xsl:183:39: Element type "xsl:attribute" must 
> be declared.
> [Error] inline.xsl:184:21: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:185:57: Element type "xsl:when" must be declared.
> [Error] inline.xsl:186:26: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:190:37: Element type "xsl:copy-of" must be 
> declared.
> [Error] inline.xsl:194:37: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:195:29: Element type "xsl:param" must be declared.
> [Error] inline.xsl:196:44: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:197:38: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:198:31: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:203:33: Element type "fo:inline" must be declared.
> [Error] inline.xsl:204:25: Element type "xsl:if" must be declared.
> [Error] inline.xsl:205:39: Element type "xsl:attribute" must 
> be declared.
> [Error] inline.xsl:206:21: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:207:57: Element type "xsl:when" must be declared.
> [Error] inline.xsl:208:26: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:212:37: Element type "xsl:copy-of" must be 
> declared.
> [Error] inline.xsl:216:39: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:217:29: Element type "xsl:param" must be declared.
> [Error] inline.xsl:218:44: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:219:38: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:220:31: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:225:34: Element type "fo:inline" must be declared.
> [Error] inline.xsl:226:39: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:227:25: Element type "xsl:if" must be declared.
> [Error] inline.xsl:228:39: Element type "xsl:attribute" must 
> be declared.
> [Error] inline.xsl:229:21: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:230:57: Element type "xsl:when" must be declared.
> [Error] inline.xsl:231:26: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:235:37: Element type "xsl:copy-of" must be 
> declared.
> [Error] inline.xsl:239:41: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:240:29: Element type "xsl:param" must be declared.
> [Error] inline.xsl:241:44: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:242:38: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:243:31: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:248:79: Element type "fo:inline" must be declared.
> [Error] inline.xsl:249:39: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:250:25: Element type "xsl:if" must be declared.
> [Error] inline.xsl:251:39: Element type "xsl:attribute" must 
> be declared.
> [Error] inline.xsl:252:21: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:253:57: Element type "xsl:when" must be declared.
> [Error] inline.xsl:254:26: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:258:37: Element type "xsl:copy-of" must be 
> declared.
> [Error] inline.xsl:262:43: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:263:29: Element type "xsl:param" must be declared.
> [Error] inline.xsl:264:44: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:265:38: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:266:31: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:271:80: Element type "fo:inline" must be declared.
> [Error] inline.xsl:272:39: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:273:25: Element type "xsl:if" must be declared.
> [Error] inline.xsl:274:39: Element type "xsl:attribute" must 
> be declared.
> [Error] inline.xsl:275:21: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:276:57: Element type "xsl:when" must be declared.
> [Error] inline.xsl:277:26: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:281:37: Element type "xsl:copy-of" must be 
> declared.
> [Error] inline.xsl:285:44: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:286:29: Element type "xsl:param" must be declared.
> [Error] inline.xsl:287:44: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:288:38: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:289:31: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:294:62: Element type "fo:inline" must be declared.
> [Error] inline.xsl:295:39: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:296:25: Element type "xsl:if" must be declared.
> [Error] inline.xsl:297:39: Element type "xsl:attribute" must 
> be declared.
> [Error] inline.xsl:298:21: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:299:57: Element type "xsl:when" must be declared.
> [Error] inline.xsl:300:26: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:304:17: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:305:45: Element type "xsl:when" must be declared.
> [Error] inline.xsl:306:46: Element type "xsl:attribute" must 
> be declared.
> [Error] inline.xsl:308:22: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:309:46: Element type "xsl:attribute" must 
> be declared.
> [Error] inline.xsl:312:37: Element type "xsl:copy-of" must be 
> declared.
> [Error] inline.xsl:316:42: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:317:29: Element type "xsl:param" must be declared.
> [Error] inline.xsl:318:44: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:319:38: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:320:31: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:325:60: Element type "fo:inline" must be declared.
> [Error] inline.xsl:326:39: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:327:25: Element type "xsl:if" must be declared.
> [Error] inline.xsl:328:39: Element type "xsl:attribute" must 
> be declared.
> [Error] inline.xsl:329:21: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:330:57: Element type "xsl:when" must be declared.
> [Error] inline.xsl:331:26: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:335:17: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:336:45: Element type "xsl:when" must be declared.
> [Error] inline.xsl:337:46: Element type "xsl:attribute" must 
> be declared.
> [Error] inline.xsl:339:22: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:340:46: Element type "xsl:attribute" must 
> be declared.
> [Error] inline.xsl:343:37: Element type "xsl:copy-of" must be 
> declared.
> [Error] inline.xsl:350:30: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:351:42: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:352:36: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:353:46: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:358:30: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:359:42: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:360:36: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:361:46: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:366:35: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:367:42: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:368:36: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:369:46: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:374:38: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:375:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:380:29: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:381:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:384:30: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:385:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:388:35: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:389:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:392:33: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:393:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:396:37: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:397:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:400:37: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:401:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:404:34: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:405:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:408:31: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:409:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:412:38: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:413:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:416:32: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:417:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:420:32: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:421:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:424:28: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:426:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:429:33: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:430:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:433:33: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:434:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:437:33: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:438:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:441:33: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:442:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:445:29: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:446:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:449:32: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:450:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:453:32: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:454:15: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:456:66: Element type "xsl:when" must be declared.
> [Error] inline.xsl:457:53: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:458:48: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:459:40: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:460:50: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:461:44: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:462:56: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:467:17: Element type "xsl:text" must be declared.
> [Error] inline.xsl:468:59: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:469:17: Element type "xsl:text" must be declared.
> [Error] inline.xsl:471:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:472:48: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:477:55: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:478:51: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:479:39: Element type "xsl:if" must be declared.
> [Error] inline.xsl:480:15: Element type "xsl:text" must be declared.
> [Error] inline.xsl:484:57: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:485:51: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:486:39: Element type "xsl:if" must be declared.
> [Error] inline.xsl:487:15: Element type "xsl:text" must be declared.
> [Error] inline.xsl:491:33: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:492:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:495:31: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:496:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:499:32: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:500:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:503:31: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:504:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:507:35: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:508:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:511:34: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:512:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:515:32: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:516:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:519:33: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:520:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:523:43: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:524:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:527:30: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:528:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:531:31: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:532:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:535:30: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:536:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:539:31: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:540:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:543:28: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:544:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:547:34: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:548:47: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:551:32: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:552:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:555:35: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:556:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:559:30: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:560:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:563:31: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:564:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:567:33: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:568:51: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:571:32: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:572:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:575:30: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:576:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:579:35: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:580:51: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:583:35: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:584:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:587:35: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:588:51: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:591:34: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:592:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:595:30: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:596:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:599:34: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:600:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:603:29: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:604:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:607:28: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:608:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:611:33: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:612:49: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:615:30: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:616:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:619:31: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:620:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:623:36: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:624:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:627:33: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:628:15: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:629:43: Element type "xsl:when" must be declared.
> [Error] inline.xsl:630:53: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:631:49: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:632:51: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:634:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:635:51: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:640:32: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:641:30: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:642:41: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:643:37: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:644:39: Element type "xsl:number" must be declared.
> [Error] inline.xsl:649:15: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:650:53: Element type "xsl:when" must be declared.
> [Error] inline.xsl:651:49: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:653:40: Element type "xsl:when" must be declared.
> [Error] inline.xsl:654:46: Element type "fo:inline" must be declared.
> [Error] inline.xsl:655:51: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:658:44: Element type "xsl:when" must be declared.
> [Error] inline.xsl:659:49: Element type "fo:inline" must be declared.
> [Error] inline.xsl:660:51: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:663:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:664:19: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:665:43: Element type "xsl:when" must be declared.
> [Error] inline.xsl:666:42: Element type "fo:inline" must be declared.
> [Error] inline.xsl:667:35: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:670:24: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:671:55: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:678:37: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:679:47: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:682:30: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:683:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:686:30: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:687:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:690:29: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:691:30: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:692:41: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:693:37: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:693:67: Element type "xsl:number" must be declared.
> [Error] inline.xsl:696:15: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:697:39: Element type "xsl:when" must be declared.
> [Error] inline.xsl:698:53: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:699:49: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:700:51: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:702:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:703:59: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:704:49: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:705:57: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:710:31: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:711:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:714:34: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:715:47: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:718:38: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:719:34: Element type "fo:inline" must be declared.
> [Error] inline.xsl:720:47: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:724:35: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:725:52: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:728:33: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:729:50: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:732:33: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:733:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:734:15: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:736:48: Element type "xsl:when" must be declared.
> [Error] inline.xsl:737:41: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:738:57: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:741:41: Element type "xsl:when" must be declared.
> [Error] inline.xsl:742:55: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:743:55: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:746:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:747:41: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:748:62: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:754:33: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:755:39: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:756:50: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:760:50: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:761:43: Element type "xsl:param" must be declared.
> [Error] inline.xsl:763:15: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:764:80: Element type "xsl:when" must be declared.
> [Error] inline.xsl:765:65: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:766:57: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:768:19: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:769:34: Element type "xsl:when" must be declared.
> [Error] inline.xsl:771:67: Element type "fo:basic-link" must 
> be declared.
> [Error] inline.xsl:772:57: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:775:24: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:776:55: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:784:54: Element type "xsl:when" must be declared.
> [Error] inline.xsl:785:33: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:786:21: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:787:38: Element type "xsl:when" must be declared.
> [Error] inline.xsl:787:72: Element type "xsl:value-of" must 
> be declared.
> [Error] inline.xsl:788:26: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:788:52: Element type "xsl:value-of" must 
> be declared.
> [Error] inline.xsl:792:89: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:794:19: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:795:38: Element type "xsl:when" must be declared.
> [Error] inline.xsl:796:24: Element type "xsl:message" must be 
> declared.
> [Error] inline.xsl:797:23: Element type "xsl:text" must be declared.
> [Error] inline.xsl:798:43: Element type "xsl:value-of" must 
> be declared.
> [Error] inline.xsl:799:23: Element type "xsl:text" must be declared.
> [Error] inline.xsl:800:58: Element type "xsl:value-of" must 
> be declared.
> [Error] inline.xsl:802:55: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:804:24: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:805:35: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:806:49: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:807:62: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:811:67: Element type "fo:basic-link" must 
> be declared.
> [Error] inline.xsl:812:57: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:820:53: Element type "xsl:when" must be declared.
> [Error] inline.xsl:821:33: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:822:21: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:823:38: Element type "xsl:when" must be declared.
> [Error] inline.xsl:824:64: Element type "xsl:value-of" must 
> be declared.
> [Error] inline.xsl:826:26: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:827:56: Element type "xsl:value-of" must 
> be declared.
> [Error] inline.xsl:834:58: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:836:57: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:838:19: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:839:44: Element type "xsl:when" must be declared.
> [Error] inline.xsl:840:24: Element type "xsl:message" must be 
> declared.
> [Error] inline.xsl:841:23: Element type "xsl:text" must be declared.
> [Error] inline.xsl:842:39: Element type "xsl:value-of" must 
> be declared.
> [Error] inline.xsl:843:23: Element type "xsl:text" must be declared.
> [Error] inline.xsl:845:55: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:847:24: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:848:39: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:849:49: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:850:63: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:855:67: Element type "fo:basic-link" must 
> be declared.
> [Error] inline.xsl:856:55: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:861:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:862:51: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:867:31: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:868:14: Element type "fo:inline" must be declared.
> [Error] inline.xsl:869:48: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:870:58: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:871:54: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:873:27: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:874:48: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:875:58: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:876:54: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:881:35: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:882:30: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:883:17: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:884:31: Element type "xsl:when" must be declared.
> [Error] inline.xsl:885:40: Element type "xsl:value-of" must 
> be declared.
> [Error] inline.xsl:887:22: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:891:15: Element type "xsl:choose" must be declared.
> [Error] inline.xsl:892:41: Element type "xsl:when" must be declared.
> [Error] inline.xsl:893:49: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:895:40: Element type "xsl:when" must be declared.
> [Error] inline.xsl:896:49: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:898:39: Element type "xsl:when" must be declared.
> [Error] inline.xsl:899:49: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:901:38: Element type "xsl:when" must be declared.
> [Error] inline.xsl:902:48: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:903:40: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:904:21: Element type "xsl:text" must be declared.
> [Error] inline.xsl:905:33: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:906:21: Element type "xsl:text" must be declared.
> [Error] inline.xsl:910:41: Element type "xsl:when" must be declared.
> [Error] inline.xsl:911:48: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:912:40: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:913:21: Element type "xsl:text" must be declared.
> [Error] inline.xsl:914:33: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:915:21: Element type "xsl:text" must be declared.
> [Error] inline.xsl:919:42: Element type "xsl:when" must be declared.
> [Error] inline.xsl:920:48: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:921:40: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:922:21: Element type "xsl:text" must be declared.
> [Error] inline.xsl:923:33: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:924:21: Element type "xsl:text" must be declared.
> [Error] inline.xsl:928:43: Element type "xsl:when" must be declared.
> [Error] inline.xsl:929:48: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:930:40: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:931:21: Element type "xsl:text" must be declared.
> [Error] inline.xsl:932:33: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:933:21: Element type "xsl:text" must be declared.
> [Error] inline.xsl:937:34: Element type "xsl:when" must be declared.
> [Error] inline.xsl:938:48: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:939:40: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:940:21: Element type "xsl:text" must be declared.
> [Error] inline.xsl:941:33: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:942:21: Element type "xsl:text" must be declared.
> [Error] inline.xsl:946:37: Element type "xsl:when" must be declared.
> [Error] inline.xsl:947:48: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:948:40: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:949:21: Element type "xsl:text" must be declared.
> [Error] inline.xsl:950:33: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:951:21: Element type "xsl:text" must be declared.
> [Error] inline.xsl:955:40: Element type "xsl:when" must be declared.
> [Error] inline.xsl:956:48: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:957:40: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:958:21: Element type "xsl:text" must be declared.
> [Error] inline.xsl:959:33: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:960:21: Element type "xsl:text" must be declared.
> [Error] inline.xsl:964:40: Element type "xsl:when" must be declared.
> [Error] inline.xsl:965:48: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:966:40: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:967:21: Element type "xsl:text" must be declared.
> [Error] inline.xsl:968:33: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:969:21: Element type "xsl:text" must be declared.
> [Error] inline.xsl:973:63: Element type "xsl:when" must be declared.
> [Error] inline.xsl:974:48: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:975:40: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:976:21: Element type "xsl:text" must be declared.
> [Error] inline.xsl:977:33: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:978:21: Element type "xsl:text" must be declared.
> [Error] inline.xsl:982:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:983:49: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:988:29: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:989:44: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:990:36: Element type "xsl:with-param" must 
> be declared.
> [Error] inline.xsl:991:71: Element type "fo:inline" must be declared.
> [Error] inline.xsl:992:59: Element type "xsl:if" must be declared.
> [Error] inline.xsl:993:21: Element type "xsl:text" must be declared.
> [Error] inline.xsl:995:31: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:996:59: Element type "xsl:if" must be declared.
> [Error] inline.xsl:997:21: Element type "xsl:text" must be declared.
> [Error] inline.xsl:1004:32: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1005:49: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:1006:33: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:1007:17: Element type "xsl:choose" must be 
> declared.
> [Error] inline.xsl:1008:38: Element type "xsl:when" must be declared.
> [Error] inline.xsl:1008:48: Element type "xsl:text" must be declared.
> [Error] inline.xsl:1009:40: Element type "xsl:when" must be declared.
> [Error] inline.xsl:1010:40: Element type "xsl:when" must be declared.
> [Error] inline.xsl:1011:40: Element type "xsl:when" must be declared.
> [Error] inline.xsl:1012:47: Element type "xsl:when" must be declared.
> [Error] inline.xsl:1013:40: Element type "xsl:when" must be declared.
> [Error] inline.xsl:1014:22: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:1017:28: Element type "xsl:for-each" must 
> be declared.
> [Error] inline.xsl:1018:33: Element type "xsl:if" must be declared.
> [Error] inline.xsl:1018:67: Element type "xsl:value-of" must 
> be declared.
> [Error] inline.xsl:1019:38: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:1023:27: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1024:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1029:34: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1030:54: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:1031:49: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1032:28: Element type "xsl:if" must be declared.
> [Error] inline.xsl:1033:15: Element type "xsl:text" must be declared.
> [Error] inline.xsl:1034:46: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:1035:15: Element type "xsl:text" must be declared.
> [Error] inline.xsl:1039:41: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1040:108: Element type "xsl:param" must be 
> declared.
> [Error] inline.xsl:1041:39: Element type "xsl:param" must be declared.
> [Error] inline.xsl:1043:37: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:1044:17: Element type "xsl:choose" must be 
> declared.
> [Error] inline.xsl:1046:68: Element type "xsl:when" must be declared.
> [Error] inline.xsl:1047:41: Element type "fo:inline" must be declared.
> [Error] inline.xsl:1048:61: Element type "xsl:copy-of" must 
> be declared.
> [Error] inline.xsl:1051:22: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:1052:59: Element type "xsl:copy-of" must 
> be declared.
> [Error] inline.xsl:1057:15: Element type "xsl:choose" must be 
> declared.
> [Error] inline.xsl:1058:46: Element type "xsl:when" must be declared.
> [Error] inline.xsl:1059:31: Element type "xsl:when" must be declared.
> [Error] inline.xsl:1060:67: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:1061:52: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1062:61: Element type "xsl:with-param" 
> must be declared.
> [Error] inline.xsl:1063:57: Element type "xsl:with-param" 
> must be declared.
> [Error] inline.xsl:1066:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:1067:72: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:1068:19: Element type "xsl:choose" must be 
> declared.
> [Error] inline.xsl:1070:61: Element type "xsl:when" must be declared.
> [Error] inline.xsl:1071:48: Element type "xsl:copy-of" must 
> be declared.
> [Error] inline.xsl:1073:24: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:1074:56: Element type "xsl:copy-of" must 
> be declared.
> [Error] inline.xsl:1077:44: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:1078:52: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1079:61: Element type "xsl:with-param" 
> must be declared.
> [Error] inline.xsl:1080:57: Element type "xsl:with-param" 
> must be declared.
> [Error] inline.xsl:1088:32: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1089:52: Element type "xsl:value-of" must 
> be declared.
> [Error] inline.xsl:1090:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1091:53: Element type "xsl:value-of" must 
> be declared.
> [Error] inline.xsl:1094:32: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1096:102: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:1097:53: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:1099:15: Element type "xsl:choose" must be 
> declared.
> [Error] inline.xsl:1101:58: Element type "xsl:when" must be declared.
> [Error] inline.xsl:1103:17: Element type "xsl:text" must be declared.
> [Error] inline.xsl:1104:22: Element type "fo:basic-link" must 
> be declared.
> [Error] inline.xsl:1105:52: Element type "xsl:attribute" must 
> be declared.
> [Error] inline.xsl:1106:47: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1107:61: Element type "xsl:with-param" 
> must be declared.
> [Error] inline.xsl:1111:14: Element type "xsl:choose" must be 
> declared.
> [Error] inline.xsl:1112:49: Element type "xsl:when" must be declared.
> [Error] inline.xsl:1113:61: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:1115:19: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:1116:48: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1121:17: Element type "xsl:text" must be declared.
> [Error] inline.xsl:1124:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:1125:17: Element type "xsl:text" must be declared.
> [Error] inline.xsl:1126:49: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1127:17: Element type "xsl:text" must be declared.
> [Error] inline.xsl:1132:36: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1133:76: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:1134:53: Element type "xsl:variable" must 
> be declared.
> [Error] inline.xsl:1136:15: Element type "xsl:choose" must be 
> declared.
> [Error] inline.xsl:1138:58: Element type "xsl:when" must be declared.
> [Error] inline.xsl:1140:17: Element type "xsl:text" must be declared.
> [Error] inline.xsl:1141:22: Element type "fo:basic-link" must 
> be declared.
> [Error] inline.xsl:1142:52: Element type "xsl:attribute" must 
> be declared.
> [Error] inline.xsl:1143:47: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1144:61: Element type "xsl:with-param" 
> must be declared.
> [Error] inline.xsl:1148:44: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1151:17: Element type "xsl:text" must be declared.
> [Error] inline.xsl:1154:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] inline.xsl:1155:17: Element type "xsl:text" must be declared.
> [Error] inline.xsl:1156:49: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1157:17: Element type "xsl:text" must be declared.
> [Error] inline.xsl:1162:63: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1164:32: Element type "xsl:number" must be 
> declared.
> [Error] inline.xsl:1169:88: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1170:38: Element type "xsl:if" must be declared.
> [Error] inline.xsl:1171:35: Element type "fo:block" must be declared.
> [Error] inline.xsl:1172:49: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1177:38: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1178:38: Element type "xsl:if" must be declared.
> [Error] inline.xsl:1179:36: Element type "fo:inline" must be declared.
> [Error] inline.xsl:1180:49: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1187:35: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1188:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1189:25: Element type "xsl:if" must be declared.
> [Error] inline.xsl:1190:39: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1191:55: Element type "xsl:with-param" 
> must be declared.
> [Error] inline.xsl:1196:37: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1197:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1202:72: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1203:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1206:33: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1207:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1211:69: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1212:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1217:30: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1218:45: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:1221:34: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1222:42: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1223:36: Element type "xsl:with-param" 
> must be declared.
> [Error] inline.xsl:1224:46: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1229:32: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1230:42: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1231:36: Element type "xsl:with-param" 
> must be declared.
> [Error] inline.xsl:1232:29: Element type "xsl:apply-templates" must be
> declared.
> [Error] inline.xsl:1239:27: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1240:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1243:31: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1244:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1247:30: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1248:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1251:35: Element type "xsl:template" must 
> be declared.
> [Error] inline.xsl:1252:45: Element type "xsl:call-template" must be
> declared.
> [Error] inline.xsl:1257:33: Element type "xsl:template" must 
> be declared.
> [Error] index.xsl:10:31: Element type "xsl:stylesheet" must 
> be declared.
> [Error] index.xsl:24:29: Element type "xsl:template" must be declared.
> [Error] index.xsl:25:27: Element type "xsl:variable" must be declared.
> [Error] index.xsl:26:42: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:29:38: Element type "xsl:if" must be declared.
> [Error] index.xsl:30:15: Element type "xsl:choose" must be declared.
> [Error] index.xsl:31:46: Element type "xsl:when" must be declared.
> [Error] index.xsl:32:17: Element type "fo:block" must be declared.
> [Error] index.xsl:33:57: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:34:77: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:38:20: Element type "xsl:otherwise" must be 
> declared.
> [Error] index.xsl:39:28: Element type "fo:block" must be declared.
> [Error] index.xsl:40:52: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:42:29: Element type "xsl:apply-templates" must be
> declared.
> [Error] index.xsl:43:68: Element type "xsl:if" must be declared.
> [Error] index.xsl:44:50: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:45:77: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:53:45: Element type "xsl:template" must be declared.
> [Error] index.xsl:54:27: Element type "xsl:variable" must be declared.
> [Error] index.xsl:55:42: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:58:38: Element type "xsl:if" must be declared.
> [Error] index.xsl:59:41: Element type "xsl:variable" must be declared.
> [Error] index.xsl:60:49: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:61:40: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:62:48: Element type "xsl:if" must be declared.
> [Error] index.xsl:68:60: Element type "fo:page-sequence" must 
> be declared.
> [Error] index.xsl:69:36: Element type "xsl:attribute" must be 
> declared.
> [Error] index.xsl:70:48: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:72:34: Element type "xsl:attribute" must be 
> declared.
> [Error] index.xsl:73:52: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:74:77: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:78:47: Element type "xsl:attribute" must be 
> declared.
> [Error] index.xsl:79:53: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:80:77: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:84:44: Element type "xsl:attribute" must be 
> declared.
> [Error] index.xsl:85:50: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:86:77: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:90:49: Element type "xsl:attribute" must be 
> declared.
> [Error] index.xsl:91:41: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:92:70: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:95:60: Element type "xsl:attribute" must be 
> declared.
> [Error] index.xsl:96:41: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:97:81: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:100:62: Element type "xsl:attribute" must 
> be declared.
> [Error] index.xsl:101:41: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:102:83: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:106:62: Element type "xsl:apply-templates" must be
> declared.
> [Error] index.xsl:107:75: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:109:62: Element type "xsl:apply-templates" must be
> declared.
> [Error] index.xsl:110:75: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:113:42: Element type "fo:flow" must be declared.
> [Error] index.xsl:114:53: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:115:64: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:116:77: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:119:28: Element type "fo:block" must be declared.
> [Error] index.xsl:120:52: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:122:29: Element type "xsl:apply-templates" must be
> declared.
> [Error] index.xsl:123:68: Element type "xsl:if" must be declared.
> [Error] index.xsl:125:21: Element type "xsl:choose" must be declared.
> [Error] index.xsl:126:52: Element type "xsl:when" must be declared.
> [Error] index.xsl:130:53: Element type "fo:block" must be declared.
> [Error] index.xsl:131:63: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:132:83: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:136:59: Element type "xsl:when" must be declared.
> [Error] index.xsl:137:35: Element type "xsl:apply-templates" must be
> declared.
> [Error] index.xsl:139:26: Element type "xsl:otherwise" must 
> be declared.
> [Error] index.xsl:140:54: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:141:81: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:151:32: Element type "xsl:template" must be 
> declared.
> [Error] index.xsl:152:27: Element type "xsl:variable" must be 
> declared.
> [Error] index.xsl:153:42: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:156:38: Element type "xsl:if" must be declared.
> [Error] index.xsl:157:41: Element type "xsl:variable" must be 
> declared.
> [Error] index.xsl:158:49: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:159:40: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:160:21: Element type "xsl:choose" must be declared.
> [Error] index.xsl:161:52: Element type "xsl:when" must be declared.
> [Error] index.xsl:162:26: Element type "xsl:otherwise" must 
> be declared.
> [Error] index.xsl:169:60: Element type "fo:page-sequence" 
> must be declared.
> [Error] index.xsl:170:36: Element type "xsl:attribute" must 
> be declared.
> [Error] index.xsl:171:48: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:173:34: Element type "xsl:attribute" must 
> be declared.
> [Error] index.xsl:174:52: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:175:77: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:179:47: Element type "xsl:attribute" must 
> be declared.
> [Error] index.xsl:180:53: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:181:77: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:185:44: Element type "xsl:attribute" must 
> be declared.
> [Error] index.xsl:186:50: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:187:77: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:191:49: Element type "xsl:attribute" must 
> be declared.
> [Error] index.xsl:192:41: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:193:70: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:196:60: Element type "xsl:attribute" must 
> be declared.
> [Error] index.xsl:197:41: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:198:81: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:201:62: Element type "xsl:attribute" must 
> be declared.
> [Error] index.xsl:202:41: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:203:83: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:207:62: Element type "xsl:apply-templates" must be
> declared.
> [Error] index.xsl:208:75: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:210:62: Element type "xsl:apply-templates" must be
> declared.
> [Error] index.xsl:211:75: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:214:42: Element type "fo:flow" must be declared.
> [Error] index.xsl:215:53: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:216:64: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:217:77: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:220:28: Element type "fo:block" must be declared.
> [Error] index.xsl:221:55: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:223:29: Element type "xsl:apply-templates" must be
> declared.
> [Error] index.xsl:224:68: Element type "xsl:if" must be declared.
> [Error] index.xsl:226:21: Element type "xsl:choose" must be declared.
> [Error] index.xsl:227:52: Element type "xsl:when" must be declared.
> [Error] index.xsl:231:53: Element type "fo:block" must be declared.
> [Error] index.xsl:232:63: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:233:58: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:237:59: Element type "xsl:when" must be declared.
> [Error] index.xsl:238:35: Element type "xsl:apply-templates" must be
> declared.
> [Error] index.xsl:240:26: Element type "xsl:otherwise" must 
> be declared.
> [Error] index.xsl:241:54: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:242:56: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:252:39: Element type "xsl:template" must be 
> declared.
> [Error] index.xsl:253:34: Element type "xsl:template" must be 
> declared.
> [Error] index.xsl:254:35: Element type "xsl:template" must be 
> declared.
> [Error] index.xsl:255:38: Element type "xsl:template" must be 
> declared.
> [Error] index.xsl:256:41: Element type "xsl:template" must be 
> declared.
> [Error] index.xsl:260:37: Element type "xsl:template" must be 
> declared.
> [Error] index.xsl:261:28: Element type "xsl:param" must be declared.
> [Error] index.xsl:262:35: Element type "xsl:param" must be declared.
> [Error] index.xsl:264:65: Element type "fo:block" must be declared.
> [Error] index.xsl:265:17: Element type "xsl:choose" must be declared.
> [Error] index.xsl:266:31: Element type "xsl:when" must be declared.
> [Error] index.xsl:267:68: Element type "xsl:apply-templates" must be
> declared.
> [Error] index.xsl:268:60: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:271:22: Element type "xsl:otherwise" must 
> be declared.
> [Error] index.xsl:272:46: Element type "xsl:copy-of" must be declared.
> [Error] index.xsl:278:32: Element type "xsl:template" must be 
> declared.
> [Error] index.xsl:279:13: Element type "fo:block" must be declared.
> [Error] index.xsl:280:51: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:281:27: Element type "xsl:apply-templates" must be
> declared.
> [Error] index.xsl:285:39: Element type "xsl:template" must be 
> declared.
> [Error] index.xsl:286:42: Element type "xsl:template" must be 
> declared.
> [Error] index.xsl:287:45: Element type "xsl:template" must be 
> declared.
> [Error] index.xsl:292:39: Element type "xsl:variable" must be 
> declared.
> [Error] index.xsl:294:50: Element type "xsl:template" must be 
> declared.
> [Error] index.xsl:296:37: Element type "xsl:variable" must be 
> declared.
> [Error] index.xsl:297:17: Element type "xsl:choose" must be declared.
> [Error] index.xsl:298:70: Element type "xsl:when" must be declared.
> [Error] index.xsl:299:52: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:301:22: Element type "xsl:otherwise" must 
> be declared.
> [Error] index.xsl:305:39: Element type "xsl:element" must be declared.
> [Error] index.xsl:306:30: Element type "xsl:attribute" must 
> be declared.
> [Error] index.xsl:307:44: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:309:17: Element type "xsl:choose" must be declared.
> [Error] index.xsl:310:45: Element type "xsl:when" must be declared.
> [Error] index.xsl:311:38: Element type "xsl:attribute" must 
> be declared.
> [Error] index.xsl:312:45: Element type "xsl:value-of" must be 
> declared.
> [Error] index.xsl:313:52: Element type "xsl:if" must be declared.
> [Error] index.xsl:313:94: Element type "xsl:value-of" must be 
> declared.
> [Error] index.xsl:314:36: Element type "xsl:if" must be declared.
> [Error] index.xsl:315:23: Element type "xsl:text" must be declared.
> [Error] index.xsl:316:49: Element type "xsl:value-of" must be 
> declared.
> [Error] index.xsl:318:35: Element type "xsl:if" must be declared.
> [Error] index.xsl:319:23: Element type "xsl:text" must be declared.
> [Error] index.xsl:320:48: Element type "xsl:value-of" must be 
> declared.
> [Error] index.xsl:324:22: Element type "xsl:otherwise" must 
> be declared.
> [Error] index.xsl:325:22: Element type "xsl:comment" must be declared.
> [Error] index.xsl:326:59: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:327:43: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:328:47: Element type "xsl:value-of" must be 
> declared.
> [Error] index.xsl:329:40: Element type "xsl:if" must be declared.
> [Error] index.xsl:330:27: Element type "xsl:text" must be declared.
> [Error] index.xsl:331:51: Element type "xsl:value-of" must be 
> declared.
> [Error] index.xsl:333:39: Element type "xsl:if" must be declared.
> [Error] index.xsl:334:27: Element type "xsl:text" must be declared.
> [Error] index.xsl:335:50: Element type "xsl:value-of" must be 
> declared.
> [Error] index.xsl:345:56: Element type "xsl:template" must be 
> declared.
> [Error] index.xsl:346:15: Element type "xsl:choose" must be declared.
> [Error] index.xsl:347:43: Element type "xsl:when" must be declared.
> [Error] index.xsl:348:29: Element type "rx:begin-index-range" must be
> declared.
> [Error] index.xsl:349:43: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:350:38: Element type "xsl:attribute" must 
> be declared.
> [Error] index.xsl:351:45: Element type "xsl:value-of" must be 
> declared.
> [Error] index.xsl:352:52: Element type "xsl:if" must be declared.
> [Error] index.xsl:352:94: Element type "xsl:value-of" must be 
> declared.
> [Error] index.xsl:353:36: Element type "xsl:if" must be declared.
> [Error] index.xsl:354:23: Element type "xsl:text" must be declared.
> [Error] index.xsl:355:49: Element type "xsl:value-of" must be 
> declared.
> [Error] index.xsl:357:35: Element type "xsl:if" must be declared.
> [Error] index.xsl:358:23: Element type "xsl:text" must be declared.
> [Error] index.xsl:359:48: Element type "xsl:value-of" must be 
> declared.
> [Error] index.xsl:364:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] index.xsl:365:44: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:370:54: Element type "xsl:template" must be 
> declared.
> [Error] index.xsl:371:15: Element type "xsl:choose" must be declared.
> [Error] index.xsl:372:43: Element type "xsl:when" must be declared.
> [Error] index.xsl:373:27: Element type "rx:end-index-range" must be
> declared.
> [Error] index.xsl:374:38: Element type "xsl:attribute" must 
> be declared.
> [Error] index.xsl:375:45: Element type "xsl:value-of" must be 
> declared.
> [Error] index.xsl:379:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] index.xsl:380:44: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:387:34: Element type "xsl:template" must be 
> declared.
> [Error] index.xsl:388:13: Element type "fo:block" must be declared.
> [Error] index.xsl:390:79: Element type "xsl:apply-templates" must be
> declared.
> [Error] index.xsl:394:33: Element type "xsl:template" must be 
> declared.
> [Error] index.xsl:395:13: Element type "fo:block" must be declared.
> [Error] index.xsl:396:27: Element type "xsl:apply-templates" must be
> declared.
> [Error] index.xsl:397:45: Element type "xsl:if" must be declared.
> [Error] index.xsl:398:17: Element type "xsl:text" must be declared.
> [Error] index.xsl:399:41: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:400:52: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:402:17: Element type "xsl:text" must be declared.
> [Error] index.xsl:403:63: Element type "xsl:apply-templates" must be
> declared.
> [Error] index.xsl:404:17: Element type "xsl:text" must be declared.
> [Error] index.xsl:409:35: Element type "xsl:template" must be 
> declared.
> [Error] index.xsl:410:32: Element type "fo:block" must be declared.
> [Error] index.xsl:411:27: Element type "xsl:apply-templates" must be
> declared.
> [Error] index.xsl:412:45: Element type "xsl:if" must be declared.
> [Error] index.xsl:413:17: Element type "xsl:text" must be declared.
> [Error] index.xsl:414:41: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:415:52: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:417:17: Element type "xsl:text" must be declared.
> [Error] index.xsl:418:63: Element type "xsl:apply-templates" must be
> declared.
> [Error] index.xsl:419:17: Element type "xsl:text" must be declared.
> [Error] index.xsl:424:34: Element type "xsl:template" must be 
> declared.
> [Error] index.xsl:425:32: Element type "fo:block" must be declared.
> [Error] index.xsl:426:27: Element type "xsl:apply-templates" must be
> declared.
> [Error] index.xsl:427:45: Element type "xsl:if" must be declared.
> [Error] index.xsl:428:17: Element type "xsl:text" must be declared.
> [Error] index.xsl:429:41: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:430:52: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:432:17: Element type "xsl:text" must be declared.
> [Error] index.xsl:433:63: Element type "xsl:apply-templates" must be
> declared.
> [Error] index.xsl:434:17: Element type "xsl:text" must be declared.
> [Error] index.xsl:439:29: Element type "xsl:template" must be 
> declared.
> [Error] index.xsl:440:14: Element type "fo:inline" must be declared.
> [Error] index.xsl:441:27: Element type "xsl:apply-templates" must be
> declared.
> [Error] index.xsl:445:33: Element type "xsl:template" must be 
> declared.
> [Error] index.xsl:446:13: Element type "fo:block" must be declared.
> [Error] index.xsl:447:40: Element type "xsl:attribute" must 
> be declared.
> [Error] index.xsl:448:19: Element type "xsl:choose" must be declared.
> [Error] index.xsl:449:56: Element type "xsl:when" must be declared.
> [Error] index.xsl:450:57: Element type "xsl:when" must be declared.
> [Error] index.xsl:451:24: Element type "xsl:otherwise" must 
> be declared.
> [Error] index.xsl:454:15: Element type "xsl:text" must be declared.
> [Error] index.xsl:455:39: Element type "xsl:call-template" 
> must be declared.
> [Error] index.xsl:456:54: Element type "xsl:with-param" must 
> be declared.
> [Error] index.xsl:458:15: Element type "xsl:text" must be declared.
> [Error] index.xsl:459:27: Element type "xsl:apply-templates" must be
> declared.
> [Error] index.xsl:460:15: Element type "xsl:text" must be declared.
> [Error] index.xsl:466:38: Element type "xsl:template" must be 
> declared.
> [Error] index.xsl:467:45: Element type "xsl:param" must be declared.
> [Error] index.xsl:469:83: Element type "xsl:variable" must be 
> declared.
> [Error] index.xsl:471:1007: Element type "xsl:variable" must 
> be declared.
> [Error] index.xsl:473:15: Element type "xsl:choose" must be declared.
> [Error] index.xsl:474:56: Element type "xsl:when" must be declared.
> [Error] index.xsl:475:44: Element type "xsl:when" must be declared.
> [Error] index.xsl:476:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] glossary.xsl:8:31: Element type "xsl:stylesheet" must 
> be declared.
> [Error] glossary.xsl:22:32: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:23:44: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:26:39: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:27:42: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:28:45: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:32:36: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:33:45: Element type "xsl:param" must be declared.
> [Error] glossary.xsl:34:50: Element type "xsl:param" must be declared.
> [Error] glossary.xsl:38:69: Element type "xsl:param" must be declared.
> [Error] glossary.xsl:40:28: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:40:28: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:40:28: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:40:28: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:40:28: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:40:28: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:40:28: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:40:28: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:42:27: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:43:42: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:46:37: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:47:62: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:50:35: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:51:56: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:54:30: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:55:17: Element type "xsl:choose" must be 
> declared.
> [Error] glossary.xsl:56:41: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:57:50: Element type "xsl:value-of" must 
> be declared.
> [Error] glossary.xsl:59:22: Element type "xsl:otherwise" must 
> be declared.
> [Error] glossary.xsl:60:45: Element type "xsl:value-of" must 
> be declared.
> [Error] glossary.xsl:65:24: Element type "fo:block" must be declared.
> [Error] glossary.xsl:66:51: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:69:28: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:70:46: Element type "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:73:15: Element type "xsl:choose" must be 
> declared.
> [Error] glossary.xsl:74:45: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:75:67: Element type "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:76:55: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:78:31: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:81:69: Element type "fo:list-block" must 
> be declared.
> [Error] glossary.xsl:82:23: Element type "xsl:choose" must be 
> declared.
> [Error] glossary.xsl:83:50: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:84:78: Element type "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:85:195: Element type "xsl:sort" must be declared.
> [Error] glossary.xsl:88:28: Element type "xsl:otherwise" must 
> be declared.
> [Error] glossary.xsl:89:79: Element type "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:95:47: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:96:70: Element type "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:97:19: Element type "xsl:choose" must be 
> declared.
> [Error] glossary.xsl:98:46: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:99:76: Element type "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:100:194: Element type "xsl:sort" must be 
> declared.
> [Error] glossary.xsl:103:24: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:104:77: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:108:47: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:109:70: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:110:19: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:111:46: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:112:76: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:113:193: Element type "xsl:sort" must be 
> declared.
> [Error] glossary.xsl:116:24: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:117:77: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:121:20: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:122:67: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:123:55: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:125:31: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:128:69: Element type "fo:list-block" 
> must be declared.
> [Error] glossary.xsl:129:23: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:130:50: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:131:78: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:132:194: Element type "xsl:sort" must be 
> declared.
> [Error] glossary.xsl:135:28: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:136:79: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:145:74: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:146:27: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:147:42: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:150:41: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:151:50: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:155:60: Element type "fo:page-sequence" must be
> declared.
> [Error] glossary.xsl:156:36: Element type "xsl:attribute" 
> must be declared.
> [Error] glossary.xsl:157:48: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:160:34: Element type "xsl:attribute" 
> must be declared.
> [Error] glossary.xsl:161:52: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:162:77: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:166:47: Element type "xsl:attribute" 
> must be declared.
> [Error] glossary.xsl:167:53: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:168:77: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:172:44: Element type "xsl:attribute" 
> must be declared.
> [Error] glossary.xsl:173:50: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:174:77: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:178:49: Element type "xsl:attribute" 
> must be declared.
> [Error] glossary.xsl:179:41: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:180:70: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:183:60: Element type "xsl:attribute" 
> must be declared.
> [Error] glossary.xsl:184:41: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:185:81: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:188:62: Element type "xsl:attribute" 
> must be declared.
> [Error] glossary.xsl:189:41: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:190:83: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:194:62: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:195:75: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:197:62: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:198:75: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:201:42: Element type "fo:flow" must be declared.
> [Error] glossary.xsl:202:53: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:203:64: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:204:77: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:207:48: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:212:45: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:213:37: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:214:38: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:215:41: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:216:44: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:220:33: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:221:28: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:221:28: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:221:28: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:221:28: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:221:28: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:221:28: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:221:28: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:221:28: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:223:37: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:224:63: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:227:35: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:228:56: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:231:30: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:232:17: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:233:41: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:234:50: Element type "xsl:value-of" must 
> be declared.
> [Error] glossary.xsl:236:22: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:237:45: Element type "xsl:value-of" must 
> be declared.
> [Error] glossary.xsl:242:38: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:243:81: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:246:15: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:247:45: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:250:67: Element type "fo:list-block" 
> must be declared.
> [Error] glossary.xsl:251:21: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:252:48: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:253:78: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:254:193: Element type "xsl:sort" must be 
> declared.
> [Error] glossary.xsl:257:26: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:258:79: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:263:47: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:264:19: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:265:46: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:266:78: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:267:193: Element type "xsl:sort" must be 
> declared.
> [Error] glossary.xsl:270:24: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:271:79: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:275:48: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:276:19: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:277:46: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:278:78: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:279:193: Element type "xsl:sort" must be 
> declared.
> [Error] glossary.xsl:282:24: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:283:79: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:287:20: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:290:67: Element type "fo:list-block" 
> must be declared.
> [Error] glossary.xsl:291:21: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:292:48: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:293:78: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:294:193: Element type "xsl:sort" must be 
> declared.
> [Error] glossary.xsl:297:26: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:298:79: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:309:59: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:310:79: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:311:44: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:312:18: Element type "xsl:message" must 
> be declared.
> [Error] glossary.xsl:313:17: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:314:17: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:318:66: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:319:18: Element type "xsl:message" must 
> be declared.
> [Error] glossary.xsl:320:17: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:321:17: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:322:52: Element type "xsl:value-of" must 
> be declared.
> [Error] glossary.xsl:323:17: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:327:49: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:330:41: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:331:76: Element type "xsl:param" must be 
> declared.
> [Error] glossary.xsl:332:84: Element type "xsl:param" must be 
> declared.
> [Error] glossary.xsl:336:69: Element type "xsl:param" must be 
> declared.
> [Error] glossary.xsl:338:28: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:338:28: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:338:28: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:338:28: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:338:28: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:338:28: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:338:28: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:338:28: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:340:27: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:341:42: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:344:37: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:345:62: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:348:35: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:349:56: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:352:30: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:353:17: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:354:41: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:355:50: Element type "xsl:value-of" must 
> be declared.
> [Error] glossary.xsl:357:22: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:358:45: Element type "xsl:value-of" must 
> be declared.
> [Error] glossary.xsl:363:44: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:364:18: Element type "xsl:message" must 
> be declared.
> [Error] glossary.xsl:365:17: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:366:17: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:370:24: Element type "fo:block" must be declared.
> [Error] glossary.xsl:371:51: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:374:28: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:375:46: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:378:15: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:379:57: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:380:52: Element type "xsl:for-each" must 
> be declared.
> [Error] glossary.xsl:382:41: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:383:45: Element type "xsl:for-each" must 
> be declared.
> [Error] glossary.xsl:384:60: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:385:69: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:386:49: Element type "xsl:value-of" must 
> be declared.
> [Error] glossary.xsl:391:42: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:392:23: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:393:53: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:394:76: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:395:63: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:396:63: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:399:55: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:400:78: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:401:63: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:404:55: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:405:78: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:406:63: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:409:28: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:410:76: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:411:63: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:412:63: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:419:20: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:420:19: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:421:49: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:424:71: Element type "fo:list-block" 
> must be declared.
> [Error] glossary.xsl:425:25: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:426:52: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:427:64: Element type "xsl:for-each" must 
> be declared.
> [Error] glossary.xsl:428:193: Element type "xsl:sort" must be 
> declared.
> [Error] glossary.xsl:429:66: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:430:75: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:432:72: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:436:30: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:437:64: Element type "xsl:for-each" must 
> be declared.
> [Error] glossary.xsl:438:66: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:439:75: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:441:72: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:449:52: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:450:23: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:451:50: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:452:62: Element type "xsl:for-each" must 
> be declared.
> [Error] glossary.xsl:453:194: Element type "xsl:sort" must be 
> declared.
> [Error] glossary.xsl:454:64: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:455:73: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:457:72: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:461:28: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:462:62: Element type "xsl:for-each" must 
> be declared.
> [Error] glossary.xsl:463:64: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:464:73: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:466:72: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:472:24: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:475:71: Element type "fo:list-block" 
> must be declared.
> [Error] glossary.xsl:476:25: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:477:52: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:478:64: Element type "xsl:for-each" must 
> be declared.
> [Error] glossary.xsl:480:193: Element type "xsl:sort" must be 
> declared.
> [Error] glossary.xsl:481:66: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:482:75: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:484:72: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:488:30: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:489:64: Element type "xsl:for-each" must 
> be declared.
> [Error] glossary.xsl:490:66: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:491:75: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:493:72: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:507:63: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:508:27: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:508:64: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:510:41: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:511:50: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:514:44: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:515:18: Element type "xsl:message" must 
> be declared.
> [Error] glossary.xsl:516:17: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:517:17: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:522:60: Element type "fo:page-sequence" must be
> declared.
> [Error] glossary.xsl:523:36: Element type "xsl:attribute" 
> must be declared.
> [Error] glossary.xsl:524:48: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:526:34: Element type "xsl:attribute" 
> must be declared.
> [Error] glossary.xsl:527:52: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:528:77: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:532:47: Element type "xsl:attribute" 
> must be declared.
> [Error] glossary.xsl:533:53: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:534:77: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:538:44: Element type "xsl:attribute" 
> must be declared.
> [Error] glossary.xsl:539:50: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:540:77: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:544:49: Element type "xsl:attribute" 
> must be declared.
> [Error] glossary.xsl:545:41: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:546:70: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:549:60: Element type "xsl:attribute" 
> must be declared.
> [Error] glossary.xsl:550:41: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:551:81: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:554:62: Element type "xsl:attribute" 
> must be declared.
> [Error] glossary.xsl:555:41: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:556:83: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:560:62: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:561:75: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:563:62: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:564:75: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:567:42: Element type "fo:flow" must be declared.
> [Error] glossary.xsl:568:53: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:569:64: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:570:77: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:573:53: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:578:61: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:579:54: Element type "xsl:param" must be 
> declared.
> [Error] glossary.xsl:580:39: Element type "xsl:param" must be 
> declared.
> [Error] glossary.xsl:582:28: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:582:28: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:582:28: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:582:28: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:582:28: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:582:28: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:582:28: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:582:28: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:587:54: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:589:49: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:591:44: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:595:63: Element type "fo:list-block" 
> must be declared.
> [Error] glossary.xsl:596:17: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:597:44: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:598:43: Element type "xsl:for-each" must 
> be declared.
> [Error] glossary.xsl:599:193: Element type "xsl:sort" must be 
> declared.
> [Error] glossary.xsl:600:58: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:601:67: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:602:75: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:606:22: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:607:43: Element type "xsl:for-each" must 
> be declared.
> [Error] glossary.xsl:608:58: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:609:67: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:610:75: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:618:63: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:619:60: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:622:63: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:623:39: Element type "xsl:param" must be 
> declared.
> [Error] glossary.xsl:625:28: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:625:28: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:625:28: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:625:28: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:625:28: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:625:28: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:625:28: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:625:28: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:630:54: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:632:49: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:634:44: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:636:15: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:637:42: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:638:41: Element type "xsl:for-each" must 
> be declared.
> [Error] glossary.xsl:639:193: Element type "xsl:sort" must be 
> declared.
> [Error] glossary.xsl:640:56: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:641:65: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:642:75: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:646:20: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:647:41: Element type "xsl:for-each" must 
> be declared.
> [Error] glossary.xsl:648:56: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:649:65: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:650:75: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:658:65: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:659:62: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:665:56: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:666:54: Element type "xsl:param" must be 
> declared.
> [Error] glossary.xsl:668:28: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:668:28: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:668:28: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:668:28: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:668:28: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:668:28: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:668:28: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:668:28: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:670:53: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:675:54: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:677:49: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:679:44: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:683:63: Element type "fo:list-block" 
> must be declared.
> [Error] glossary.xsl:684:17: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:685:44: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:686:72: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:687:193: Element type "xsl:sort" must be 
> declared.
> [Error] glossary.xsl:690:22: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:691:73: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:705:58: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:706:27: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:707:42: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:710:62: Element type "fo:list-item" must 
> be declared.
> [Error] glossary.xsl:711:38: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:712:42: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:713:21: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:715:59: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:716:26: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:721:50: Element type "fo:list-item-label" must be
> declared.
> [Error] glossary.xsl:722:17: Element type "fo:block" must be declared.
> [Error] glossary.xsl:723:21: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:724:65: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:725:25: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:726:47: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:728:63: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:729:27: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:731:63: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:732:27: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:734:30: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:736:63: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:741:61: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:742:78: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:744:43: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:745:25: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:747:61: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:748:25: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:752:26: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:753:78: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:756:50: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:760:52: Element type "fo:list-item-body" must be
> declared.
> [Error] glossary.xsl:761:80: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:766:68: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:767:27: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:768:42: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:770:25: Element type "fo:inline" must be 
> declared.
> [Error] glossary.xsl:771:27: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:773:47: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:776:66: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:777:25: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:778:71: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:781:65: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:782:25: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:783:71: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:786:69: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:789:67: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:790:55: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:791:64: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:792:53: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:794:13: Element type "fo:block" must be declared.
> [Error] glossary.xsl:795:35: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:796:50: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:797:61: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:798:53: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:801:32: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:802:19: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:803:34: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:805:67: Element type "fo:basic-link" 
> must be declared.
> [Error] glossary.xsl:806:67: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:809:60: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:810:24: Element type "xsl:message" must 
> be declared.
> [Error] glossary.xsl:811:23: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:812:48: Element type "xsl:value-of" must 
> be declared.
> [Error] glossary.xsl:814:57: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:816:24: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:817:57: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:821:49: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:822:59: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:823:53: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:826:15: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:830:67: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:831:69: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:832:31: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:833:15: Element type "fo:block" must be declared.
> [Error] glossary.xsl:834:37: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:835:52: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:836:63: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:837:59: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:840:34: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:841:77: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:843:51: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:844:61: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:845:55: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:852:39: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:853:13: Element type "fo:block" must be declared.
> [Error] glossary.xsl:854:27: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:858:60: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:859:55: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:860:64: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:861:53: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:863:15: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:864:30: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:866:63: Element type "fo:basic-link" 
> must be declared.
> [Error] glossary.xsl:867:63: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:870:56: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:871:20: Element type "xsl:message" must 
> be declared.
> [Error] glossary.xsl:872:19: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:873:44: Element type "xsl:value-of" must 
> be declared.
> [Error] glossary.xsl:875:53: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:877:20: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:878:53: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:882:15: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:883:42: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:884:17: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:886:20: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:887:17: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:895:58: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:896:28: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:896:28: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:896:28: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:896:28: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:896:28: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:896:28: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:896:28: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:896:28: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:897:53: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:901:54: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:903:49: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:905:44: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:907:15: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:908:42: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:909:72: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:910:193: Element type "xsl:sort" must be 
> declared.
> [Error] glossary.xsl:913:20: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:914:73: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:927:60: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:928:27: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:929:42: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:934:49: Element type "fo:block" must be declared.
> [Error] glossary.xsl:935:38: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:936:42: Element type "xsl:with-param" 
> must be declared.
> [Error] glossary.xsl:937:21: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:939:59: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:940:26: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:945:17: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:946:61: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:947:21: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:948:43: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:949:85: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:950:23: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:951:80: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:952:23: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:954:26: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:955:80: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:960:57: Element type "xsl:when" must be declared.
> [Error] glossary.xsl:961:76: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:963:39: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:964:21: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:965:83: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:966:21: Element type "xsl:text" must be declared.
> [Error] glossary.xsl:970:22: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:971:76: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:975:46: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:978:34: Element type "fo:block" must be declared.
> [Error] glossary.xsl:979:80: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:983:70: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:984:27: Element type "xsl:variable" must 
> be declared.
> [Error] glossary.xsl:985:42: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:987:25: Element type "fo:inline" must be 
> declared.
> [Error] glossary.xsl:988:27: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:990:47: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:993:68: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:994:25: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:995:71: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:998:67: Element type "xsl:template" must 
> be declared.
> [Error] glossary.xsl:999:25: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:1000:71: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:1003:69: Element type "xsl:template" 
> must be declared.
> [Error] glossary.xsl:1004:55: Element type "xsl:variable" 
> must be declared.
> [Error] glossary.xsl:1005:64: Element type "xsl:variable" 
> must be declared.
> [Error] glossary.xsl:1006:53: Element type "xsl:variable" 
> must be declared.
> [Error] glossary.xsl:1008:33: Element type "xsl:variable" 
> must be declared.
> [Error] glossary.xsl:1009:48: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:1010:59: Element type "xsl:with-param" must be
> declared.
> [Error] glossary.xsl:1011:51: Element type "xsl:with-param" must be
> declared.
> [Error] glossary.xsl:1014:30: Element type "xsl:variable" 
> must be declared.
> [Error] glossary.xsl:1015:17: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:1016:32: Element type "xsl:when" must be 
> declared.
> [Error] glossary.xsl:1018:65: Element type "fo:basic-link" 
> must be declared.
> [Error] glossary.xsl:1019:65: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:1022:58: Element type "xsl:when" must be 
> declared.
> [Error] glossary.xsl:1023:22: Element type "xsl:message" must 
> be declared.
> [Error] glossary.xsl:1024:21: Element type "xsl:text" must be 
> declared.
> [Error] glossary.xsl:1025:46: Element type "xsl:value-of" 
> must be declared.
> [Error] glossary.xsl:1027:57: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:1029:22: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:1030:57: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:1034:47: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:1035:57: Element type "xsl:with-param" must be
> declared.
> [Error] glossary.xsl:1036:51: Element type "xsl:with-param" must be
> declared.
> [Error] glossary.xsl:1039:13: Element type "xsl:text" must be 
> declared.
> [Error] glossary.xsl:1042:69: Element type "xsl:template" 
> must be declared.
> [Error] glossary.xsl:1044:51: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:1045:31: Element type "xsl:if" must be declared.
> [Error] glossary.xsl:1046:15: Element type "fo:block" must be 
> declared.
> [Error] glossary.xsl:1047:37: Element type "xsl:variable" 
> must be declared.
> [Error] glossary.xsl:1048:52: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:1049:63: Element type "xsl:with-param" must be
> declared.
> [Error] glossary.xsl:1050:59: Element type "xsl:with-param" must be
> declared.
> [Error] glossary.xsl:1053:34: Element type "xsl:variable" 
> must be declared.
> [Error] glossary.xsl:1054:79: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:1056:51: Element type "xsl:call-template" must be
> declared.
> [Error] glossary.xsl:1057:61: Element type "xsl:with-param" must be
> declared.
> [Error] glossary.xsl:1058:55: Element type "xsl:with-param" must be
> declared.
> [Error] glossary.xsl:1065:41: Element type "xsl:template" 
> must be declared.
> [Error] glossary.xsl:1066:13: Element type "fo:block" must be 
> declared.
> [Error] glossary.xsl:1067:27: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:1072:51: Element type "xsl:template" 
> must be declared.
> [Error] glossary.xsl:1073:37: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:1076:62: Element type "xsl:template" 
> must be declared.
> [Error] glossary.xsl:1077:55: Element type "xsl:variable" 
> must be declared.
> [Error] glossary.xsl:1078:64: Element type "xsl:variable" 
> must be declared.
> [Error] glossary.xsl:1079:53: Element type "xsl:variable" 
> must be declared.
> [Error] glossary.xsl:1081:15: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:1082:30: Element type "xsl:when" must be 
> declared.
> [Error] glossary.xsl:1084:63: Element type "fo:basic-link" 
> must be declared.
> [Error] glossary.xsl:1085:63: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:1088:56: Element type "xsl:when" must be 
> declared.
> [Error] glossary.xsl:1089:20: Element type "xsl:message" must 
> be declared.
> [Error] glossary.xsl:1090:19: Element type "xsl:text" must be 
> declared.
> [Error] glossary.xsl:1091:44: Element type "xsl:value-of" 
> must be declared.
> [Error] glossary.xsl:1093:55: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:1095:20: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:1096:55: Element type 
> "xsl:apply-templates" must be
> declared.
> [Error] glossary.xsl:1100:15: Element type "xsl:choose" must 
> be declared.
> [Error] glossary.xsl:1101:42: Element type "xsl:when" must be 
> declared.
> [Error] glossary.xsl:1102:17: Element type "xsl:text" must be 
> declared.
> [Error] glossary.xsl:1104:20: Element type "xsl:otherwise" 
> must be declared.
> [Error] glossary.xsl:1105:17: Element type "xsl:text" must be 
> declared.
> [Error] synop.xsl:8:31: Element type "xsl:stylesheet" must be 
> declared.
> [Error] synop.xsl:26:35: Element type "xsl:template" must be declared.
> [Error] synop.xsl:27:58: Element type "fo:block" must be declared.
> [Error] synop.xsl:28:27: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:32:43: Element type "xsl:template" must be declared.
> [Error] synop.xsl:33:45: Element type "xsl:call-template" 
> must be declared.
> [Error] synop.xsl:34:13: Element type "xsl:text" must be declared.
> [Error] synop.xsl:37:59: Element type "xsl:template" must be declared.
> [Error] synop.xsl:38:45: Element type "xsl:call-template" 
> must be declared.
> [Error] synop.xsl:39:13: Element type "xsl:text" must be declared.
> [Error] synop.xsl:42:53: Element type "xsl:template" must be declared.
> [Error] synop.xsl:43:49: Element type "xsl:variable" must be declared.
> [Error] synop.xsl:44:43: Element type "xsl:variable" must be declared.
> [Error] synop.xsl:45:32: Element type "xsl:variable" must be declared.
> [Error] synop.xsl:46:17: Element type "xsl:choose" must be declared.
> [Error] synop.xsl:47:53: Element type "xsl:when" must be declared.
> [Error] synop.xsl:48:62: Element type "xsl:value-of" must be declared.
> [Error] synop.xsl:50:22: Element type "xsl:otherwise" must be 
> declared.
> [Error] synop.xsl:51:19: Element type "xsl:text" must be declared.
> [Error] synop.xsl:55:39: Element type "xsl:if" must be declared.
> [Error] synop.xsl:56:38: Element type "xsl:value-of" must be declared.
> [Error] synop.xsl:58:15: Element type "xsl:choose" must be declared.
> [Error] synop.xsl:59:38: Element type "xsl:when" must be declared.
> [Error] synop.xsl:60:58: Element type "xsl:value-of" must be declared.
> [Error] synop.xsl:62:36: Element type "xsl:when" must be declared.
> [Error] synop.xsl:63:56: Element type "xsl:value-of" must be declared.
> [Error] synop.xsl:65:36: Element type "xsl:when" must be declared.
> [Error] synop.xsl:66:56: Element type "xsl:value-of" must be declared.
> [Error] synop.xsl:68:20: Element type "xsl:otherwise" must be 
> declared.
> [Error] synop.xsl:69:56: Element type "xsl:value-of" must be declared.
> [Error] synop.xsl:72:25: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:73:15: Element type "xsl:choose" must be declared.
> [Error] synop.xsl:74:36: Element type "xsl:when" must be declared.
> [Error] synop.xsl:75:51: Element type "xsl:value-of" must be declared.
> [Error] synop.xsl:77:38: Element type "xsl:when" must be declared.
> [Error] synop.xsl:78:53: Element type "xsl:value-of" must be declared.
> [Error] synop.xsl:80:20: Element type "xsl:otherwise" must be 
> declared.
> [Error] synop.xsl:81:48: Element type "xsl:value-of" must be declared.
> [Error] synop.xsl:84:15: Element type "xsl:choose" must be declared.
> [Error] synop.xsl:85:38: Element type "xsl:when" must be declared.
> [Error] synop.xsl:86:59: Element type "xsl:value-of" must be declared.
> [Error] synop.xsl:88:36: Element type "xsl:when" must be declared.
> [Error] synop.xsl:89:57: Element type "xsl:value-of" must be declared.
> [Error] synop.xsl:91:36: Element type "xsl:when" must be declared.
> [Error] synop.xsl:92:57: Element type "xsl:value-of" must be declared.
> [Error] synop.xsl:94:20: Element type "xsl:otherwise" must be 
> declared.
> [Error] synop.xsl:95:57: Element type "xsl:value-of" must be declared.
> [Error] synop.xsl:100:33: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:101:49: Element type "xsl:variable" must be 
> declared.
> [Error] synop.xsl:102:43: Element type "xsl:variable" must be 
> declared.
> [Error] synop.xsl:103:39: Element type "xsl:if" must be declared.
> [Error] synop.xsl:104:41: Element type "xsl:value-of" must be 
> declared.
> [Error] synop.xsl:106:43: Element type "xsl:call-template" 
> must be declared.
> [Error] synop.xsl:109:27: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:110:14: Element type "fo:block" must be declared.
> [Error] synop.xsl:115:40: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:116:60: Element type "xsl:variable" must be 
> declared.
> [Error] synop.xsl:117:29: Element type "xsl:variable" must be 
> declared.
> [Error] synop.xsl:118:72: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:120:34: Element type "fo:inline" must be declared.
> [Error] synop.xsl:122:61: Element type "fo:basic-link" must 
> be declared.
> [Error] synop.xsl:123:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:124:37: Element type "xsl:value-of" must be 
> declared.
> [Error] synop.xsl:125:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:127:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:128:27: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:132:65: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:133:27: Element type "xsl:number" must be declared.
> [Error] synop.xsl:136:37: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:137:29: Element type "xsl:variable" must be 
> declared.
> [Error] synop.xsl:138:66: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:140:27: Element type "xsl:variable" must be 
> declared.
> [Error] synop.xsl:141:42: Element type "xsl:call-template" 
> must be declared.
> [Error] synop.xsl:143:24: Element type "fo:block" must be declared.
> [Error] synop.xsl:144:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:145:35: Element type "xsl:value-of" must be 
> declared.
> [Error] synop.xsl:146:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:147:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:148:27: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:152:36: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:153:46: Element type "xsl:call-template" 
> must be declared.
> [Error] synop.xsl:156:40: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:159:41: Element type "fo:block" must be declared.
> [Error] synop.xsl:160:27: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:164:37: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:168:40: Element type "fo:block" must be declared.
> [Error] synop.xsl:169:27: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:170:45: Element type "xsl:if" must be declared.
> [Error] synop.xsl:174:40: Element type "fo:block" must be declared.
> [Error] synop.xsl:175:77: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:181:31: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:182:53: Element type "fo:inline" must be declared.
> [Error] synop.xsl:183:27: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:187:40: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:188:15: Element type "xsl:choose" must be declared.
> [Error] synop.xsl:189:52: Element type "xsl:when" must be declared.
> [Error] synop.xsl:190:37: Element type "fo:inline" must be declared.
> [Error] synop.xsl:191:31: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:194:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] synop.xsl:195:29: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:200:28: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:201:15: Element type "xsl:choose" must be declared.
> [Error] synop.xsl:202:49: Element type "xsl:when" must be declared.
> [Error] synop.xsl:203:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:205:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] synop.xsl:206:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:211:31: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:212:13: Element type "xsl:text" must be declared.
> [Error] synop.xsl:215:32: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:216:33: Element type "xsl:variable" must be 
> declared.
> [Error] synop.xsl:217:46: Element type "xsl:number" must be declared.
> [Error] synop.xsl:219:30: Element type "xsl:if" must be declared.
> [Error] synop.xsl:220:15: Element type "xsl:choose" must be declared.
> [Error] synop.xsl:221:49: Element type "xsl:when" must be declared.
> [Error] synop.xsl:222:29: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:224:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] synop.xsl:225:50: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:228:15: Element type "xsl:choose" must be declared.
> [Error] synop.xsl:229:50: Element type "xsl:when" must be declared.
> [Error] synop.xsl:230:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:232:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] synop.xsl:233:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:238:42: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:239:15: Element type "xsl:choose" must be declared.
> [Error] synop.xsl:240:52: Element type "xsl:when" must be declared.
> [Error] synop.xsl:241:51: Element type "xsl:call-template" 
> must be declared.
> [Error] synop.xsl:243:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] synop.xsl:244:29: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:247:47: Element type "xsl:if" must be declared.
> [Error] synop.xsl:248:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:252:60: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:253:13: Element type "fo:block" must be declared.
> [Error] synop.xsl:254:27: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:255:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:259:34: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:260:13: Element type "xsl:text" must be declared.
> [Error] synop.xsl:261:25: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:262:13: Element type "xsl:text" must be declared.
> [Error] synop.xsl:267:53: Element type "xsl:variable" must be 
> declared.
> [Error] synop.xsl:273:44: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:274:30: Element type "xsl:param" must be declared.
> [Error] synop.xsl:275:17: Element type "xsl:choose" must be declared.
> [Error] synop.xsl:276:34: Element type "xsl:when" must be declared.
> [Error] synop.xsl:277:36: Element type "xsl:value-of" must be 
> declared.
> [Error] synop.xsl:279:22: Element type "xsl:otherwise" must 
> be declared.
> [Error] synop.xsl:280:58: Element type "xsl:value-of" must be 
> declared.
> [Error] synop.xsl:289:15: Element type "xsl:choose" must be declared.
> [Error] synop.xsl:290:59: Element type "xsl:when" must be declared.
> [Error] synop.xsl:291:52: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:293:59: Element type "xsl:when" must be declared.
> [Error] synop.xsl:294:52: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:296:57: Element type "xsl:when" must be declared.
> [Error] synop.xsl:297:51: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:299:76: Element type "xsl:when" must be declared.
> [Error] synop.xsl:300:51: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:302:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] synop.xsl:303:20: Element type "xsl:message" must be declared.
> [Error] synop.xsl:304:12: Element type "xsl:text" must be declared.
> [Error] synop.xsl:305:47: Element type "xsl:value-of" must be 
> declared.
> [Error] synop.xsl:306:19: Element type "xsl:text" must be declared.
> [Error] synop.xsl:307:36: Element type "xsl:value-of" must be 
> declared.
> [Error] synop.xsl:309:39: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:311:46: Element type "xsl:with-param" must 
> be declared.
> [Error] synop.xsl:317:34: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:322:63: Element type "xsl:if" must be declared.
> [Error] synop.xsl:323:16: Element type "fo:inline" must be declared.
> [Error] synop.xsl:329:49: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:333:68: Element type "fo:block" must be declared.
> [Error] synop.xsl:334:59: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:335:50: Element type "xsl:if" must be declared.
> [Error] synop.xsl:336:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:337:80: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:338:46: Element type "xsl:if" must be declared.
> [Error] synop.xsl:339:19: Element type "xsl:text" must be declared.
> [Error] synop.xsl:342:32: Element type "xsl:if" must be declared.
> [Error] synop.xsl:343:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:344:62: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:345:34: Element type "xsl:if" must be declared.
> [Error] synop.xsl:346:12: Element type "xsl:text" must be declared.
> [Error] synop.xsl:349:32: Element type "xsl:if" must be declared.
> [Error] synop.xsl:350:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:351:62: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:353:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:358:68: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:359:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:363:53: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:364:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:367:67: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:368:15: Element type "xsl:choose" must be declared.
> [Error] synop.xsl:369:43: Element type "xsl:when" must be declared.
> [Error] synop.xsl:370:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:372:20: Element type "xsl:otherwise" must 
> be declared.
> [Error] synop.xsl:373:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:376:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:379:52: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:380:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:381:39: Element type "xsl:if" must be declared.
> [Error] synop.xsl:382:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:386:45: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:387:68: Element type "xsl:if" must be declared.
> [Error] synop.xsl:388:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:390:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:393:49: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:394:72: Element type "xsl:if" must be declared.
> [Error] synop.xsl:395:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:397:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:400:49: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:401:72: Element type "xsl:if" must be declared.
> [Error] synop.xsl:402:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:404:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:407:49: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:411:68: Element type "fo:block" must be declared.
> [Error] synop.xsl:412:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:413:39: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:414:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:415:44: Element type "xsl:call-template" 
> must be declared.
> [Error] synop.xsl:419:40: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:420:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:421:13: Element type "xsl:text" must be declared.
> [Error] synop.xsl:424:43: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:425:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:426:13: Element type "xsl:text" must be declared.
> [Error] synop.xsl:429:47: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:430:13: Element type "xsl:text" must be declared.
> [Error] synop.xsl:431:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:434:40: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:435:13: Element type "xsl:text" must be declared.
> [Error] synop.xsl:438:46: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:439:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:442:47: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:443:28: Element type "xsl:param" must be declared.
> [Error] synop.xsl:444:49: Element type "xsl:if" must be declared.
> [Error] synop.xsl:445:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:446:35: Element type "xsl:if" must be declared.
> [Error] synop.xsl:447:45: Element type "xsl:call-template" 
> must be declared.
> [Error] synop.xsl:448:32: Element type "xsl:with-param" must 
> be declared.
> [Error] synop.xsl:449:53: Element type "xsl:with-param" must 
> be declared.
> [Error] synop.xsl:453:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:456:45: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:457:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:461:65: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:462:110: Element type "xsl:variable" must 
> be declared.
> [Error] synop.xsl:463:72: Element type "xsl:variable" must be 
> declared.
> [Error] synop.xsl:464:108: Element type "xsl:variable" must 
> be declared.
> [Error] synop.xsl:465:29: Element type "xsl:variable" must be 
> declared.
> [Error] synop.xsl:466:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:467:65: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:470:59: Element type "xsl:if" must be declared.
> [Error] synop.xsl:471:61: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:474:59: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:480:68: Element type "fo:block" must be declared.
> [Error] synop.xsl:481:34: Element type "xsl:copy-of" must be declared.
> [Error] synop.xsl:482:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:483:59: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:484:68: Element type "xsl:with-param" must 
> be declared.
> [Error] synop.xsl:486:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:487:34: Element type "xsl:if" must be declared.
> [Error] synop.xsl:488:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:489:64: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:491:80: Element type "xsl:if" must be declared.
> [Error] synop.xsl:492:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:493:65: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:495:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:497:42: Element type "xsl:call-template" 
> must be declared.
> [Error] synop.xsl:502:48: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:506:68: Element type "fo:block" must be declared.
> [Error] synop.xsl:507:58: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:508:50: Element type "xsl:if" must be declared.
> [Error] synop.xsl:509:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:510:79: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:511:46: Element type "xsl:if" must be declared.
> [Error] synop.xsl:512:12: Element type "xsl:text" must be declared.
> [Error] synop.xsl:515:32: Element type "xsl:if" must be declared.
> [Error] synop.xsl:516:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:517:61: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:518:34: Element type "xsl:if" must be declared.
> [Error] synop.xsl:519:12: Element type "xsl:text" must be declared.
> [Error] synop.xsl:522:32: Element type "xsl:if" must be declared.
> [Error] synop.xsl:523:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:524:61: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:526:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:531:67: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:532:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:536:52: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:537:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:540:66: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:541:39: Element type "xsl:if" must be declared.
> [Error] synop.xsl:542:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:544:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:547:51: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:548:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:549:41: Element type "xsl:if" must be declared.
> [Error] synop.xsl:550:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:554:44: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:555:68: Element type "xsl:if" must be declared.
> [Error] synop.xsl:556:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:558:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:561:48: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:562:72: Element type "xsl:if" must be declared.
> [Error] synop.xsl:563:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:565:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:568:48: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:569:72: Element type "xsl:if" must be declared.
> [Error] synop.xsl:570:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:572:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:575:48: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:579:68: Element type "fo:block" must be declared.
> [Error] synop.xsl:580:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:581:38: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:582:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:584:42: Element type "xsl:call-template" 
> must be declared.
> [Error] synop.xsl:587:39: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:588:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:589:13: Element type "xsl:text" must be declared.
> [Error] synop.xsl:592:42: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:593:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:594:13: Element type "xsl:text" must be declared.
> [Error] synop.xsl:597:46: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:598:13: Element type "xsl:text" must be declared.
> [Error] synop.xsl:599:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:602:39: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:603:13: Element type "xsl:text" must be declared.
> [Error] synop.xsl:606:45: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:607:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:610:46: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:611:49: Element type "xsl:if" must be declared.
> [Error] synop.xsl:612:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:614:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:617:44: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:618:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:622:65: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:623:110: Element type "xsl:variable" must 
> be declared.
> [Error] synop.xsl:624:72: Element type "xsl:variable" must be 
> declared.
> [Error] synop.xsl:625:108: Element type "xsl:variable" must 
> be declared.
> [Error] synop.xsl:630:68: Element type "fo:block" must be declared.
> [Error] synop.xsl:631:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:632:64: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:635:59: Element type "xsl:if" must be declared.
> [Error] synop.xsl:636:60: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:639:58: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:640:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:641:59: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:642:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:643:34: Element type "xsl:if" must be declared.
> [Error] synop.xsl:644:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:645:63: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:647:80: Element type "xsl:if" must be declared.
> [Error] synop.xsl:648:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:649:64: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:651:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:653:42: Element type "xsl:call-template" 
> must be declared.
> [Error] synop.xsl:658:48: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:662:68: Element type "fo:block" must be declared.
> [Error] synop.xsl:663:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:664:58: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:665:50: Element type "xsl:if" must be declared.
> [Error] synop.xsl:666:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:667:79: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:668:46: Element type "xsl:if" must be declared.
> [Error] synop.xsl:669:12: Element type "xsl:text" must be declared.
> [Error] synop.xsl:672:32: Element type "xsl:if" must be declared.
> [Error] synop.xsl:673:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:674:61: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:675:34: Element type "xsl:if" must be declared.
> [Error] synop.xsl:676:12: Element type "xsl:text" must be declared.
> [Error] synop.xsl:679:32: Element type "xsl:if" must be declared.
> [Error] synop.xsl:680:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:681:61: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:683:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:688:67: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:689:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:693:52: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:694:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:697:66: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:698:39: Element type "xsl:if" must be declared.
> [Error] synop.xsl:699:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:701:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:704:51: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:705:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:706:41: Element type "xsl:if" must be declared.
> [Error] synop.xsl:707:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:711:44: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:712:68: Element type "xsl:if" must be declared.
> [Error] synop.xsl:713:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:715:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:718:48: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:719:72: Element type "xsl:if" must be declared.
> [Error] synop.xsl:720:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:722:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:725:48: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:726:72: Element type "xsl:if" must be declared.
> [Error] synop.xsl:727:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:729:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:732:48: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:736:68: Element type "fo:block" must be declared.
> [Error] synop.xsl:737:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:738:38: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:739:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:741:42: Element type "xsl:call-template" 
> must be declared.
> [Error] synop.xsl:744:39: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:745:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:746:13: Element type "xsl:text" must be declared.
> [Error] synop.xsl:749:42: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:750:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:751:13: Element type "xsl:text" must be declared.
> [Error] synop.xsl:754:46: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:755:13: Element type "xsl:text" must be declared.
> [Error] synop.xsl:756:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:759:39: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:760:13: Element type "xsl:text" must be declared.
> [Error] synop.xsl:763:45: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:764:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:767:46: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:768:49: Element type "xsl:if" must be declared.
> [Error] synop.xsl:769:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:771:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:774:44: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:775:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:779:65: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:780:110: Element type "xsl:variable" must 
> be declared.
> [Error] synop.xsl:781:72: Element type "xsl:variable" must be 
> declared.
> [Error] synop.xsl:782:108: Element type "xsl:variable" must 
> be declared.
> [Error] synop.xsl:787:68: Element type "fo:block" must be declared.
> [Error] synop.xsl:788:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:789:64: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:792:59: Element type "xsl:if" must be declared.
> [Error] synop.xsl:793:60: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:796:58: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:797:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:798:59: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:799:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:800:34: Element type "xsl:if" must be declared.
> [Error] synop.xsl:801:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:802:63: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:803:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:805:80: Element type "xsl:if" must be declared.
> [Error] synop.xsl:806:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:807:64: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:809:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:811:42: Element type "xsl:call-template" 
> must be declared.
> [Error] synop.xsl:816:49: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:820:68: Element type "fo:block" must be declared.
> [Error] synop.xsl:821:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:822:59: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:823:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:825:50: Element type "xsl:if" must be declared.
> [Error] synop.xsl:826:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:827:80: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:828:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:835:68: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:839:53: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:840:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:843:67: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:844:39: Element type "xsl:if" must be declared.
> [Error] synop.xsl:845:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:847:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:850:52: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:851:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:852:41: Element type "xsl:if" must be declared.
> [Error] synop.xsl:853:17: Element type "xsl:text" must be declared.
> [Error] synop.xsl:857:45: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:858:68: Element type "xsl:if" must be declared.
> [Error] synop.xsl:859:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:861:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:864:49: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:865:72: Element type "xsl:if" must be declared.
> [Error] synop.xsl:866:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:868:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:871:49: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:872:72: Element type "xsl:if" must be declared.
> [Error] synop.xsl:873:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:875:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:878:49: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:882:68: Element type "fo:block" must be declared.
> [Error] synop.xsl:883:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:884:39: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:885:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:887:42: Element type "xsl:call-template" 
> must be declared.
> [Error] synop.xsl:890:40: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:891:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:892:13: Element type "xsl:text" must be declared.
> [Error] synop.xsl:895:43: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:896:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:897:13: Element type "xsl:text" must be declared.
> [Error] synop.xsl:900:47: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:901:13: Element type "xsl:text" must be declared.
> [Error] synop.xsl:902:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:905:40: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:906:13: Element type "xsl:text" must be declared.
> [Error] synop.xsl:909:46: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:910:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:913:47: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:914:49: Element type "xsl:if" must be declared.
> [Error] synop.xsl:915:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:917:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:920:45: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:921:37: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:925:65: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:926:110: Element type "xsl:variable" must 
> be declared.
> [Error] synop.xsl:927:72: Element type "xsl:variable" must be 
> declared.
> [Error] synop.xsl:928:108: Element type "xsl:variable" must 
> be declared.
> [Error] synop.xsl:933:68: Element type "fo:block" must be declared.
> [Error] synop.xsl:934:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:936:59: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:937:15: Element type "xsl:text" must be declared.
> [Error] synop.xsl:938:44: Element type "xsl:call-template" 
> must be declared.
> [Error] synop.xsl:951:51: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:952:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:955:50: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:956:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:959:50: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:960:36: Element type "xsl:apply-templates" must be
> declared.
> [Error] synop.xsl:963:51: Element type "xsl:template" must be 
> declared.
> [Error] synop.xsl:964:36: Element type "xsl:apply-templates" must be
> declared.
> file:///m:/docbook-xsl-1.74.0/fo/docbook.xsl; Line #320; 
> Column #16; Making
> portrait pages on USletter paper (8.5inx11in)
> file:///m:/docbook-xsl-1.74.0/fo/table.xsl; Line #495; Column #40; No
> adjustColumnWidths function available.
> 
> (Location of error unknown)XSLT Error
> (javax.xml.transform.TransformerException): Stylesheet 
> directed termination
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: 
> docbook-apps-help@lists.oasis-open.org
> 
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: 
> docbook-apps-help@lists.oasis-open.org
> 
> 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]