November 12, 200223 yr Newbies OK, first of all I'm new to this. I've managed to extract in xml all the records in my file using http://localhost:471/FMPro?-db=filename.fp5&-format=-dso_xml&-find But now I need to split this one file into separate files for every record, where every records starts with
October 4, 201114 yr not possible with just XSLT 1.0. run the export on every record in order (you'll have to find each record, again). XSLT1.0 does not allow creating multiple files with the single transformation.
Create an account or sign in to comment