summaryrefslogtreecommitdiff
path: root/info/examples/lwc/ch7/writefiles.xml
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/examples/lwc/ch7/writefiles.xml
Initial commit
Diffstat (limited to 'info/examples/lwc/ch7/writefiles.xml')
-rw-r--r--info/examples/lwc/ch7/writefiles.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/info/examples/lwc/ch7/writefiles.xml b/info/examples/lwc/ch7/writefiles.xml
new file mode 100644
index 0000000000..0f1db9648a
--- /dev/null
+++ b/info/examples/lwc/ch7/writefiles.xml
@@ -0,0 +1,9 @@
+<outputfiles>
+<file filename="filea.out">
+10 &lt; 20
+</file>
+<file filename="fileb.out">
+43 &gt; 34
+An ampersand character: &amp;.
+</file>
+</outputfiles>