Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

xml to html

 
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Next:  Ads by Google or Gooooooooogle  
Author Message
exec1

External


Since: Jul 29, 2004
Posts: 1



(Msg. 1) Posted: Thu Jul 29, 2004 12:49 pm
Post subject: xml to html
Archived from groups: alt>www>webmaster (more info?)

Hi I am trying to insert an XML feed in to my website
how do I get the code to convert to html instead of raw xml on the results
page ???

 >> Stay informed about: xml to html 
Back to top
Login to vote
nospacespamgir2

External


Since: Jun 28, 2004
Posts: 240



(Msg. 2) Posted: Thu Jul 29, 2004 6:12 pm
Post subject: Re: xml to html [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

John smith wrote:

 > Hi I am trying to insert an XML feed in to my website
 > how do I get the code to convert to html instead of raw xml on the results
 > page ???
 >
 >

You need to look into XSLT - look it up on <a style='text-decoration: underline;' href="http://www.w3schools.com/." target="_blank">http://www.w3schools.com/.</a>
XSLT translates XML into XHTML so you can use it on a page (among other
things).

--


x theSpaceGirl (miranda)

# lead designer @ <a style='text-decoration: underline;' href="http://www.dhnewmedia.com" target="_blank">http://www.dhnewmedia.com</a> #
# remove NO SPAM to email, or use form on website #<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: xml to html 
Back to top
Login to vote
spam19

External


Since: May 08, 2004
Posts: 952



(Msg. 3) Posted: Thu Jul 29, 2004 6:12 pm
Post subject: Re: xml to html [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 29 Jul 2004 15:12:29 +0100, SpaceGirl
<NOspaceSPAMgirl DeleteThis @subhuman.net> wrote:

 > John smith wrote:
 >
  >> Hi I am trying to insert an XML feed in to my website
  >> how do I get the code to convert to html instead of raw xml on the
  >> results
  >> page ???
 >
 > You need to look into XSLT - look it up on <a style='text-decoration: underline;' href="http://www.w3schools.com/." target="_blank">http://www.w3schools.com/.</a>
 > XSLT translates XML into XHTML so you can use it on a page (among other
 > things).

Link doesn't work BTW...

There has been debate over the validity of the current XSLT framework at
the W3C, which is one of the reasons Opera doesn't support it. I've
talked with a few of the Opera devs and it's unlikely they will *ever*
support it.

The best way to handle an incoming XML feed, in any case, is to parse it
with a server-side script and display the output in any form you desire.
Easy and clean. If you don't have access to a server-side scripting
environment, there are probably some javascript solutions at
<a style='text-decoration: underline;' href="http://www.hotscripts.com/" target="_blank">http://www.hotscripts.com/</a>

Grey

--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollory that nothing is ridiculous.
- <a style='text-decoration: underline;' href="http://www.greywyvern.com" target="_blank">http://www.greywyvern.com</a> - Orca Knowledgebase: Completely CSS styleable
Knowledgebase/FAQ system<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: xml to html 
Back to top
Login to vote
nospacespamgir2

External


Since: Jun 28, 2004
Posts: 240



(Msg. 4) Posted: Thu Jul 29, 2004 6:36 pm
Post subject: Re: xml to html [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

GreyWyvern wrote:

  >> You need to look into XSLT - look it up on <a style='text-decoration: underline;' href="http://www.w3schools.com/." target="_blank">http://www.w3schools.com/.</a>
  >> XSLT translates XML into XHTML so you can use it on a page (among
  >> other things).
 >
 >
 > Link doesn't work BTW...
 >
 > There has been debate over the validity of the current XSLT framework
 > at the W3C, which is one of the reasons Opera doesn't support it.
 > I've talked with a few of the Opera devs and it's unlikely they will
 > *ever* support it.
 >
 > The best way to handle an incoming XML feed, in any case, is to parse
 > it with a server-side script and display the output in any form you
 > desire. Easy and clean. If you don't have access to a server-side
 > scripting environment, there are probably some javascript solutions at
<font color=purple> > <a style='text-decoration: underline;' href="http://www.hotscripts.com/</font" target="_blank">http://www.hotscripts.com/</font</a>>
 >
 > Grey
 >

Link works fine from here.... It's my fave reference site! I agree wuth
your comments BTW... my own RSS (XML) feed is spat out of the server is
different ways depending on the client reading it - the server
reprocesses the XML on the fly. I found XML really easy to work with
because of its natural 'good structure' - very easy to translate into
something else.

--


x theSpaceGirl (miranda)

# lead designer @ <a style='text-decoration: underline;' href="http://www.dhnewmedia.com" target="_blank">http://www.dhnewmedia.com</a> #
# remove NO SPAM to email, or use form on website #<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: xml to html 
Back to top
Login to vote
evgenios

External


Since: Jun 29, 2004
Posts: 13



(Msg. 5) Posted: Thu Jul 29, 2004 8:46 pm
Post subject: Re: xml to html [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

you have few options in this case. you can use scripting language to
retreive feeds, you can do it via xslt transformation or without it, it's up
to you, and beleive me it's pretty easy. in ASP it's few lines of code only.
If you have any WDK by arachnoWare, you can "attach" any rss/rdf/xml feed to
your site only with two lines of code in ASP. another option - you can use
some remotely allocated web based service that will transform your feed for
you and rive you back some output in format that you can "plug-in" into your
page.

Cheers,
Evgenios
 >> Stay informed about: xml to html 
Back to top
Login to vote
usenet200407

External


Since: Jul 12, 2004
Posts: 88



(Msg. 6) Posted: Thu Jul 29, 2004 10:28 pm
Post subject: Re: xml to html [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

GreyWyvern wrote:

 > There has been debate over the validity of the current XSLT framework at
 > the W3C, which is one of the reasons Opera doesn't support it.

Opera supports server-side XSLT just fine. Smile

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ <a style='text-decoration: underline;' href="http://tobyinkster.co.uk/contact" target="_blank">http://tobyinkster.co.uk/contact</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: xml to html 
Back to top
Login to vote
spam19

External


Since: May 08, 2004
Posts: 952



(Msg. 7) Posted: Thu Jul 29, 2004 10:28 pm
Post subject: Re: xml to html [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 29 Jul 2004 19:28:39 +0100, Toby Inkster
<usenet200407 RemoveThis @tobyinkster.co.uk> wrote:

 > GreyWyvern wrote:
 >
  >> There has been debate over the validity of the current XSLT framework at
  >> the W3C, which is one of the reasons Opera doesn't support it.
 >
 > Opera supports server-side XSLT just fine. Smile

Of course, you *know* I meant client side. Razz

Grey

--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollory that nothing is ridiculous.
- <a style='text-decoration: underline;' href="http://www.greywyvern.com" target="_blank">http://www.greywyvern.com</a> - Orca Knowledgebase: Completely CSS styleable
Knowledgebase/FAQ system<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: xml to html 
Back to top
Login to vote
spamblocked1

External


Since: Sep 19, 2003
Posts: 3499



(Msg. 8) Posted: Thu Jul 29, 2004 11:30 pm
Post subject: Re: xml to html [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

GreyWyvern wrote:
 > On Thu, 29 Jul 2004 19:28:39 +0100, Toby Inkster
 > <usenet200407 DeleteThis @tobyinkster.co.uk> wrote:
 >
  >> GreyWyvern wrote:
  >>
   >>> There has been debate over the validity of the current XSLT
   >>> framework at the W3C, which is one of the reasons Opera doesn't
   >>> support it.
  >>
  >> Opera supports server-side XSLT just fine. Smile
 >
 > Of course, you *know* I meant client side. Razz

client-side XML translations suck - all of them.

--
William Tasso
Recommended reading ...
<a style='text-decoration: underline;' href="http://www.catb.org/~esr/faqs/smart-questions.html" target="_blank">http://www.catb.org/~esr/faqs/smart-questions.html</a>
<a style='text-decoration: underline;' href="http://www.aww-faq.org/" target="_blank">http://www.aww-faq.org/</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: xml to html 
Back to top
Login to vote
a_rueckert

External


Since: Jul 03, 2003
Posts: 6



(Msg. 9) Posted: Thu Jul 29, 2004 11:52 pm
Post subject: Re: xml to html [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 29 Jul 2004 10:27:49 -0400, GreyWyvern <spam.RemoveThis@greywyvern.com> wrote:

--<snip>--

 >The best way to handle an incoming XML feed, in any case, is to parse it
 >with a server-side script and display the output in any form you desire.
 >Easy and clean. If you don't have access to a server-side scripting
 >environment, there are probably some javascript solutions at
 >http://www.hotscripts.com/

I used a PHP XML parser to get the XML content and a Smarty template
to create the HTML. Very easy to edit in my eyes...

Ciao,
Andreas<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: xml to html 
Back to top
Login to vote
eubenhadd

External


Since: May 26, 2004
Posts: 41



(Msg. 10) Posted: Sat Aug 07, 2004 9:53 pm
Post subject: Re: xml to html [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"John smith" <exec DeleteThis @admart.ca> wrote in message
news:Af7Oc.338$pc.86546@news20.bellglobal.com...
 > Hi I am trying to insert an XML feed in to my website
 > how do I get the code to convert to html instead of raw xml on the results
 > page ???
 >
 >
I am at least for now using a JavaScript solution. If you would like to look
at it the tool I am using go to
<a style='text-decoration: underline;' href="http://www.tcpslaship.com/feeds/ext_lib/build.php." target="_blank">http://www.tcpslaship.com/feeds/ext_lib/build.php.</a>

It is a little hacked together but I intend to switch to server side once I
am comfortable with the whole thing.



Charles
Torrance, California
<a style='text-decoration: underline;' href="http://www.tcpslashipdomains.com" target="_blank">http://www.tcpslashipdomains.com</a>
<a style='text-decoration: underline;' href="http://www.tcpslaship.com" target="_blank">http://www.tcpslaship.com</a> under construction<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: xml to html 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Word to HTML - Hoping someone can point me in the right direction. I would liketo convert a Word document to a html page (or series of) which is presently in the form of a user manual, for use as an online user manual. Word files can be saved out of word as HTML, but ...

form to html - Is there a simple application that can create an html document on the fly? The user would only have to fill out a form .. and then the app would generate the document. No archives, no admin interface .. just form to html app .. thanks -- ..

html to php redirect? - Okay so I decided to switch all my .html pages to .php. I have a lot of people linking though to the .html pages. Is there a way to get it to go to the .php pages when someone clicks one of those links? For instance they clicked a link to..

converting PSD to HTML - anyone know of a simple (as if anything could be *that* simple) way of converting a PSD file to HTML? or a tutorial showing how best to do it? thank you -:¦:- *Alistair * -:¦:-

Decrypting HTML - If you take a look at the source code for http://examples.pixelmill.net/9/10027/ , the page uses javascript to encrypt it's html. Is there a way to decipher it so it is back to it's plain html? Thank you
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]