Aloha All, I am trying to use the validation xml parameter in XMLParse, and I believe the documentation on the online OpenBD manual has the optional parameters in reverse order.
BOOLEAN = XmlParse( p1, p2, p3 )ArgumentSummary*p1*xmlstring - Can be a string, URL to a remote XML, or path to a file*p2*validation xml - which document to validate against, same format as xmlstring [optional]*p3*case sensitive - defaults to false [optional] Should be reversed. When I pass in a validation file, I get an error that it is not boolean. When I add a "false" in the p2 position, it moves on to the error in the validation. (Sorry for this formatting, comes from copy and paste! Should be like Adobe Cold Fusion. documentation. XmlParse(*xmlText* [, *caseSensitive* ], *validator*]) Hope this saves someone my confusion, Rob -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
