Jump to content

Kalamari

Members
  • Posts

    2
  • Joined

  • Last visited

Kalamari's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. thank jou Martin. exactly what i need. i just try to put the output into the <table>
  2. Example 1<?xml version="1.0" encoding="Windows-1257"?><?xml-stylesheet type="text/xsl" href="XSLFILE.xsl"?><SALES><PERSON><DATA NAME="John" x="27"/><DATA NAME="Mary" x="67"/></PERSON><METADATA><DATA VALUE="x"/><DATA VALUE="NAME"/></METADATA></SALES>output 27 John 67 Mary Exaple 2:<?xml version="1.0" encoding="Windows-1257"?><?xml-stylesheet type="text/xsl" href="XSLFILE.xsl"?><SALES><PERSON><DATA NAME="John" x="27" y="33"/><DATA NAME="Mary" x="67" y="414"/></PERSON><METADATA><DATA VALUE="x"/><DATA VALUE="y"/><DATA VALUE="NAME"/></METADATA></SALES>SALES/PERSON/DATA attribute names and order is always given by SALES/METADATA/DATA attribute. My question is, how to write xsl to get SALES/PERSON/DATA attribute values using METADATA attributes?
×
×
  • Create New...