Multiple charts in a XML file

I am creating a report XML Pub for PeopleSoft and must have 3 cards. I'm running into all sorts of problems and I think it's because my XML (more precisely the skills listed more than once). Here is my XML. I am trying to create a stacked bar chart.

<? XML version = "1.0" encoding = "utf-8"? >
< root >
< PLXSVGRAPH >
< SKILL >
Leadership of < COMPETENCY_NAME > < / COMPETENCY_NAME >
< EMPLOYEE > 2.5 < / EMPLOYEE >
< MANAGER > 2.7 < / MANAGER >
< > 2.7 PEER < / PEER >
< MATRIX_MANAGER > 2.7 < / MATRIX_MANAGER >
< DIRECT_REPORT > 2.7 < / DIRECT_REPORT >
< / SKILLS >
< SKILL >
Courage to < COMPETENCY_NAME > < / COMPETENCY_NAME >
< EMPLOYEE > 2.5 < / EMPLOYEE >
< MANAGER > 2.7 < / MANAGER >
< > 2.7 PEER < / PEER >
< MATRIX_MANAGER > 2.7 < / MATRIX_MANAGER >
< DIRECT_REPORT > 2.7 < / DIRECT_REPORT >
< / SKILLS >
< / PLXSVGRAPH >
< PLXSLCGRAPH >
< SKILL >
Leadership of < COMPETENCY_NAME > < / COMPETENCY_NAME >
< EMPLOYEE > 2.5 < / EMPLOYEE >
< MANAGER > 2.7 < / MANAGER >
< > 2.7 PEER < / PEER >
< MATRIX_MANAGER > 2.7 < / MATRIX_MANAGER >
< DIRECT_REPORT > 2.7 < / DIRECT_REPORT >
< / SKILLS >
< SKILL >
Courage to < COMPETENCY_NAME > < / COMPETENCY_NAME >
< EMPLOYEE > 2.5 < / EMPLOYEE >
< MANAGER > 2.7 < / MANAGER >
< > 2.7 PEER < / PEER >
< MATRIX_MANAGER > 2.7 < / MATRIX_MANAGER >
< DIRECT_REPORT > 2.7 < / DIRECT_REPORT >
< / SKILLS >
< / PLXSLCGRAPH >
< PLXSKJAGRAPH >
< SKILL >
Leadership of < COMPETENCY_NAME > < / COMPETENCY_NAME >
< EMPLOYEE > 2.5 < / EMPLOYEE >
< MANAGER > 2.7 < / MANAGER >
< > 2.7 PEER < / PEER >
< MATRIX_MANAGER > 2.7 < / MATRIX_MANAGER >
< DIRECT_REPORT > 2.7 < / DIRECT_REPORT >
< / SKILLS >
< SKILL >
Courage to < COMPETENCY_NAME > < / COMPETENCY_NAME >
< EMPLOYEE > 2.5 < / EMPLOYEE >
< MANAGER > 2.7 < / MANAGER >
< > 2.7 PEER < / PEER >
< MATRIX_MANAGER > 2.7 < / MATRIX_MANAGER >
< DIRECT_REPORT > 2.7 < / DIRECT_REPORT >
< / SKILLS >
< / PLXSKJAGRAPH >
< / root >

Here is my XML table for just 1 chart:
chart:
< graph graphType = "BAR_VERT_CLUST" >
< LegendArea visible = "true" automaticPlacement = "AP_NEVER" position = "LAP_RIGHT" / >
< title text = "Plexus values" visible = "true" horizontalAlignment = "CENTER" / >
< Y1ReferenceLine >
< ReferenceLine index = "0" visible = "true" lineWidth = '2' text = 'Exceptional' value = '3' lineColor = "#ff00" / >
< ReferenceLine index = "1" visible = "true" lineWidth = '2' text = 'Effective' value = '2' lineColor = "#ff00" / >
< ReferenceLine index '2' = visible = "true" lineWidth = "2" text = "Need improvement" value = "1" lineColor = "#ff00" / > < / Y1ReferenceLine >
< Y1Axis axisMinAutoScaled = "false" axisMinValue = "0.0" axisMaxAutoScaled = "false" axisMaxValue = "3.0" majorTickStepAutomatic = "false" majorTickStep = "0.2" / >
< LocalGridData colCount = rowCount "{count (xdoxslt:group(.//PLXSVGRAPH, ' COMPETENCY/COMPETENCY_NAME'))}" = "5" >
< RowLabels >
Employee of < label > < / Label >
Manager < label > < / Label >
peer < label > < / Label >
Matrix Manager < label > < / Label >
Direct reports < label > < / Label >
< / RowLabels >
< ColLabels >
< xsl: for each groupe-select=".//PLXSVGRAPH ' group by ' SKILL/COMPETENCY_NAME' = > '.
< xsl: sort select = "COMPÉTENCE/COMPETENCY_NAME" / >
< label > < xsl: value-of select = "current-group () / COMPETENCE/COMPETENCY_NAME" / > < / Label >
< / xsl: for each group->
< / ColLabels >
< DataValues >
< RowData >
< xsl: for each groupe-select=".//PLXSVGRAPH ' group by ' SKILL/COMPETENCY_NAME' = > '.
< xsl: sort select = "COMPÉTENCE/COMPETENCY_NAME" / >
< cell >
< xsl: value - of select = "sum (current - group () / COMPETENCY/EMPLOYEE)" / >
< / cell >
< / xsl: for each group->
< / RowData >
< RowData >
< xsl: for each groupe-select=".//PLXSVGRAPH ' group by ' SKILL/COMPETENCY_NAME' = > '.
< xsl: sort select = "COMPÉTENCE/COMPETENCY_NAME" / >
< cell >
< xsl: value - of select = "sum (current - group () / COMPETENCY/MANAGER)" / >
< / cell >
< / xsl: for each group->
< / RowData >
< RowData >
< xsl: for each groupe-select=".//PLXSVGRAPH ' group by ' SKILL/COMPETENCY_NAME' = > '.
< xsl: sort select = "COMPÉTENCE/COMPETENCY_NAME" / >
< cell >
< xsl: value - of select = "sum (current - group () / COMPETENCY/PEER)" / >
< / cell >
< / xsl: for each group->
< / RowData >
< RowData >
< xsl: for each groupe-select=".//PLXSVGRAPH ' group by ' SKILL/COMPETENCY_NAME' = > '.
< xsl: sort select = "COMPÉTENCE/COMPETENCY_NAME" / >
< cell >
< xsl: value - of select = "sum (current - group () / COMPETENCY/DIRECT_REPORT)" / >
< / cell >
< / xsl: for each group->
< / RowData >
< RowData >
< xsl: for each groupe-select=".//PLXSVGRAPH ' group by ' SKILL/COMPETENCY_NAME' = > '.
< xsl: sort select = "COMPÉTENCE/COMPETENCY_NAME" / >
< cell >
< xsl: value - of select = "sum (current - group () / COMPETENCY/MATRIX_MANAGER)" / >
< / cell >
< / xsl: for each group->
< / RowData >
< / DataValues >
< / LocalGridData >
< / chart >

