Wiki content at XSPGuide Changed by someone at IP  :

@@ -1,3 +1,37 @@
-<xml>
+<?xml version="1.0" encoding="ISO-8859-1"?>
-<test>test</test>
+<!DOCTYPE article [
-</xml>+<!ENTITY prompt "&#x25; ">
+]>
+<article>
+
+<artheader>
+       <title>Using XSP in AxKit</title>
+       
+       <author>
+               <firstname>Matt</firstname>
+               <surname>Sergeant</surname>
+               <affiliation>
+                       <address><email>[EMAIL PROTECTED]</email></address>
+               </affiliation>
+       </author>
+       
+       <copyright>
+               <year>2000</year>
+               <holder role="mailto:[EMAIL PROTECTED]">AxKit.com Ltd</holder>
+       </copyright>
+
+       <abstract>
+               <para>This article covers the XSP technology within AxKit, how 
to
+               get started using XSP to create dynamic pages, and a full guide 
to
+               the XSP syntax.</para>
+       </abstract>
+</artheader>
+
+<sect1>
+<title>Introduction</title>
+<para>
+XSP is a server-side technology for embedding code into XML. It belongs
+to the same family of products as ASP and JSP. However XSP focuses
+completely on XML, and contains methods for generating XML that make
+life for the XML programmer easier. XSP is designed to work in the early
+stages of the XML processing

Reply via email to