<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>web development helpdesk &#187; html</title>
	<atom:link href="http://helpdesk.objects.com.au/tag/html/feed" rel="self" type="application/rss+xml" />
	<link>http://helpdesk.objects.com.au</link>
	<description>objects quality - the visible difference</description>
	<lastBuildDate>Sun, 17 Jul 2011 12:27:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>How to convert HTML to XHTML</title>
		<link>http://helpdesk.objects.com.au/html/how-to-convert-html-to-xhtml?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-convert-html-to-xhtml</link>
		<comments>http://helpdesk.objects.com.au/html/how-to-convert-html-to-xhtml#comments</comments>
		<pubDate>Thu, 26 Nov 2009 22:36:47 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[HTML Tidy]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1330</guid>
		<description><![CDATA[You can try HTML Tidy. May not work depending on the quality of the HTML but worth a try. Related posts: How do I extract just the text form a HTML document. ie. strip out all the html tags? The HTMLEditorKit class can be used to parse the HTML.... How to convert all xml element [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/html/how-to-convert-html-to-xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to embed images in HTML mail using JavaMail</title>
		<link>http://helpdesk.objects.com.au/java/how-to-embed-images-in-html-mail-using-javamail?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-embed-images-in-html-mail-using-javamail</link>
		<comments>http://helpdesk.objects.com.au/java/how-to-embed-images-in-html-mail-using-javamail#comments</comments>
		<pubDate>Wed, 12 Aug 2009 03:49:37 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[javamail]]></category>
		<category><![CDATA[multipart]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1137</guid>
		<description><![CDATA[Multipart emails can be used to send html content with JavaMail. If you want to use images in the html content you can either specify the url of the image on an external server, or you can embed the image in the email itself. To embed an image in your mail you need to assign [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-to-embed-images-in-html-mail-using-javamail/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to send HTML mail using JavaMail</title>
		<link>http://helpdesk.objects.com.au/java/how-to-send-html-mail-using-javamail?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-send-html-mail-using-javamail</link>
		<comments>http://helpdesk.objects.com.au/java/how-to-send-html-mail-using-javamail#comments</comments>
		<pubDate>Wed, 12 Aug 2009 03:27:57 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javamail]]></category>
		<category><![CDATA[multipart]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1133</guid>
		<description><![CDATA[Multipart emails can be used to send html content with JavaMail as shown in the following example. // Create session Properties sessionProperties = System.getProperties(); sessionProperties.put(&#34;mail.smtp.host&#34;, smtpServer); Session session = Session.getDefaultInstance(sessionProperties, null); // Create message Message message = new MimeMessage(session); message.setFrom(new InternetAddress(from)); message.setRecipients(Message.RecipientType.TO, InternetAddress.parse( to, false)); message.setSubject(subject); // Create Multipart to add content to Multipart mp [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-to-send-html-mail-using-javamail/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How do I use regular expressions to decode text containing html escape code?</title>
		<link>http://helpdesk.objects.com.au/java/how-do-i-use-regular-expressions-to-decode-text-containing-html-escape-code?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-do-i-use-regular-expressions-to-decode-text-containing-html-escape-code</link>
		<comments>http://helpdesk.objects.com.au/java/how-do-i-use-regular-expressions-to-decode-text-containing-html-escape-code#comments</comments>
		<pubDate>Fri, 05 Sep 2008 05:33:19 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[regexp]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=86</guid>
		<description><![CDATA[String s = &#34;Some html escape codes &#38;#65;&#38;#66;&#38;#67;&#34;; StringBuffer stringBuffer = new StringBuffer(); String re = &#34;(?:&#38;#(\\d+);)&#34;; Pattern pattern = Pattern.compile(re); Matcher matcher = pattern.matcher(args[0]); while (matcher.find()) { char c = (char) Integer.parseInt(matcher.group(1)); matcher.appendReplacement(stringBuffer, Character.toString(c)); } matcher.appendTail(stringBuffer); String result = stringBuffer.toString(); Related posts: How do I extract just the text form a HTML document. ie. [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-do-i-use-regular-expressions-to-decode-text-containing-html-escape-code/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