I get the following error and do not know what he tells me. Any thoughts?
Real fonts: C:\Program Files\Oracle\XML editor Desktop\Template Builder for Word\fonts
Run Start OPE
SetLocale RTFProcessor: en - us
FOProcessor setData: C:\Documents and Settings\steven.hart\Desktop\XML Publisher\PLEXUS_MRF.xml
SetLocale FOProcessor: en - us
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)
at java.lang.reflect.Method.invoke (unknown Source)
at oracle.apps.xdo.common.xml.XSLT10gR1.invokeProcessXSL(XSLT10gR1.java:586)
at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:383)
at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:201)
at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:161)
at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1015)
at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:968)
at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:209)
at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1561)
at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:951)
at RTF2PDF.runRTFto (RTF2PDF.java:626)
at RTF2PDF.runXDO (RTF2PDF.java:460)
at RTF2PDF.main (RTF2PDF.java:251)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
at oracle.xdo.parser.v2.XSLForEachGroup.processGroups(XSLForEachGroup.java:462)
at oracle.xdo.parser.v2.XSLForEachGroup.process01(XSLForEachGroup.java:282)
at oracle.xdo.parser.v2.XSLForEachGroup.process(XSLForEachGroup.java:210)
at oracle.xdo.parser.v2.XSLForEachGroup.processAction(XSLForEachGroup.java:94)
at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
at oracle.xdo.parser.v2.XSLVariable.getValue(XSLVariable.java:223)
at oracle.xdo.parser.v2.XSLVariable.processAction(XSLVariable.java:117)
at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
at oracle.xdo.parser.v2.XSLTemplate.processAction(XSLTemplate.java:191)
at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:508)
at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:485)
at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:264)
at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:150)
at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:187)
... 16 more

Its so difficult to understand your condition, you do not give any description.

But from the xml, I guessed that that's what you were trying to get.

Let me know if it helps

It worked for me :)

chart:



<Y1ReferenceLine>
<ReferenceLine index="0" visible="true" lineWidth="2" text="Exceptional" value="3" lineColor="#ff00"/>
<ReferenceLine index="1" visible="true" lineWidth="2" text="Effective" value="2" lineColor="#ff00"/>
<ReferenceLine index="2" visible="true" lineWidth="2" text="Needs Improvement" value="1" lineColor="#ff00"/></Y1ReferenceLine>
<LocalGridData colCount="{count(xdoxslt:group(.//PLXSVGRAPH//COMPETENCY,  'COMPETENCY_NAME'))}" rowCount="5">
<RowLabels><Label>EMPLOYEE</Label><Label>MANAGER</Label><Label>PEER</Label><Label>MATRIX_MANAGER</Label><Label>DIRECT_REPORT</Label></RowLabels>
<Y1Axis axisMinAutoScaled="false" axisMinValue="0.0" axisMaxAutoScaled="false" axisMaxValue="3.0" majorTickStepAutomatic="false" majorTickStep="0.2" />
<ColLabels>
<xsl:for-each-group select=".//PLXSVGRAPH//COMPETENCY" group-by="COMPETENCY_NAME" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<Label><xsl:value-of select="current-group()/COMPETENCY_NAME" /></Label>
</xsl:for-each-group>
</ColLabels>

<DataValues>
<RowData>
<xsl:for-each-group select=".//PLXSVGRAPH//COMPETENCY" group-by="COMPETENCY_NAME" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<Cell><xsl:value-of select="sum(current-group()/EMPLOYEE)" /></Cell>
</xsl:for-each-group>
</RowData>
<RowData>
<xsl:for-each-group select=".//PLXSVGRAPH//COMPETENCY" group-by="COMPETENCY_NAME" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<Cell>
<xsl:value-of select="sum(current-group()/MANAGER)" />
</Cell>
</xsl:for-each-group>
</RowData>
<RowData>
<xsl:for-each-group select=".//PLXSVGRAPH//COMPETENCY" group-by="COMPETENCY_NAME" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<Cell>
<xsl:value-of select="sum(current-group()/PEER)" />
</Cell>
</xsl:for-each-group>
</RowData>
<RowData>
<xsl:for-each-group select=".//PLXSVGRAPH//COMPETENCY" group-by="COMPETENCY_NAME" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<Cell><xsl:value-of select="sum(current-group()/MATRIX_MANAGER)" />
</Cell>
</xsl:for-each-group>
</RowData>
<RowData>
<xsl:for-each-group select=".//PLXSVGRAPH//COMPETENCY" group-by="COMPETENCY_NAME" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<Cell><xsl:value-of select="sum(current-group()/DIRECT_REPORT)" />
</Cell>
</xsl:for-each-group>
</RowData>
</DataValues></LocalGridData></Graph></code>
</pre> 
         <p></p> 
         <p style="margin-top:10px"> <button class="button" onclick="javascript:view_thread('LJAypEQJ');">more</button></p> 
		 <p style="margin-top:10px"> Tags: <a href="https://www.eehelp.com/tag/business-intelligence/" title="Business Intelligence">Business Intelligence</a></p> 
         <!-- <p class="margt8 margb8 center">
			<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
			<ins class="adsbygoogle"
				 style="display:block"
				 data-ad-format="autorelaxed"
				 data-ad-client="ca-pub-3059180850985380"
				 data-ad-slot="2881421353"></ins>
			<script>
				 (adsbygoogle = window.adsbygoogle || []).push({});
			</script>
		  </p>  -->
         <div class="similar_msg"> 
          <h3>Similar Questions</h3> 
          <ul> 
           <a name="5Gr1EjzJ"></a> 
           <li> 
		     <p class="similar_list"><a href="https://www.eehelp.com/question/loading-multiple-data-to-an-xml-file/">Loading multiple data to an XML file?</a></p> 
			 <p class="help">Hello</p><p style="min-height: 8pt; padding: 0px;"><p class="help">I have a problem loading multiple data from the same XML file. In this XML file, I have a list of dishes, I want to add to a menu. So, how can I load more data from different branches of the XML file into my text fields?</p><p style="min-height: 8pt; padding: 0px;"><p class="help">Thanks in advance,</p><p class="help">Rafael Carignato</p>			 <p class="reply">Found a way to do it. I created X text elements named "textbox1", "textbox2", etc. Here is the code:</p>
