473,385 Members | 2,015 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

translate XML into HTML / PDF - prg needed

Hi,

i need a windows-Programm to translate many .XML-Files into .HTML and .PDF.
I have the .DTD-File. The Programm should be easy to use and free. Does
someone know where to find such a thing? Havent found anything in google.

Thanks
Andi
Aug 22 '05 #1
4 2466
A.Hanemann wrote:
Hi,

i need a windows-Programm to translate many .XML-Files into .HTML and .PDF.
I have the .DTD-File. The Programm should be easy to use and free. Does
someone know where to find such a thing? Havent found anything in google.


Well, you you print them to Adobe Acrobat to get PDF .. or just view
them in Internet Explorer, or WordPad.

-- What di you really want to do with the files? Many people use XML for
separating how things look from what they mean. You propably have some
XML files that mean something in a particular field -- inventory lists
or what know I. It's up to you to find a meaningful presentation for the
data, which means you will have to program yourself.

XSLT is a language for transforming XML to XML or HTML. It will run on
Windows.

Soren
Aug 22 '05 #2
A.Hanemann wrote:

i need a windows-Programm to translate many .XML-Files into .HTML and .PDF.
I have the .DTD-File. The Programm should be easy to use and free. Does
someone know where to find such a thing? Havent found anything in google.


As already has been pointed out there is no programm doing your task
automatically. XML basically contains some hierarchical data. _You_
have to tell how this data should be rendered in HTML and other for-
mats.

For transforming XML into (X)HTML typically XSLT is used. With XSLT
you can also transform your files to XSL-FO. XSL-FO can be easily
converted to PDF, RTF and other formats, e.g. with FOP from the
Apache Software Foundation.

Anyway - there first step has to be made with XSLT by yourself.

HTH,
Gerald
Aug 22 '05 #3
A.Hanemann wrote:
Hi,

i need a windows-Programm to translate many .XML-Files into .HTML and
.PDF.
I have the .DTD-File. The Programm should be easy to use and free. Does
someone know where to find such a thing? Havent found anything in google.


Google is not useful for everything :-)

Saxon with XSLT and LaTeX. All free.

///Peter
Aug 22 '05 #4
Peter Flynn wrote:
A.Hanemann wrote:

i need a windows-Programm to translate many .XML-Files into .HTML and
.PDF.
I have the .DTD-File. The Programm should be easy to use and free. Does
someone know where to find such a thing? Havent found anything in google.

Google is not useful for everything :-)


Well, it is in most cases. The real problem is
to ask the right question ;-)

Gerald
Aug 23 '05 #5

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

Similar topics

1
by: Sandman | last post by:
I have this: <headline size="2" color="#000000">Hello World!</headline> I have already done all the coding to pass this to a PHP function this way: function headline($content){ print "<span...
7
by: Johnny Lee | last post by:
Hi, First, I want to know whether the python interpreter translate the code directly into machine code, or translate it into C then into machine code? Second, if the codes are translated directly...
15
by: jiverbean | last post by:
Dear group members, I cam across a glitch in Javascript and I don't know how to solve it elegantly. I have an array with strings of German words: profile = "Fröhliches Fräulein"; Because...
1
by: kennethfine | last post by:
I'm transitioning from ASP development, please excuse these basic questions. One thing I did often in ASP was create a "translate" function to render one string to another, strip out excess...
12
by: Eirik Eldorsen | last post by:
Could someone please help me translate this into C#? Private Sub Page_PreRender(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.PreRender Eirik Eldorsen
10
by: JohnR | last post by:
I have a datatable as the datasource to a datagrid. The datagrid has a datagridtablestyle defined. I use the datagridtablestyle to change the order of the columns (so they can be different than...
6
by: VBTricks.de.vu Webmaster | last post by:
Hello, in VB6 I used to translate my application by setting the tag-property of all controls, menu-entries... to a number which has been linked to a string (array). Then I went through all...
2
by: johkar | last post by:
I have a rather long unbroke string (a URL) which I would like to break at certain points using XSL. I can't seem to get translate() to work: translate(.,'/',,'&lt;wbr>/&lt;/wbr>') I don't know...
9
bvdet
by: bvdet | last post by:
I have done some more work on a simple class I wrote to calculate a global coordinate in 3D given a local coordinate: ## Basis3D.py Version 1.02 (module macrolib.Basis3D) ## Copyright (c) 2006...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.