Announcement

Collapse
No announcement yet.

Uri

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Uri

    Hallo miteinander
    möchte gerne Wissen, was uri in xml bedeutet. Habe im Netz schon danach gesucht aber leider nichts gescheites gefunden.
    Habe dazu auch ein Beispiel
    Code:
    <printObjects>
    	<printObject ID="1" type="numberField">
    		<source>event</source>
    		<type>net</type>
    		<factor>1.00000</factor>
    		<format>0,001</format>
    		<generalParams>
    			<xPos>255</xPos>
    			<yPos>318</yPos>
    			<font name="MTBDLFRO" size="10" region="W-EUROPE"/>
    			<align>left</align>
    			<rotation>0</rotation>
    			<parentID>-2</parentID>
    			<externPO load="No" name="" pluGroup=""/>
    		</generalParams>
    	</printObject>
    	<printObject ID="2" type="unitChar">
    		<type>weight</type>
    		<countryCode>CH</countryCode>
    		<generalParams>
    			<xPos>96</xPos>
    			<yPos>-1</yPos>
    			<font name="ARIAL" size="10" region="W-EUROPE"/>
    			<align>left</align>
    			<rotation>0</rotation>
    			<parentID>1</parentID>
    			<externPO load="No" name="" pluGroup=""/>
    		</generalParams>
    	</printObject>
    	<printObject ID="3" type="numberField">
    		<source>event</source>
    		<type>price</type>
    		<factor>1.00000</factor>
    		<format>0,05</format>
    		<generalParams>
    			<xPos>574</xPos>
    			<yPos>318</yPos>
    			<font name="MTBDLFRO" size="11" region="W-EUROPE"/>
    			<align>right</align>
    			<rotation>0</rotation>
    			<parentID>-4</parentID>
    			<externPO load="No" name="" pluGroup=""/>
    		</generalParams>
    	</printObject>
    </printObjects>
    was ist hier an diesem beispiel uri.

    Vielen dank kostonstyle
Working...
X