<p class="reply">var i = 1;</p>
<p class="reply">var message;</p>
<p class="reply">$.ajax({)</p>
<p class="reply">type: 'GET ',.</p>
<p class="reply">URL: "books.xml"</p>
<p class="reply">data type: "xml."</p>
<p class="reply">success: function {(xml)</p>
<p class="reply">($xml).find('Book').each (function () {}</p>
<p class="reply">var Work'stitle = $(this).find('Title').text ();</p>
<p class="reply">var sAuthor = $(this).find('Author').text ();</p>
<p class="reply">sGenre var = $(this).find('Genre').text ();</p>
<p class="reply">message = Work'stitle + ',' + sAuthor + ', ' + sGenre;</p>
<p class="reply">Console.log ("Message:" + message);</p>
<p class="reply">Console.log ("i:" + i);</p>
<p class="reply">SYM. $("textbox"_+_i).html (message);</p>
<p class="reply">Console.log("");</p>
<p class="reply">i ++ ;</p>
<p class="reply">});</p>
<p class="reply">},</p>
<p class="reply">});</p>		   </li> 
           <a name="0G1ndQWP"></a> 
           <li> 
		     <p class="similar_list"><a href="https://www.eehelp.com/question/export-multiple-charts-for-excel/">export multiple charts for excel</a></p> 
			 <p class="help">Hi guys,.</p>
<p class="help">I am trying to export multiple charts to an excel file but do not know how... I wanted it to appear on a file excel unique... and graphics export to a different sheet... can someone please tell me how to do?</p>
<p class="help">Kind regards</p>			 <p class="reply">Hello Gonçalo,</p>
<p class="reply">Are you familiar with the report generation tool?</p>
<p class="reply"><a href="http://zone.ni.com/devzone/cda/tut/p/id/3178" rel="external nofollow noreferrer">http://zone.NI.com/DevZone/CDA/tut/p/ID/3178</a></p>		   </li> 
           <a name="EZXe9OqJ"></a> 
           <li> 
		     <p class="similar_list"><a href="https://www.eehelp.com/question/generate-a-single-xml-file-of-the-multiple-jdbc-result-set/">Generate a single XML file of the multiple JDBC result set</a></p> 
			 <!-- migxf:done -->Hello<br>
