[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] Scope of xml source, includes, and inline xml
Subject: [xsl] Scope of xml source, includes, and inline xml
From: Karl Stubsjoen <kstubs@xxxxxxxxx>
Date: Thu, 31 Mar 2005 11:53:08 -0700
|
All right,
Lets say in my xslt sheet include_file_A I create the following inline XML:
<sd:data>
<AAA/>
<BBB/>
<CCC/>
</sd:data>
Let say the parent xslt document is:
parent_xslt_document.xsl
Which include the following xslt documents:
include_file_A.xsl
include_file_B.xsl
Is the scope of <sd:data /> limited to include_file_A?
|