Newbies downunder Posted June 19, 2010 Newbies Posted June 19, 2010 (edited) Hi All I have an XML file... <?xml version="1.0" encoding="uft-8" standalone="no"?> Act 1 C:TestAct1.xml Reg 1 C:TestReg1.xml Act 2 C:TestAct2.xml Reg 2 C:TestReg2.xml I am using the XSLT file that came with FileMaker and I can get the xml to import fine. <?xml version="1.0" encoding="UTF-8"?> 0 YES 1 TEXT 0 0 The problem that is causing me grief is that being new to XSLT, I cannot find how to only import the data that has a type="act". I'm sure this is simple... can anyone help? Edited June 19, 2010 by Guest
comment Posted June 19, 2010 Posted June 19, 2010 Try: <?xml version="1.0" encoding="UTF-8"?> 0 Note that your XML source document has unknown encoding "uft-8" - should be "utf-8".
Newbies downunder Posted June 20, 2010 Author Newbies Posted June 20, 2010 : Pure genius... you just saved me after two days of frustration. Just knowing how to import based upon an attribute is... well a real time saver for myself and others that may read this post. PS the UTF-8 was a typo when changing from us-ascii. Well spotted and thanks again.
Recommended Posts
This topic is 5268 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