June 19, 201015 yr Newbies 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, 201015 yr by Guest
June 19, 201015 yr Try: <?xml version="1.0" encoding="UTF-8"?> 0 Note that your XML source document has unknown encoding "uft-8" - should be "utf-8".
June 20, 201015 yr Author Newbies : 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.
Create an account or sign in to comment