<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:template match="/">
	
	<xsl:for-each select="root/order/carts">
		<!-- Here I can drop e.g. the @name from the XML-Schema and the pop-up comes. -->

	</xsl:for-each>

	<xsl:variable name="varQuery" expr="document('Link-2-a-document')"/>
	<xsl:for-each select="$varQuery">
		<!-- Here, when I try to drop, no pop-up comes!!!-->
		
	</xsl:for-each>

</xsl:template>

</xsl:stylesheet>
<!-- Stylus Studio meta-information - (c)1998-2001 eXcelon Corp.
<metaInformation>
<scenarios ><scenario default="yes" name="Test" userelativepaths="yes" url="TestCase.xml" htmlbaseurl="" processortype="internal" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext=""/></scenarios><MapperInfo  srcSchemaPath="" srcSchemaRoot="" srcSchemaPathIsRelative="yes" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" />
</metaInformation>
-->