<br>I need to create a single XML file of the multiple result set. The code below is to generate a XML signle leave a single result set, but suppose we have five different tables in the same database and the tables aren't relalted to the other.<br>
<br>for example: select * from SAMPLE_PRODUCT<br>Select * command<br>Select * LOGISTICS... and many others.<br>
<br>
<br>You can create multiple sets of results by top queries but how can write all values using a JDBC result set in a single xml file? Help, please.<br>
<br>a signle file xml from one generator result<br>
<br>import java.io.StringWriter;<br>import java.sql.Connection;<br>to import java.sql.DriverManager;<br>import java.sql.ResultSet;<br>import java.sql.ResultSetMetaData;<br>
<br>Import javax.xml.parsers.DocumentBuilder;<br>Import javax.xml.parsers.DocumentBuilderFactory;<br>Import javax.xml.transform.OutputKeys.<br>Import javax.xml.transform.Transformer;<br>Import javax.xml.transform.TransformerFactory;<br>Import javax.xml.transform.dom.DOMSource;<br>Import javax.xml.transform.stream.StreamResult;<br>
<br>to import org.W3C.DOM.document;<br>Import org.w3c.dom.Element;<br>
<br>public class JDBCToXML {}<br>
<br>Public Shared Sub main (string args []) throws Exception {}<br>DocumentBuilderFactory plant = DocumentBuilderFactory.newInstance ();<br>DocumentBuilder builder = factory.newDocumentBuilder ();<br>Doc document = builder.newDocument ();<br>Element results = doc.createElement ("Results");<br>doc.appendChild (results);<br>
<br>Class.forName ("sun.jdbc.odbc.JdbcOdbcDriver");<br>Connection con = DriverManager<br>.getConnection("jdbc:odbc:RIS","USER","USER");<br>
<br>ResultSet rs = con.createStatement () .executeQuery ("select * from SAMPLE_PRODUCT");<br>
<br>ResultSetMetaData rsmd = rs.getMetaData ();<br>int colCount = rsmd.getColumnCount ();<br>
<br>While (RS. Next {}<br>Element line = doc.createElement ("Row");<br>results.appendChild (row);<br>for (int i = 1; i < = colCount; i ++) {}<br>String columnName = rsmd.getColumnName (i);<br>Object value = rs.getObject (i);<br>Element node = doc.createElement (columnName);<br>node.appendChild (doc.createTextNode (value.toString (()));<br>row.appendChild (node);<br>}<br>}<br>DOMSource domSource = new DOMSource (doc);<br>TransformerFactory tf = TransformerFactory.newInstance ();<br>Transformer transformer = tf.newTransformer ();<br>transformer.setOutputProperty (OutputKeys.OMIT_XML_DECLARATION, 'yes');<br>transformer.setOutputProperty (OutputKeys.METHOD, "xml");<br>transformer.setOutputProperty (OutputKeys.ENCODING, "ISO-8859-1");<br>StringWriter sw = new StringWriter();<br>StreamResult sr = new StreamResult (sw);<br>transform. Transform (domSource, sr);<br>
<br>System.out.println (SW. ToString());<br>
<br>con. Close;<br>RS. Close();<br>}<br>}<br>
<br>Thank you<br>Sumit<br>
<br>Published by: user8687839 on April 4, 2012 23:04<br>
<br>Published by: user8687839 on April 4, 2012 23:09			 <p class="reply">As EJP says, you really want to get the data in a single request, if possible (and I don't see why that shouldn't be the case).<br>In fact, you really want to get this query to return the data as close the format you need as you can.</p>
<p class="reply">If you did this on Oracle, for example, I'd get Oracle to produce XML that you can then turn (assuming that you could not itself produce the XML you want directly).<br>In your case, using some db (access?), and then just get the line structure such as the conversion to XML involves the least amount of faffing about.</p>
<p class="reply">Rethink the SQL and the rest should be easy.</p>		   </li> 
           <a name="0PpXgo6P"></a> 
           <li> 
		     <p class="similar_list"><a href="https://www.eehelp.com/question/i-can-t-seem-to-figure-out-how-to-import-multiple-xml-files-in-flex/">I can't seem to figure out how to import multiple XML files in Flex</a></p> 
			 <p class="help">I can't figure out how to import multiple XML files in Flex and connect it to the DataGrids. Does anyone have ideas how to make this happen?</p><p style="min-height: 8pt; padding: 0px;"><p class="help"><? XML version = "1.0" encoding = "utf-8"? ><br>" <span>< = xmlns:fx s:Application '</span> <a class="jive-link-external-small" href="http://ns.adobe.com/mxml/2009" rel="nofollow">http://ns.Adobe.com/MXML/2009</a> <span>" </span><br>xmlns:s = "library://ns.adobe.com/flex/spark".<br>xmlns:MX = "library://ns.adobe.com/flex/mx" minWidth = "955" = "600" minHeight ><br /><br />< s:creationComplete ><br><! [CDATA]<br>loader.addEventListener (Event.COMPLETE, getData);<br><span>loader.load (new URLRequest ("</span><a class="jive-link-external-small" href="http://www.student.hint.no/~100471/mmt134/images/Reiseregning-Konradi_Kare_2011-01-30.xml" rel="nofollow">http://www.student.hint.no/~100471/mmt134/images/Reiseregning-Konradi_Kare_2011-01-30.xml</a><span>"));    </span></p><p style="min-height: 8pt; padding: 0px;"><p class="help">[]] ><br>< / s:creationComplete ><br /><br />< fx:Declarations ><br><! - Place non-visual elements (e.g., services, items of value) here - ><br>< / fx:Declarations ><br /><br />< fx:Script ><br><! [CDATA]<br>var testData:XML;<br /><br />var loader: URLLoader = new URLLoader();</p><p style="min-height: 8pt; padding: 0px;"><p class="help">public void getData(E:Event):void {}<br>testData = new XML (E.currentTarget.data);<br>grid.dataProvider = testData.descendants ('TravelSpecificationVO');<br>}<br /><br />[]] ><br>< / fx:Script ><br /><br />< mx:TabNavigator "22.7" = x y = '39.35' width = '536' height = "312" ><br>< s:NavigatorContent label = "Tab 1" width = "100%" height = "100%" ><br>< mx:DataGrid = "1.3" x = "-2.35" width = "507" height = "269" id = "grid" ><br>< mx:columns ><br>< mx:DataGridColumn dataField = "to_destinasion" headerText = "Til destinasjon" / ><br>< mx:DataGridColumn dataField = "from_date" headerText = "Klokkeslett" / ><br>< mx:DataGridColumn dataField = "from_destinasion" headerText = "Fra destinasjon" / ><br>< mx:DataGridColumn dataField = "to_date" headerText = "Klokkeslett" / ><br>< / mx:columns ><br>< / mx:DataGrid ><br>< / s:NavigatorContent ><br>< s:NavigatorContent label = "hkuhk" width = "100%" height = "100%" ><br>< / s:NavigatorContent ><br>< / mx:TabNavigator ><br>< / s:Application ></p>			 <p class="reply">Hope this helps you:</p>
<pre>
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      xmlns:mx="library://ns.adobe.com/flex/mx">
 <fx:Declarations>
  <fx:XML id="myXML"
                    source="http://www.student.hint.no/~100471/mmt134/images/Reiseregning-Konradi_Kare_2011-01-30.xml" />
 </fx:Declarations>

 <mx:DataGrid dataProvider="{myXML.descendants('TravelSpecificationVO')}">
  <mx:columns>
   <mx:DataGridColumn dataField="to_destination" headerText="Til destinasjon"/>
   <mx:DataGridColumn dataField="from_date" headerText="Klokkeslett"/>
   <mx:DataGridColumn dataField="from_destination" headerText="Fra destinasjon"/>
   <mx:DataGridColumn dataField="to_date" headerText="Klokkeslett"/>
  </mx:colums>
 </mx:DataGrid>

</s:Application>
</pre>
<p class="reply">Let me know if you need additional information.</p>
<p class="reply">Best regards</p>
<p class="reply">Pablo Souza</p>		   </li> 
           <a name="5GrwrmQP"></a> 
           <li> 
		     <p class="similar_list"><a href="https://www.eehelp.com/question/how-to-create-the-existing-xml-file-bar-chart/">How to create the existing XML file bar chart</a></p> 
			 Hi all<br>
