Are there any tricks to get CFMX to parse a XML file with referenced or
unreferenced namespaces in them?


I have a XML file that I can read just fine, but when I try to run a
XMLParse() on the variable, it throws me a NAMESPACE_ERR error. And if I
take out the tag with the namespace in it, it works just fine:


<tests>
<one name="something" value="else" />
<test:uno test="oh no" />                                <!-- this throws an
error -->
<two name="something" value="else" />
</tests>


Tyler S.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to