July 12, 200619 yr I am new to xml importing: I have a whole bunch of data that is in the following format: <?xml version="1.0" encoding="UTF-8"?> This song This guy And I used a filemaker xsl stylesheet that matches the fields but enters no data. The trouble lies in that the data I have has no designation. So in the xsl - I delete a foreach in the first segment that now connects the fields but enters no data. I am sure there is an easy solution to help me - so if an expert could take a few seconds and point out the error - I would really appreciate it. here is the xsl: <?xml version="1.0" encoding="UTF-8"?> 0 YES 1 TEXT 0 0 <
July 18, 200619 yr Rather than using the "generic" specify the field names (in your database -- which don't even have to be the same as the elements!) and Use the actual name of the "repeating" element, in this case "". Since there is no root element (which should be "songs"), instead of for-each, use a template match and it won't care. ... place your ROW, COL & DATA statements here ...
Create an account or sign in to comment