<br>I'm new to flex, I need your help to develop a flex during approx. dashboard we file sample.xml. using what I have to create a bar chart or a pie chart.<br>
<br>Please help me<br>
<br>The XML looks like this...<br>
<br><? XML version = "1.0" encoding = "utf-8"? ><br>< user name = "123412343" ><br>< name ><br>< name > these < / lastName ><br>Vijay < firstName > < / name ><br>< / fullName ><br>< Preferences ><br>< modWidth > 235 < / modWidth ><br>< modHeight > 250 < / modHeight ><br>< > 1650 totalWidth < / totalWidth ><br>< > 1650 totalHeight < / totalHeight ><br>< modsX > 4 < / modsX ><br>< modsY > 2 < / modsY ><br>< / Preferences ><br>< id module = "Status2" ><br>< fenetreouvrir > true < / fenetreouvrir ><br>< pointsToShow ><br>< label p = 'Proposals' / ><br>< label p = "Project" / ><br>< label p = "DEP Ptba" / ><br>< label p = "EPA Ptba" / ><br>< / pointsToShow ><br>< dataSetsToShow ><br>< label > 2006 < / label ><br>< label > 2007 < / label ><br>< / dataSetsToShow ><br>< / module ><br>< / user >			 <p class="reply">convert this ArrayCollection collection called chartData xml file</p>
<p class="reply">var charOption:String = 'totalHeight '; / Use this to set the yField property...</p>
<p class="reply"><mx:ColumnChart showdatatips="true" id="barChart" width="100%" height="100%" dataprovider="{chartData}" color="0xffffff"><br>
<mx:horizontalAxis><br>
<><br>dataProvider = "{chartData}.<br>categoryField = "time" / ><br>
</mx:horizontalAxis><br>
<mx:verticalAxis><br>
<mx:LinearAxis labelfunction="addDollarSign"></mx:LinearAxis><br>
</mx:verticalAxis><p class="reply">
<p class="reply"><mx:series><br>
<mx:ColumnSeries yfield="{chartOption}" showdataeffect="interpolate" creationcompleteeffect="interpolate"></mx:ColumnSeries><br>
</mx:series><br>
</mx:ColumnChart></p>		   </li> 
           <a name="DJvDX5KP"></a> 
           <li> 
		     <p class="similar_list"><a href="https://www.eehelp.com/question/external-xml-file-of-a-chart/">External XML file of a chart</a></p> 
			 I'm new to Flex, but using samples and documentation, I was able to create a simple chart that uses an external xml file for the data source is.<br>
<br>I'm not sure how to get to the next step, i.e.:<br>Having the table listening to all the changes in the xml file and update running.<br>
<br>Can someone point me samples or documents that can help out me?<br>
<br>Thank you			 <p class="reply">source = 'path' is a * compile time * operation, so the XML is in fact embedded in the swf file.</p>
<p class="reply">Loading the runtime, then use HTTPService.</p>
<p class="reply">In addition, do not use mx: Model and if you are using HTTPService, be sure to set resultFormat = "e4x".</p>
<p class="reply">Search the archives if you want to know why and read more details and examples.</p>
<p class="reply">Tracy</p>		   </li> 
           <a name="DJdrydjP"></a> 
           <li> 
		     <p class="similar_list"><a href="https://www.eehelp.com/question/transform-file-to-plain-text-to-multiple-xml-files/">transform file to plain text to multiple XML files</a></p> 
			 <!-- migxf:done -->This is my requirement<br>1. choose a text to a ftp location.<br>2. the format of the example in the text file is<br>John | DOE | 30<br>Ryan | Adams | 50<br>Brian | White | 30<br>
<br>In the example, the file has 3 disks. I need to transform each record in 1 xml file. So the example will create 3 xml file.<br>
<br>Step 1.<br>I'll create a proxy service to choose the text file of the ftp folder.<br>
<br>Step 2.<br>
<strong>How do I loop through the file and for each record call another service proxy or business with one record at a time. ???</strong><br>
<br>Step 3.<br>I create a map to transform the record in an xml text and save it in a text via the company file.<br>
<br>Help appreciated.<br>Kind regards.<br>
<br>Published by: 811245 on November 14, 2010 23:10			 <p class="reply">Please see-</p>
<p class="reply"><a href="https://community.oracle.com/thread/1048091" rel="external nofollow noreferrer">Oracle Service Bus (OSB) - read the contents of a file line by line</a></p>
<p class="reply">Kind regards<br>Anuj</p>		   </li> 
           <a name="DJbVXpeJ"></a> 
           <li> 
		     <p class="similar_list"><a href="https://www.eehelp.com/question/loading-multiple-xml-files/">Loading multiple Xml files.</a></p> 
			 Ive got a menu based on xml and xml Photo Gallery based on the same chassis on my calendar.<br>When I try to preview the film only the photogallery load xml file.<br>
<br>I was wondering if anyone knows a method to load two xml files at a time or one after the other...<br>
<br>Ive been after Jacques tutorials for menu xml and xml photo gallery... my code is very similar to them.<br>Thanks in advance.<br>Chris.			 <p class="reply">Simply create separate XML objects.</p>
<p class="reply">myXmlMenu = new XML();<br>myXmlGallery = new XML();<br>myXmlMenu.load (...)<br>myXmlGallery.load (...)<br>etc.</p>		   </li> 
           <a name="EZXyVw8J"></a> 
           <li> 
		     <p class="similar_list"><a href="https://www.eehelp.com/question/problem-with-loading-multiple-external-xml-files/">Problem with loading multiple external xml files</a></p> 
			 I have a table named 'source', which consists of names of files external xml, the content of which I'm loading in another table called 'content '. I tried with the following text:<br>
<br>----------------------------------------------------------------------------------------<br>for (i = 0; i < source.length; i ++) {}<br>XML_URL = "' <a class="jive-link-external-small" href="http://localhost/temp/" rel="nofollow">http://localhost/temp/ '</a> + source <i>;"<br>myXMLURL = new URLRequest (XML_URL);<br>myLoader = new URLLoader (myXMLURL);<br>myLoader.addEventListener (Event.COMPLETE, xmlLoaded);<br>}<br>
<br>function xmlLoaded(evt:Event):void {}<br>Content.push (myLoader.Data);<br>}<br>---------------------------------------------------------------------------------------<br>
<br>The problem is that in this way, I get that content of the last xml file and other items ' content ' are 'undefined '. Anyone know the solution to this problem or maybe another way to do this?<br>
<br>Thanks in advance</i>			 <p class="reply">I tested the following with two xml files in the same folder (I would try the same thing) and put their names in the table source. Create two dummy xml for the test files.<br>Here is my exact code (I've changed, I have one because it's italicized here in the forums):</p>
<p class="reply">var content: Array = new Array();<br>var source: Array = new Array ("media1.xml", "media2.xml");<br>for (var a source) {}<br>var XML_URL = ' "+ source [a];<br>var myXMLURL = new URLRequest (XML_URL);<br>var myLoader = new URLLoader ();<br>myLoader.addEventListener (Event.COMPLETE, xmlLoaded);<br>myLoader.load (myXMLURL);<br>}</p>
<p class="reply">function xmlLoaded(evt:Event):void {}<br>Content.push (evt. Target.Data);<br>if(Content.Length ==source.) Length)<br>TR();<br>}</p>
<p class="reply">function tr() {}<br>trace (content);<br>}</p>		   </li> 
           <a name="eJeRlxRG"></a> 
           <li> 
		     <p class="similar_list"><a href="https://www.eehelp.com/question/hp-envy-5530-how-can-scan-multiple-pages-into-1-pdf-file/">HP ENVY 5530 - How can scan multiple pages into 1 pdf file?</a></p> 
			 <p class="help">Hello</p>
