On Thursday 09 Sep 2004 5:34 pm, Todd Slater wrote:
> On Thu, Sep 09, 2004 at 07:47:17AM -0700, julie wrote:
> > Has anyone tried using the WYSIWYG html editor Nvu? There is now an
> > rpm for Mandrake 10 available and, before installing the program I
> > was wondering if anyone had experienced any glitches.
> >
> > Julie
>
> I've use it on Windows; it's basically Netscape/Mozilla composer, so
> if you're familiar with either of those, you'll know how to use it. I
> believe it has some cool stuff for publishing and css that composer
> didn't have, though.

I'm looking for an XML/HTML editor which will accept an XML file but 
also WYSIWYG any DHTML in it:
<foo>
  <bar>
      <p/>some HTML
  </bar>
  <bar>
      <p/>some more <i>HTML</i>
  </bar>
  <foobar options="frob"/>
</foo>

Preferably it would accept a DTD and/or template and lead the user 
through creating a compliant document.

Example enclosed, the final version of which is at 
http://www.soronlin.org.uk/

-- 
Richard Urwin
<?xml version="1.0" encoding="utf-8"?>
<page title="Soronlin.org.uk">
<menu caption="home" file="index"/>
<body>
	<p>
	Welcome to Soronlin.
	On the left you will see a set of navigation buttons for pages in this
	site. On the right you will see notes and links to pages outside this
	site.
	</p>
	<p>
	Highlights include:
	<ul>
	<!--<li>Everyone's <a href="house.html">personal pages</a></li>-->
	<li>A <a href="geekquiz.html">geek quiz</a> (designed to be
	tough.)</li>
	<li>Information about the SCO Group <a href="SCOGL.html">litigation</a></li>
	</ul>
	</p>
	<p class="small">
	This site is hosted at <a href="http://nildram.co.uk/";>Nildram</a>, and
	does not contain any server-side scripting. Client-side scripting is
	limited to Javascript, and is used sparingly. There are no scripts,
	tables or frames on this page. All layout and active content is handled
	by CSS.
	</p>
	<p class="small">
	This webpage is built using CSS. If you do not see
	a grey bar down both side of the page it is time to upgrade your browser
	now. However the contents of these bars will appear at the bottom of the
	page. Any faults using CSS-capable open source browsers should be
	reported to webmaster at the site address. Any faults using IE are your
	problem.
	</p>
</body>
<note title="Why Soronlin?">
	The name is JRR Tolkien's Quenya Elven:
	<DL COMPACT="1">
	<DT>
	Soron</DT>
	
	<DD>
	Eagle; the Sindarin form is Thoron, as in Thorondor, King of the Eagles</DD>
	
	<DT>
	Lin</DT>
	
	<DD>
	Song;
	as in Lindor and AinulindalÃ</DD>
	</DL>
	Actually eagle song is a harsh barking noise, but the name still sounds
	good.
</note>
</page>
____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to