Referencing inside of an xi:included xml file from debugger
Posted: Thu Jan 05, 2006 10:58 pm
When I use <xi:include/> to pick up xml from another file, the debugger doesn't show the source of data. That is, when I click a line in the Output pane, it highlights the xsl line that created that data and it highlights the <xi:include/> statement that points to the xml file that contains the data element referenced for that output.
I use this syntax for instance in my input xml file
<?xml version="1.0" encoding="UTF-8"?>
<top xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="some_clocks_tb.xml" />
<xi:include href="tempRgmVerilogStage1.xml" />
<xi:include href="tempClkArcSynSYNTHESIS.xml" />
</top>
Can we get the debugger to show the line in included file that contains the element referenced? In the meantime, to debug, I copy/paste the included file over the <xi:include/> statement.
GeorgeG
I use this syntax for instance in my input xml file
<?xml version="1.0" encoding="UTF-8"?>
<top xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="some_clocks_tb.xml" />
<xi:include href="tempRgmVerilogStage1.xml" />
<xi:include href="tempClkArcSynSYNTHESIS.xml" />
</top>
Can we get the debugger to show the line in included file that contains the element referenced? In the meantime, to debug, I copy/paste the included file over the <xi:include/> statement.
GeorgeG