|
Scala example source code file (xmlmore.scala)
The Scala xmlmore.scala source codeobject myBreak extends scala.xml.Unparsed("<br />") object Test extends App { val com = <!-- thissa comment --> val pi = <?this is a pi foo bar = && {{ ?> val crz = <![CDATA[ "Come, come again, whoever you are, come! Heathen, fire worshipper or idolatrous, come! Come even if you broke your penitence a hundred times, Ours is the portal of hope, come as you are." Mevlana Celaleddin Rumi]]> val nazim = <foo>{myBreak} // shows use of unparsed Console println com Console println pi Console println crz // this guy will escaped, and rightly so Console println nazim Console println "End Test" <x:foo xmlns:x="gaga"/> match { case scala.xml.QNode("gaga","foo",md,child@_*) => } <x:foo xmlns:x="gaga"/> match { case scala.xml.Node("foo",md,child@_*) => } } Other Scala examples (source code examples)Here is a short list of links related to this Scala xmlmore.scala source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.