This is an automated email from the ASF dual-hosted git repository. mukulg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/xalan-site.git
The following commit(s) were added to refs/heads/master by this push: new 395ef3d8 committing a json file document, to xalan-j site tests/data location, to be able to support xalan-j xsl 3 implementation test suite 395ef3d8 is described below commit 395ef3d8327f6ce23cff1b7da8f564cc8ae499dd Author: Mukul Gandhi <gandhi.mu...@gmail.com> AuthorDate: Wed Jun 19 17:07:59 2024 +0530 committing a json file document, to xalan-j site tests/data location, to be able to support xalan-j xsl 3 implementation test suite --- xalan-j/xsl3/tests/README | 4 ++-- xalan-j/xsl3/tests/data/file1.json | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/xalan-j/xsl3/tests/README b/xalan-j/xsl3/tests/README index bf66788d..e0943d3f 100644 --- a/xalan-j/xsl3/tests/README +++ b/xalan-j/xsl3/tests/README @@ -20,5 +20,5 @@ Copyright 1999-2024 The Apache Software Foundation Authors: Mukul Gandhi <muk...@apache.org> -This XalanJ site location, has few XSLT 3.0 test data files for use with XalanJ -XSLT 3.0 implementation's test suite. \ No newline at end of file +This Xalan-J site location, has few XSL 3 test data files for use with Xalan-J +XSL 3 implementation's test suite. diff --git a/xalan-j/xsl3/tests/data/file1.json b/xalan-j/xsl3/tests/data/file1.json new file mode 100644 index 00000000..255f9ea9 --- /dev/null +++ b/xalan-j/xsl3/tests/data/file1.json @@ -0,0 +1,13 @@ +{ + "id": "0001", + "type": "donut", + "name": "Cake", + "ppu": 0.55, + "batters": { + "1" : "Regular", + "2" : "Chocolate", + "3" : "Blueberry", + "4" : "Devil's Food" + }, + "topping": ["None", "Glazed", "Sugar", "Powdered Sugar", "Chocolate with Sprinkles", "Chocolate", "Maple"] +} --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org For additional commands, e-mail: dev-h...@xalan.apache.org