animation_master Posted July 1, 2006 Posted July 1, 2006 FileMaker is complaining "XML parsing error: Attribute 'xmlns:cm' is not declared for element "FMPXMLRESULT". But it is declared. I begin my XSLT sheet with xmlns:cm="urn:schemas-Professional-Plug-in:P2:ClipMetadata:v3.0"> Still, when I prefix any node reference with "cm:" For example, FMP 8 complains the prefix has not been declared. The XSLT does work in every parser I've tested, including Test=XSLT. It is only FMP that complains. I've even tried a second declaration here: 0 But FMP refuses to inherit that xmlns:cm declaration, calling it an undeclared attribute. Any ideas?
Fenton Posted July 1, 2006 Posted July 1, 2006 Maybe the error means the opposite, maybe it means that FileMaker cannot import elements with the "cm" prefix in the resulting xml. Try this: Yes, namespaces, though supposedly self-evident, often seem mysterious, until you get it to work -]
animation_master Posted July 2, 2006 Author Posted July 2, 2006 That was it! A case of the error message reporting the wrong error. Works like a charm now. Thanks.
Recommended Posts
This topic is 6718 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