<p class="help">Can someone tell me how to scan multiple pages into one pdf document.  Currently, I can only 1 page per pdf which is not ideal for large documents.  I have a HP ENVY 5530 and am running windows 7.</p>
<p class="help">Many thanks in advance,</p>			 <p class="reply">Hi <a href="http://h30434.www3.hp.com/t5/user/viewprofilepage/user-id/1967270" rel="external nofollow noreferrer">Bert1</a>,</p>
<p class="reply">Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the Forums of HP, I would like to draw your attention to the Guide of the Forums HP <a href="http://h30434.www3.hp.com/t5/First-Time-Here-Learn-How-to-Post-and-More/bd-p/Hello" rel="external nofollow noreferrer">first time here? Learn how to publish and more</a>.</p>
<p class="reply">I see that you encounter some problems when trying to scan multiple pages into a single file. I did some research and I found a great Charter which will explain in detail <a href="http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03466081&tmp_task=useCategory&cc=us&dlc=en&lang=en&lc=en&product=5304883#N1873" rel="external nofollow noreferrer">How-to Scan: Windows 7</a>.  Once you have the document open, please scroll down until you see the part dealing with the digitization of several pages in a single file.</p>
<p class="reply">I hope this helps with your question.  If by chance you need more help, feel free to write me again. I'm always happy to help you.</p>
<p class="reply">Thank you for your time.</p>		   </li> 
           <a name="jZlexdoJ"></a> 
           <li> 
		     <p class="similar_list"><a href="https://www.eehelp.com/question/location-of-the-icon-library-xml-file/">Location of the icon library XML file?</a></p> 
			 <p class="help">My installed version of LabVIEW 2015, full, SP1, does not glyphs/icons available, so I am trying to download the required files.  I downloaded the zip file with success, but when I try to download the XML file, the link takes me to a page containing the raw code.  When I copy, paste and save this code in an XML file, I get an error when I try to sync manually.  Automatic synchronization will fail also.</p>
<p class="help">Here's the location of the xml file that does not work after being cut and pasted: <a href="http://www.ni.com/swf/iconlib/icons_filtered.xml" rel="external nofollow noreferrer">http://www.ni.com/swf/iconlib/icons_filtered.xml</a></p>
<p class="help">Anyone know where I can find an XML file that will work?</p>
<p class="help">Of course, if there is a better way to get my glyphs work, let me know.</p>
<p class="help">Thank you.</p>			 <p class="reply">So a number of things might happen.  This computer has multiple users?  Glyphs are installed for the user who installed LabVIEW, but nobody else.  If you don't like this design, you should go vote for this idea.</p>
<p class="reply"><a href="/t5/LabVIEW-Idea-Exchange/Shared-Icon-Editor-Glyphs-Directory/idi-p/3253351" rel="external nofollow noreferrer">http://forums.NI.com/T5/LabVIEW-idea-Exchange/shared-icon-editor-glyphs-directory/Idi-p/3253351</a></p>
<p class="reply">With respect to the glyph broken, updated tool, I have no idea.  The stupid thing just never worked for me.  OR even a standalone program once for the update of glyphs and it doesn't seem to work or else the other.  To help with this, I have attached my glyphs and you can simply copy and past in your <My documents="">\LabVIEW Data\Glphys folder.  In addition to those that come with LabVIEW 2015 I also added a Hooovahh folder with many a library open icons and a few I did.  After copying restart them LabVIEW and open the icon editor, then wait a few seconds while it lists the directory of icons.<p class="reply">
<p class="reply">Given the time, I bet that someone could make a tool that synchronizes correctly, download and install the icons correctly, especially since I think that most of the icon editor is open source.</p></My>		   </li> 
           <a name="EZXRymjG"></a> 
           <li> 
		     <p class="similar_list"><a href="https://www.eehelp.com/question/how-to-create-the-xml-file-in-oracle-plsql/">How to create the xml file in oracle plsql</a></p> 
			 <p class="help">Hello</p><p class="help">I need the under xml (abc.xml) in unix Server out_directory file (the out_directory path: / u01/apps/xml /)</p><p class="help">Select sivauser, sivapwd from sivainformations;-it will be multiple records</p><p class="help">Select sivatelepone phone; - it will be multiple records</p><p class="help">Select xyzverion versionid; - it will be multiple records</p><p class="help">based on the above information, I need the sub file xml using oracle plsql procedure or a block</p><p class="help">example: suppose we record</p><p class="help"><? XML version = "1.0" encoding = "UTF-8"? ><br>"< sivaService version ="2.0"xmlns ="<a class="jive-link-external-small" href="http://www.siva.ab/siva/4.0/test" rel="nofollow">http://www.siva.ab/siva/4.0/test</a>">."<br>< data language 'DEU' = ><br>< sivauser action = "siva3" sivapwd = "siva123" > --i need to sivainformations table(sivauser,sivapwd) timeline<br>phone < sivatelepone > < / sivatelepone >--i need to chronogram sivatelepone table (phone) based on the sivauser column<br>< abcversion version = "1.0" ><br>< Productinfo ><br>versionID < xyzverion > < / xyzverion >--i need to xyzverion (versionid) based on the sivauser column table records<br>< / Productinfo ><br>< / abcversion ><br>< / action ><br>< / data ><br>< / sivaService ></p><p class="help"><br>example: assume that multiple records</p><p class="help"><? XML version = "1.0" encoding = "UTF-8"? ><br>"< sivaService version ="2.0"xmlns ="<a class="jive-link-external-small" href="http://www.siva.ab/siva/4.0/test" rel="nofollow">http://www.siva.ab/siva/4.0/test</a>><br>< data language 'DEU' = ><br>< sivauser action = "siva3" sivapwd = "siva123" > --i need to sivainformations table(sivauser,sivapwd) timeline<br>< sivatelepone > '345678' < / sivatelepone >--i need to chronogram sivatelepone table (phone) based on the sivauser column<br>< abcversion version = "1.0" ><br>< Productinfo ><br>'1.1' < xyzverion > < / xyzverion >--i need to xyzverion (versionid) based on the sivauser column table records<br>< / Productinfo ><br>< / abcversion ><br>< / action ></p><p class="help">< sivauser action = "siva4" sivapwd = "siva123" > --i need to sivainformations table(sivauser,sivapwd) timeline<br>< sivatelepone > '123456' < / sivatelepone >--i need to chronogram sivatelepone table (phone) based on the sivauser column<br>< abcversion version = "1.0" ><br>< Productinfo ><br>"1.2" < xyzverion > < / xyzverion >--i need to xyzverion (versionid) based on the sivauser column table records<br>< / Productinfo ><br>< / abcversion ><br>< / action ><br>< / data ><br>< / sivaService ></p><p style="min-height: 8pt; padding: 0px;"><p class="help">Please help me</p><p class="help">Thank you<br>Siva</p>			 <p class="reply">I added a column ID to match the lines between the three tables.</p>
