зеркало из https://github.com/mono/mail-archives.git
162 строки
5.5 KiB
HTML
162 строки
5.5 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-list] Modify XML Docs
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mwh%40sysrq.dk">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="016136.html">
|
|
<LINK REL="Next" HREF="016140.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-list] Modify XML Docs
|
|
</H1>
|
|
<B>Martin Willemoes Hansen
|
|
</B>
|
|
<A HREF="mailto:mwh%40sysrq.dk"
|
|
TITLE="[Mono-list] Modify XML Docs">mwh@sysrq.dk
|
|
</A><BR>
|
|
<I>Sun, 05 Oct 2003 20:28:40 +0200</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="016136.html">[Mono-list] Modify XML Docs
|
|
</A></li>
|
|
<LI> Next message: <A HREF="016140.html">[Mono-list] Modify XML Docs
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#16139">[ date ]</a>
|
|
<a href="thread.html#16139">[ thread ]</a>
|
|
<a href="subject.html#16139">[ subject ]</a>
|
|
<a href="author.html#16139">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>--=-m/IYmI2LJyaYnoUHFWg2
|
|
Content-Type: text/plain
|
|
Content-Transfer-Encoding: 7bit
|
|
|
|
On Sun, 2003-10-05 at 20:04, Pablo Fischer wrote:
|
|
|
|
><i> Hi!
|
|
</I>><i>
|
|
</I>><i> Im creating an app (mBloggy, to post 'posts' to a blog), however I'm
|
|
</I>><i> going to use a xml file to save the user configuration (the blogs).
|
|
</I>><i> Today I can write (JUST new files), read it and identify some parts, but
|
|
</I>><i> I dont undestand what the inet says about modifying xml files, so How
|
|
</I>><i> can I modify an xml file? to modify nodes and remove elements, for
|
|
</I>><i> example:
|
|
</I>><i>
|
|
</I>><i> <mbloggy>
|
|
</I>><i> <account>
|
|
</I>><i> <username>Pablo</username>
|
|
</I>><i> <password>Crypted</password>
|
|
</I>><i> <identifier>Personal WebSite</identifier>
|
|
</I>><i> <url><A HREF="http://pablo.com.mx/xmlrpc.php</url">http://pablo.com.mx/xmlrpc.php</url</A>>
|
|
</I>><i> </account>
|
|
</I>><i> <account>
|
|
</I>><i> ... the same..
|
|
</I>><i> </account>
|
|
</I>><i> </mbloggy>
|
|
</I>
|
|
|
|
|
|
Will it be free software I can download some day? .. Im looking for some
|
|
good bloging software you see.
|
|
|
|
Happy hacking
|
|
|
|
|
|
><i> Thanks!
|
|
</I>
|
|
--
|
|
Martin Willemoes Hansen
|
|
|
|
--------------------------------------------------------
|
|
E-Mail <A HREF="mailto:mwh@sysrq.dk">mwh@sysrq.dk</A> Website mwh.sysrq.dk
|
|
IRC MWH, freenode.net
|
|
--------------------------------------------------------
|
|
|
|
|
|
--=-m/IYmI2LJyaYnoUHFWg2
|
|
Content-Type: text/html; charset=utf-8
|
|
Content-Transfer-Encoding: 7bit
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
|
|
<META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
|
|
</HEAD>
|
|
<BODY>
|
|
On Sun, 2003-10-05 at 20:04, Pablo Fischer wrote:
|
|
<BLOCKQUOTE TYPE=CITE>
|
|
<PRE><FONT COLOR="#737373"><I>Hi!
|
|
|
|
Im creating an app (mBloggy, to post 'posts' to a blog), however I'm
|
|
going to use a xml file to save the user configuration (the blogs).
|
|
Today I can write (JUST new files), read it and identify some parts, but
|
|
I dont undestand what the inet says about modifying xml files, so How
|
|
can I modify an xml file? to modify nodes and remove elements, for
|
|
example:
|
|
|
|
&lt;mbloggy&gt;
|
|
&lt;account&gt;
|
|
&lt;username&gt;Pablo&lt;/username&gt;
|
|
&lt;password&gt;Crypted&lt;/password&gt;
|
|
&lt;identifier&gt;Personal WebSite&lt;/identifier&gt;
|
|
&lt;url&gt;</FONT><A HREF="<A HREF="http://pablo.com.mx/xmlrpc.php"">http://pablo.com.mx/xmlrpc.php"</A>><U><A HREF="http://pablo.com.mx/xmlrpc.php</U">http://pablo.com.mx/xmlrpc.php</U</A>></A><FONT COLOR="#737373">&lt;/url&gt;
|
|
&lt;/account&gt;
|
|
&lt;account&gt;
|
|
... the same..
|
|
&lt;/account&gt;
|
|
&lt;/mbloggy&gt;</PRE>
|
|
</BLOCKQUOTE>
|
|
<PRE></I></FONT></PRE>
|
|
Will it be free software I can download some day? .. Im looking for some good bloging software you see.<BR>
|
|
<BR>
|
|
Happy hacking<BR>
|
|
<BR>
|
|
<BLOCKQUOTE TYPE=CITE>
|
|
<PRE><FONT COLOR="#737373"><I>Thanks!</I></FONT></PRE>
|
|
</BLOCKQUOTE>
|
|
<PRE><TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
|
|
<TR>
|
|
<TD>
|
|
<PRE>--
|
|
Martin Willemoes Hansen
|
|
|
|
--------------------------------------------------------
|
|
E-Mail <A HREF="mailto:mwh@sysrq.dk">mwh@sysrq.dk</A> Website mwh.sysrq.dk
|
|
IRC MWH, freenode.net
|
|
--------------------------------------------------------
|
|
</PRE>
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
</PRE>
|
|
</BODY>
|
|
</HTML>
|
|
|
|
--=-m/IYmI2LJyaYnoUHFWg2--
|
|
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="016136.html">[Mono-list] Modify XML Docs
|
|
</A></li>
|
|
<LI> Next message: <A HREF="016140.html">[Mono-list] Modify XML Docs
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#16139">[ date ]</a>
|
|
<a href="thread.html#16139">[ thread ]</a>
|
|
<a href="subject.html#16139">[ subject ]</a>
|
|
<a href="author.html#16139">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|