magnusk Posted September 20, 2006 Posted September 20, 2006 I am trying to make a xslt stylesheet to import xml data where the amount of data is different each time. Data for a Filemaker field can be 0 -> unlimited times in different xml files. Ex 1) data1 data3 Ex 2) data data1 data2 Anyone have a hint how to do?
magnusk Posted September 21, 2006 Author Posted September 21, 2006 (edited) I have figured out how to loop to get data with same tag in one field: ; This way my result in FM files AI = data; data1 ... It works when tags look like text not with my tags data Any suggestions?? Edited September 21, 2006 by Guest
magnusk Posted September 21, 2006 Author Posted September 21, 2006 Problem solved: par[@name='AI'] was the key!
Recommended Posts
This topic is 6638 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now