<pre>
SQL> with sivainformations
  2  as
  3  (
  4     select 1 id, 'karthick' sivauser, 'karthick' sivapwd from dual union all
  5     select 2 id, 'ram', 'ram' from dual
  6  )
  7  , sivatelepone
  8  as
  9  (
 10     select 1 id, 1234567890 telepone from dual union all
 11     select 2 id, 1234512345 from dual
 12  )
 13  , versionid
 14  as
 15  (
 16     select 1 id, 1.1 versionid from dual union all
 17     select 2, 1.2 from dual
 18  )
 19  select xmlelement
 20         (
 21             "shivaService"
 22           , xmlattributes('2.0' as "version", 'http://www.siva.ab/siva/4.0/test' as "xmlns")
 23           , xmlelement
 24             (
 25                 "Data"
 26               , xmlattributes('DEU' as "language")
 27               , xmlagg
 28                 (
 29                     xmlelement
 30                     (
 31                          "Action"
 32                        , xmlattributes(s.sivauser as "sivauser", s.sivapwd as "sivapwd")
 33                        , xmlelement("shivatelepone", t.telepone)
 34                        , xmlelement
 35                          (
 36                              "abcversion"
 37                            , xmlattributes('1.0' as "version")
 38                            , xmlelement
 39                              (
 40                                   "ProductInfo"
 41                                 , xmlelement("xyzversion", v.versionid)
 42                              )
 43                          )
 44                      )
 45                 )
 46             )
 47         ).EXTRACT('*') xml_output
 48    from sivainformations s
 49    join sivatelepone t
 50      on s.id = t.id
 51    join versionid v
 52      on s.id = v.id;

XML_OUTPUT
-------------------------------------------------------------------------------------------------------------------
<shivaService version="2.0" xmlns="http://www.siva.ab/siva/4.0/test">
  <Data language="DEU">
    <Action sivauser="karthick" sivapwd="karthick">
      <shivatelepone>1234567890</shivatelepone>
      <abcversion version="1.0">
        <ProductInfo>
          <xyzversion>1.1</xyzversion>
        </ProductInfo>
      </abcversion>
    </Action>
    <Action sivauser="ram" sivapwd="ram">
      <shivatelepone>1234512345</shivatelepone>
      <abcversion version="1.0">
        <ProductInfo>
          <xyzversion>1.2</xyzversion>
        </ProductInfo>
      </abcversion>
    </Action>
  </Data>
</shivaService>

SQL>
</pre>		   </li> 
           <a name="LZy8b9gP"></a> 
           <li> 
		     <p class="similar_list"><a href="https://www.eehelp.com/question/is-it-possible-to-export-the-rpd-as-a-single-xml-file/">Is it possible to export the RPD as a single xml file?</a></p> 
			 <p class="help">Hello</p><p style="min-height: 8pt; padding: 0px;"><p class="help">I tried to export the RPD in xml file, it seems I'm getting mutiple files and multiple xml file, is there an option in OBI for the consolidated xml file?</p><p style="min-height: 8pt; padding: 0px;"><p class="help">Please help me on this query.</p><p style="min-height: 8pt; padding: 0px;"><p class="help">Thank you!</p><p class="help">Serge</p>			 <p class="reply">Is actually the SPR at this very spot? That is C:\Temp\SampleAppLite.rpd?</p>
<p class="reply">I have exactly the same and it works like a charm</p>
<p class="reply"><a href="https://community.oracle.com/servlet/JiveServlet/showImage/2-13172998-130113/pastedImage_0.png" rel="external nofollow noreferrer"><img src="https://community.oracle.com/servlet/JiveServlet/downloadImage/2-13172998-130113/pastedImage_0.png"></a></p>		   </li> 
           <a name="MZ8078vZ"></a> 
           <li> 
		     <p class="similar_list"><a href="https://www.eehelp.com/question/how-to-apply-the-trace-bitmap-function-on-multiple-charts-at-the-same-time/">How to apply the Trace Bitmap function on multiple charts at the same time?</a></p> 
			 <p class="help">Hi all!</p><p class="help">I is currently experiencing a difficult period for the application of the function of trace bitmap on multiple charts.</p><p class="help">It is as I have 101 graphic symbols in my library, retracing the one is so would take a lot of time, though, I created an order for the Trace Bitmap function, it takes time. While I was looking for a way to track all of them at once?</p><p style="min-height: 8pt; padding: 0px;"><p class="help">-Thanks!</p>			 <p class="reply">This should do what you say you are willing to:</p>
<pre>
var threshold = 100; // 0 - 500
var minimumArea = 8; // 1 - 1000
var curveFit = "normal"; // "pixels", "very tight", "tight", "normal", "smooth", "very smooth"
var cornerThreshold = "normal"; // "many corners", "normal", "few corners"

