473,651 Members | 2,835 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Question about PHP and SimpleXML, can i use HTML tags in XML andoutput it?

SM
Hello,
I have a couple of XML files that represent articles. Each XML file is
unique. Meaning that overall the structure is the same but some tags
in the xml file are not in the same place or doesn't exist.

i.e.
<DOC>
<title>Book title</title>
<p>This is a paragrap</p>
<header>Heade r</header>
</DOC>

<DOC>
<title>Book title</title>
<image>My image</image>
<p>Paragraph 1</p>
<p>Paragraph 2</p>
<p>Paragraph 2</p>
</DOC>

I want to use PHP to transform the XML file into readable HTML tags.
I've been doing some testing with SimpleXML file and it kind of does
half of the things...
I guess my question is, how do i create a XML file with HTML tags and
then use PHP to output it.

Maybe i should change the XML file to reflect HTML tags and use
SimpleXML (or else) to go through all the tag in XML to output? Can i
use HTML tags in XML and simply output it using php?

Any ideas?

Thanks
Marco
Oct 2 '08 #1
1 2976
..oO(SM)
>I have a couple of XML files that represent articles. Each XML file is
unique. Meaning that overall the structure is the same but some tags
in the xml file are not in the same place or doesn't exist.

i.e.
<DOC>
<title>Book title</title>
<p>This is a paragrap</p>
<header>Header </header>
</DOC>

<DOC>
<title>Book title</title>
<image>My image</image>
<p>Paragraph 1</p>
<p>Paragraph 2</p>
<p>Paragraph 2</p>
</DOC>

I want to use PHP to transform the XML file into readable HTML tags.
I've been doing some testing with SimpleXML file and it kind of does
half of the things...
I guess my question is, how do i create a XML file with HTML tags and
then use PHP to output it.

Maybe i should change the XML file to reflect HTML tags and use
SimpleXML (or else) to go through all the tag in XML to output? Can i
use HTML tags in XML and simply output it using php?
Have a look at XSL/XSLT. It can be used to transform one XML language
into another, for example your article XML into HTML.

Micha
Oct 3 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1625
by: archi | last post by:
dear all, what would be the most simple way to multisort the (HTML) output from a simplexml file. imagine i have loaded a simplexml file with names & addresses & much more, and i would like to output them in alphabetic order. should i first store them all in an array and execute array_multisort, or is there an obvious simplier way?
3
2888
by: theboss3 | last post by:
Take, for example a typical RSS 2.0 feed (like http://lorelle.wordpress.com/feed/) and tell me how I access the tags like 'content:encoded' and 'wfw:commentRSS' using SimpleXML. I've searched far and wide for a solution but can't find one. Thank you very much.
23
3065
by: Big Bill | last post by:
http://www.promcars.co.uk/pages/bonnie.php I don't believe they should be there, can I take them out without stopping the includes from functioning? I'm the (hapless) optimiser on this one... I have to correct where they've spelled my name wrong too...sigh... BB --
2
14762
by: mandric | last post by:
Hello, Can someone please enlighten me on how to preserve the <!]> element when parsing an xml file or string with simplexml. I'm using libxml 2.6.16 and php 5.1.4. I tried a few variations, I found at http://us3.php.net/manual/en/function.simplexml-load-string.php $xml = simplexml_load_string($newsMLString, 'SimpleXMLElement',
2
3798
by: mouseit101 | last post by:
Hi, I'm writing a script that would (hopefully) search google images for whatever, and then return a list of URLs for the image. Right now I have: $dom = new DomDocument(); $url = "http://images.google.com/images?q=hello"; $dom->loadHTMLFile($url);
1
1455
by: Andy | last post by:
Hi, I'm running in to a little issue with SimpleXML, and wondered if anyone knew if it was normal implementation for SimpleXML, or I'm not using a correct flag, or even it's a an issue that should be resolved. I'm actually only just starting to use SimpleXML with any vigor, so I may well be mistaken about what I think it should do... Basically, if you take this simple chunk of XML:
0
1591
by: ty | last post by:
I have a script that takes a xml template then adds data into it using SimpleXMLElement. I then save it using asXML into a mysql database. On my development machine at home it works fine. However, on the host it is changing the tag data into HTML entities. The version of SimpleXMLElement on the host is PHP 5.2.5 and SimpleXML 1.151.2.22.2.35 and the version on my dev machine is PHP 5.2.3 and SimpleXML 1.151.2.22.2.26. Did something...
1
2134
by: =?iso-8859-1?Q?=C1lvaro?= G. Vicario | last post by:
I've spent an hour trying to make SimpleXML work until I realized the problem seems to be namespaces. This code: <?php $xml = simplexml_load_file('foo.xml'); print_r($xml); ?> works fine, unless the XML file contains tags with colons, e.g.:
1
4386
by: duane.lortie | last post by:
I'm writing a routine that fetches XML and attempts to parse some values from it. A condensed entry node of the XML looks like this .. <entry> <title>Some title</title> <author> <name>Author</name> </author> <source:resource url="http://somesite.com?tid=123456"/>
0
8357
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8277
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8803
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8465
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5612
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4144
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2701
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1910
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1588
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.