tuxji commented on code in PR #5: URL: https://github.com/apache/daffodil-schema.g8/pull/5#discussion_r870701660
########## src/main/g8/$if(namespaced.truthy)$src$else$.$endif$/test/$if(namespaced.truthy)$resources$else$.$endif$/$if(namespaced.truthy)$$package$$else$.$endif$/$if(namespaced.truthy)$$name__camel$$else$.$endif$/Test$name__Camel$.tdml: ########## @@ -18,21 +18,22 @@ limitations under the License. --> !$ -<tdml:testSuite suiteName="$name;format="Camel"$" description="$name;format="Camel"$ tests" +<testSuite suiteName="$name;format="Camel"$" description="$name;format="Camel"$ tests" xmlns:dfdl="http://www.ogf.org/dfdl/dfdl-1.0/" - xmlns:fn="http://www.w3.org/2005/xpath-functions" - xmlns:tdml="http://www.ibm.com/xmlns/dfdl/testData" + xmlns:fn="http://www.w3.org/2005/xpath-functions" + xmlns:tdml="http://www.ibm.com/xmlns/dfdl/testData" + xmlns="http://www.ibm.com/xmlns/dfdl/testData" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" defaultRoundTrip="onePass"> Review Comment: I remember that there's a tricky part needed to define a schema or a config without tdml: prefixes. I think the tricky part is that you still need a tdml: prefix somewhere. I don't want people to get stuck and ask questions on the mailing list, so will you please add a valid example schema or config without tdml: prefixes to this file to show people exactly how it's done? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
