<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to xml</title><link>https://sourceforge.net/p/apl-library/wiki/xml/</link><description>Recent changes to xml</description><atom:link href="https://sourceforge.net/p/apl-library/wiki/xml/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 30 Sep 2016 14:39:17 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/apl-library/wiki/xml/feed" rel="self" type="application/rss+xml"/><item><title>xml modified by Bill Daly</title><link>https://sourceforge.net/p/apl-library/wiki/xml/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This workspace provides functions to implement an xml schema.  The&lt;br/&gt;
idea is that each element in a document using this schema can be&lt;br/&gt;
generated from a function of that name.&lt;/p&gt;
&lt;p&gt;Each element-function will use its left argument as the element's&lt;br/&gt;
attributes and its right as the element's content. Attributes are&lt;br/&gt;
stored in lexicons (see workspace lex).&lt;/p&gt;
&lt;p&gt;For example, assume an HTML5 schema has been implemented:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;      attr←(lex∆init) lex∆assign 'class' 'right-justified'
      tag←attr html∆p 'Now is the winter of our discontent'
      tag
&lt;span class="nt"&gt;&amp;lt;p&lt;/span&gt; &lt;span class="na"&gt;class=&lt;/span&gt;&lt;span class="s"&gt;"right-justified"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;Now is the winter of our discontent" &lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;We plan to implement the Document Object Model in this workspace.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bill Daly</dc:creator><pubDate>Fri, 30 Sep 2016 14:39:17 -0000</pubDate><guid>https://sourceforge.net21e683f45a6b3f9ce0eb0266d0368e697eac45eb</guid></item></channel></rss>