xsl-list
[Top] [All Lists]

Re: [xsl] Root element is not complete in result tree

2016-08-18 02:44:06

On 18 Aug 2016, at 06:17, Mailing Lists Mail daktapaal(_at_)gmail(_dot_)com 
<xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> wrote:

I am a little stumped now.

I have a template which looks like
<xsl:template match = "UniversalKingdom">

<kingdom>
<xsl:apply-templates mode = "stream"/>
</kingdom>

</xsl:template>

There are other templates which does some calculations.. the output tree is 
missing the end tag of </kingdom>

Making it invalid xml. I am thinking that the processor stopped writing the 
result tree after a point for some.reason... and did not throw any exception..

I am also thinking Saxon is playing with me because i am playing with it 
,(eval version) because some times it says .. can not run it now, please try 
later or some such thing. Hopefully this is something trivial..

XSL-List info and archive <http://www.mulberrytech.com/xsl/xsl-list>
EasyUnsubscribe <-list/293509> (by email <>)
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--
<Prev in Thread] Current Thread [Next in Thread>