Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
A web service supplies me with XML in the form:

XML
<HOUSEDATA>
  <PROPERTY>
    <PROPERTYKEY>CITY</PROPERTYKEY>
    <PROPERTYVALUE>BOSTON</PROPERTYVALUE>
  </PROPERTY>
  <PROPERTY>
    <PROPERTYKEY>STREET</PROPERTYKEY>
    <PROPERTYVALUE>CENTRAL ST. WEST</PROPERTYVALUE>
  </PROPERTY>
...
</HOUSEDATA>


I understand XML Nodes and elements.

How do I get XSL transforms to identify values by these
PropertyKey–PropertyValue pairs?

Any help is appreciated; especially help related to Altova Mapforce.

Thanks.

[Modified: added code formatting]
Posted
Updated 19-Mar-10 12:47pm
v2

1 solution

If you could give an example of what you would like output of transforming the input XML to look like, it would be helpful.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900