Ver Mensaje Individual
  #3 (permalink)  
Antiguo 03/12/2007, 17:36
Avatar de Gaby_Corr
Gaby_Corr
 
Fecha de Ingreso: junio-2005
Mensajes: 672
Antigüedad: 19 años, 8 meses
Puntos: 0
Re: regocer variables de asp a xml

ahh no, bueno tengo un archivo xml no lo genero desde ningun lado
lo que gnero son las variables pero en una pagina asp, mira tengo esto

Código:
<chart>

	<chart_data>
		<row>
			<null/>
			<string>ANA</string>
			<string>BLI</string>
			<string>CON</string>
			<string>CONC</string>
			<string>DUDA</string>
			<string>DUP</string>
			<string>EXT</string>
			<string>HARD</string>
			<string>INC</string>
			<string>INFRA</string>
			<string>OPE</string>			
			<string>REG</string>			
			<string>REP</string>			
			<string>SEC</string>			
			<string>SUG</string>			
			<string>WIND</string>			
			<string>S/CLA</string>				
		</row>
		<row>
			<string></string>
			<string>1</string>
			<string>22</string>
			<string>10</string>
			<string>4</string>
			<string>5</string>
			<string>6.3</string>
			<string>7.1</string>
			<string>8.99</string>
			<string>19</string>
			<string>10</string>
			<string>11</string>			
			<string>25.3</string>			
			<string>13.21</string>			
			<string>1.444</string>			
			<string>.235</string>			
			<string>16</string>			
			<string>27</string>				
		</row>
		
	</chart_data>

	<chart_grid_h alpha='10' color='000000' thickness='0' type='solid' />	
	<chart_pref rotation_x='60' />
	<chart_rect x='50' y='50' width='400' height='300' positive_color='000000' positive_alpha='30' negative_color='ff0000' negative_alpha='10' />
	<chart_transition type='spin' delay='.5' duration='0.75' order='category' />
	<chart_type>3d pie</chart_type>
	<chart_value size='12' color='000000' alpha='65' font='arial' bold='true' position='inside' prefix='' suffix='' decimals='2' separator='' as_percentage='true' />

	<draw>
		<text color='000000' alpha='20' font='arial' rotation='0' bold='true' size='24' x='-50' y='260' width='500' height='50' h_align='center' v_align='top'>Clasificacion de Peticiones</text>
	</draw>

	<legend_label layout='horizontal' bullet='circle' font='arial' bold='true' size='12' color='000000' alpha='85' /> 
    <legend_transition type='dissolve' delay='0' duration='1' /> 
	<legend_rect x='0' y='45' width='50' height='210' margin='10' fill_color='dde3ff' fill_alpha='10' line_color='000000' line_alpha='0' line_thickness='0'/>

	<series_color>
		<color>E800E8</color>
		<color>FFBE5E</color>
		<color>FFE2C6</color>
						
	</series_color>
	
	<series_explode>
		<number>25</number>
		<number>0</number>
		<number>75</number>					
	</series_explode>

</chart>
es un ejemplo q baje entonces tengo mi asp y de alla quiero aki en el xml recibir esas variables para graficarlas :S
peroooo creo q tengo mal 1 de los rows por q no me grafica nada!! jeje
me pone puro ceros
__________________
" Recuerda , estas donde debes estar ..."