function main() {
    var i, type;
    var _dom = fl.getDocumentDOM();
    var _lib = _dom.library;
    var items = _lib.getSelectedItems();
    if (!items.length) return;
    for (i = 0; i < items.length; i++) {
        type = items[i].itemType;
        if (type == "graphic" || type == "movie clip") {
            _lib.editItem(items[i].name);
            _dom.selectAll();
            if (_dom.selection.length == 1 && _dom.selection[0].elementType == "instance" && _dom.selection[0].instanceType == "bitmap") {
                _dom.traceBitmap(threshold, minimumArea, curveFit, cornerThreshold);
            }
        }
    }
    alert("Conversion complete!");
}
main();
</pre>
<p class="reply">Copy and paste into a new text document and save it as tracebitmaps.jsfl. Select clips in the library to convert, then go to double click the JSFL file.</p>		   </li> 
          </ul> 
         </div> 
        </div> 
		<div class="similar_msg"> 
          <h3>Maybe you are looking for</h3> 
          <ul> 
           <li> 
		     <p class="similar_list"><a href="https://www.eehelp.com/question/tecra-s5-10-x-64-bit-vista-drivers-need/">Tecra S5-10 x - 64-bit Vista drivers need</a></p> 
			 <p class="help">I bought this product not last week, with the operating system "Windows vista business edition" and once I opened the package, I was surprised to see that the operating system is only for 32-bit processors. and since I know that the core2duo processo</p> 
		   </li> 
           <li> 
		     <p class="similar_list"><a href="https://www.eehelp.com/question/what-happened-to-the-links-to-the-images-cards-video-shopping-gmail-more-that-were-in-the-upper-left-of-the-standard-home-page-how-to-make-a-comeback/">What happened to the links to the 'Images', 'Cards', 'Video', 'Shopping' ' GMail 'More' that were in the upper left of the standard home page?  How to make a comeback?</a></p> 
			 <p class="help">Was there in FFox 3 - now (unwisely) "upgraded" and he lost...</p> 
		   </li> 
           <li> 
		     <p class="similar_list"><a href="https://www.eehelp.com/question/i-ndont-want-radio-to-start-firefox-how-to-turn-off-radio-so-it-does-not-start-when-firefox-is-opened/">I ndont want radio to start Firefox how to turn off radio so it does not start when Firefox is opened?</a></p> 
			 <p class="help">I don't want a radio at the start of Firefox. How can I disable it? This has happened Each time Firefox opened is after that I downloaded Firefox</p> 
		   </li> 
           <li> 
		     <p class="similar_list"><a href="https://www.eehelp.com/question/install-the-beta-version-with-warranty/">Install the Beta version with warranty</a></p> 
			 <p class="help">I bought 6 s Iphone 9.2.1 last week. I need to install IOS 9.3 beta 4. If in install beta version guaranteed will be there or not.</p> 
		   </li> 
           <li> 
		     <p class="similar_list"><a href="https://www.eehelp.com/question/microphones-do-not-work/">Microphones do not work</a></p> 
			 <p class="help">Internal, external & LifeCam Cinema Microphones do not work even though Device Manager and and his file States that they work properly.  I have the latest drivers.  When I go to sound recorder it says "Audio recording device is not found," for all th</p> 
		   </li> 
          </ul> 
         </div> 
        <div class="clear"></div> 
       </div> 
       <!-- <div class="rightmain"> 
		<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
		eehelp_c
		<ins class="adsbygoogle"
			 style="display:inline-block;width:300px;height:600px"
			 data-ad-client="ca-pub-3059180850985380"
			 data-ad-slot="1404688152"></ins>
		<script>
		(adsbygoogle = window.adsbygoogle || []).push({});
		</script>
       </div>  -->
       <div class="clear"></div> 
      </div> 
     </div> 
    </div> 
    <div id="sidebar"> 
     <div class="bloque suspension"> 
      <div class="topicbul fbold margb4">
        Similar Questions
      </div> 
      <ul> 
       <li class="topic_li"> <a href="#LJAypEQJ">Multiple charts in a XML file</a> </li> 
       <li class="topic_li"> <a href="#5Gr1EjzJ">Loading multiple data to an XML file?</a> </li> 
       <li class="topic_li"> <a href="#0G1ndQWP">export multiple charts for excel</a> </li> 
       <li class="topic_li"> <a href="#EZXe9OqJ">Generate a single XML file of the multiple JDBC result set</a> </li> 
       <li class="topic_li"> <a href="#0PpXgo6P">I can't seem to figure out how to import multiple XML files in Flex</a> </li> 
       <li class="topic_li"> <a href="#5GrwrmQP">How to create the existing XML file bar chart</a> </li> 
       <li class="topic_li"> <a href="#DJvDX5KP">External XML file of a chart</a> </li> 
       <li class="topic_li"> <a href="#DJdrydjP">transform file to plain text to multiple XML files</a> </li> 
       <li class="topic_li"> <a href="#DJbVXpeJ">Loading multiple Xml files.</a> </li> 
       <li class="topic_li"> <a href="#EZXyVw8J">Problem with loading multiple external xml files</a> </li> 
       <li class="topic_li"> <a href="#eJeRlxRG">HP ENVY 5530 - How can scan multiple pages into 1 pdf file?</a> </li> 
       <li class="topic_li"> <a href="#jZlexdoJ">Location of the icon library XML file?</a> </li> 
       <li class="topic_li"> <a href="#EZXRymjG">How to create the xml file in oracle plsql</a> </li> 
       <li class="topic_li"> <a href="#LZy8b9gP">Is it possible to export the RPD as a single xml file?</a> </li> 
       <li class="topic_li"> <a href="#MZ8078vZ">How to apply the Trace Bitmap function on multiple charts at the same time?</a> </li> 
      </ul> 
     </div> 
    </div> 
   </div> 
   <script type="text/javascript">
	   function view_thread(code) {
		   var url = '/help/'+code+'/';
		   window.open(url);
	   }
   </script>
   <div class="clear"></div> 
   <div id="footer"> 
    <div class="leftside">
      © 2024 eehelp.com. All Rights Reserved. 10 q. 0.030 s. 
      <a href="/about/contact/" rel="nofollow">Contact Us</a> - 
      <a href="/about/tos/" rel="nofollow">Terms & Conditions</a> - 
      <a href="/about/privacy/" rel="nofollow">Privacy Policy</a>
    </div> 
   </div> 
  </div>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=11251980; 
var sc_invisible=1; 
var sc_security="676835c8"; 
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="web analytics"
href="http://statcounter.com/" target="_blank"><img
class="statcounter"
src="//c.statcounter.com/11251980/0/676835c8/1/" alt="web
analytics"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->  
 </body>
</html>