473,406 Members | 2,259 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,406 software developers and data experts.

XSL Formatting Objects (XSL-FO)” in .NET(C#).


Dear All,

I want work on “XSL Formatting Objects (XSL-FO)” using .NET(C#).

I found classes for working on XSLT in .NET class library but couldn’t find
any sample code for XSL-FO.

Please tell me where I will get “XSL-FO & .NET(C#)” code/article.

Any help would be greatly appreciated.

Thanks,

Jul 21 '05 #1
6 5932
I'm afraid that XSL-FO is not supported by .NET out-of-the-box. You should
look for 3rd-party implementations.

Angel
O:]
"suresh_C#" <su*****@discussions.microsoft.com> wrote in message
news:37**********************************@microsof t.com...

Dear All,

I want work on "XSL Formatting Objects (XSL-FO)" using .NET(C#).

I found classes for working on XSLT in .NET class library but couldn't find any sample code for XSL-FO.

Please tell me where I will get "XSL-FO & .NET(C#)" code/article.

Any help would be greatly appreciated.

Thanks,

Jul 21 '05 #2
In what context is it that you want to work with XSL-FO?

XSL-FO itself is just an XML based standard for describing layout,
and relies on third party processors in order to do something useful with
it.
--
Regards,
Dennis JD Myrn
Oslo Kodebureau
"Angelos Karantzalis" <ak**********@yahoo.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
I'm afraid that XSL-FO is not supported by .NET out-of-the-box. You should
look for 3rd-party implementations.

Angel
O:]
"suresh_C#" <su*****@discussions.microsoft.com> wrote in message
news:37**********************************@microsof t.com...

Dear All,

I want work on "XSL Formatting Objects (XSL-FO)" using .NET(C#).

I found classes for working on XSLT in .NET class library but couldn't

find
any sample code for XSL-FO.

Please tell me where I will get "XSL-FO & .NET(C#)" code/article.

Any help would be greatly appreciated.

Thanks,


Jul 21 '05 #3

Hi Angelos,

Thanks for the reply.

But can't belive that .NET has no support for XSL-FO processor.

Any way, I have found some good free and commercial .NET XSL-FO
processor/library, going to use that.

Here are the some links related to this,

http://asp.net/Forums/ShowPost.aspx?...&PostID=267002
http://www.asp101.com/articles/jayram/xslt/default.asp
http://www.xmlforasp.net/codeSection.aspx?csID=14
http://www.dpawson.co.uk/xsl/sect1/N303.html
http://www.xmlpdf.com/xslfo-manual-api.html
http://itextsharp.sourceforge.net/
http://www.xmlpdf.com/ibex-downloads-net.html
http://www.xtras.net/products/apocxslfo.asp
http://xml.apache.org/fop/index.htm
http://msdn.microsoft.com/library/de...odc_unlock.asp
http://www.chive.com/Chive/Default.aspx


Thanks,

"Angelos Karantzalis" wrote:
I'm afraid that XSL-FO is not supported by .NET out-of-the-box. You should
look for 3rd-party implementations.

Angel
O:]
"suresh_C#" <su*****@discussions.microsoft.com> wrote in message
news:37**********************************@microsof t.com...

Dear All,

I want work on "XSL Formatting Objects (XSL-FO)" using .NET(C#).

I found classes for working on XSLT in .NET class library but couldn't

find
any sample code for XSL-FO.

Please tell me where I will get "XSL-FO & .NET(C#)" code/article.

Any help would be greatly appreciated.

Thanks,


Jul 21 '05 #4

Hi Dennis,

Thanks for the reply.
In what context is it that you want to work with XSL-FO? I am working on project where input is XML stream/file. Now I would like to
disply reports on that data.

The reports are available as HTML, WML and requairement is same report
should be downloadable as PDF format. So I wanted to use XSL-FO for the same.


"Dennis Myrén" wrote:
In what context is it that you want to work with XSL-FO?

XSL-FO itself is just an XML based standard for describing layout,
and relies on third party processors in order to do something useful with
it.
--
Regards,
Dennis JD Myrén
Oslo Kodebureau
"Angelos Karantzalis" <ak**********@yahoo.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
I'm afraid that XSL-FO is not supported by .NET out-of-the-box. You should
look for 3rd-party implementations.

Angel
O:]
"suresh_C#" <su*****@discussions.microsoft.com> wrote in message
news:37**********************************@microsof t.com...

Dear All,

I want work on "XSL Formatting Objects (XSL-FO)" using .NET(C#).

I found classes for working on XSLT in .NET class library but couldn't

find
any sample code for XSL-FO.

Please tell me where I will get "XSL-FO & .NET(C#)" code/article.

Any help would be greatly appreciated.

Thanks,



Jul 21 '05 #5
Hi,

To turn an XSL-FO document into PDF you will need an XSL formatter
that can parse the document and render to PDF.

For .NET, there is only the XML PDF component as of today, which, is
expensive.

We are working on such a project, targeting full XSL 1.1 compliance, but
unfortunately the release is estimated to be no earlier than mid 2005.

Then, there is the FOP project.
It is a free, open source project for Java.

--
Regards,
Dennis JD Myrn
Oslo Kodebureau
"suresh_C#" <su*****@discussions.microsoft.com> wrote in message
news:38**********************************@microsof t.com...

Hi Dennis,

Thanks for the reply.
In what context is it that you want to work with XSL-FO?

I am working on project where input is XML stream/file. Now I would like
to
disply reports on that data.

The reports are available as HTML, WML and requairement is same report
should be downloadable as PDF format. So I wanted to use XSL-FO for the
same.


"Dennis Myrn" wrote:
In what context is it that you want to work with XSL-FO?

XSL-FO itself is just an XML based standard for describing layout,
and relies on third party processors in order to do something useful with
it.
--
Regards,
Dennis JD Myrn
Oslo Kodebureau
"Angelos Karantzalis" <ak**********@yahoo.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
> I'm afraid that XSL-FO is not supported by .NET out-of-the-box. You
> should
> look for 3rd-party implementations.
>
> Angel
> O:]
>
>
> "suresh_C#" <su*****@discussions.microsoft.com> wrote in message
> news:37**********************************@microsof t.com...
>>
>> Dear All,
>>
>> I want work on "XSL Formatting Objects (XSL-FO)" using .NET(C#).
>>
>> I found classes for working on XSLT in .NET class library but couldn't
> find
>> any sample code for XSL-FO.
>>
>> Please tell me where I will get "XSL-FO & .NET(C#)" code/article.
>>
>> Any help would be greatly appreciated.
>>
>> Thanks,
>>
>
>


Jul 21 '05 #6

Hi Dennis,
For .NET, there is only the XML PDF component as of today, which, is
expensive.
Really, couldnt belive that .NET has no support for XSL-FO and as processor.

Any way, I have found some good free and commercial .NET XSL-FO
processor/library, going to use that.

Here are the some links related to this,

http://asp.net/Forums/ShowPost.aspx?...&PostID=267002
http://www.asp101.com/articles/jayram/xslt/default.asp
http://www.xmlforasp.net/codeSection.aspx?csID=14
http://www.dpawson.co.uk/xsl/sect1/N303.html
http://www.xmlpdf.com/xslfo-manual-api.html
http://itextsharp.sourceforge.net/
http://www.xmlpdf.com/ibex-downloads-net.html
http://www.xtras.net/products/apocxslfo.asp
http://xml.apache.org/fop/index.htm
http://msdn.microsoft.com/library/de...odc_unlock.asp
http://www.chive.com/Chive/Default.aspx

Thanks,
"Dennis Myrén" wrote:
Hi,

To turn an XSL-FO document into PDF you will need an XSL formatter
that can parse the document and render to PDF.

For .NET, there is only the XML PDF component as of today, which, is
expensive.

We are working on such a project, targeting full XSL 1.1 compliance, but
unfortunately the release is estimated to be no earlier than mid 2005.

Then, there is the FOP project.
It is a free, open source project for Java.

--
Regards,
Dennis JD Myrén
Oslo Kodebureau
"suresh_C#" <su*****@discussions.microsoft.com> wrote in message
news:38**********************************@microsof t.com...

Hi Dennis,

Thanks for the reply.
In what context is it that you want to work with XSL-FO?

I am working on project where input is XML stream/file. Now I would like
to
disply reports on that data.

The reports are available as HTML, WML and requairement is same report
should be downloadable as PDF format. So I wanted to use XSL-FO for the
same.


"Dennis Myrén" wrote:
In what context is it that you want to work with XSL-FO?

XSL-FO itself is just an XML based standard for describing layout,
and relies on third party processors in order to do something useful with
it.
--
Regards,
Dennis JD Myrén
Oslo Kodebureau
"Angelos Karantzalis" <ak**********@yahoo.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
> I'm afraid that XSL-FO is not supported by .NET out-of-the-box. You
> should
> look for 3rd-party implementations.
>
> Angel
> O:]
>
>
> "suresh_C#" <su*****@discussions.microsoft.com> wrote in message
> news:37**********************************@microsof t.com...
>>
>> Dear All,
>>
>> I want work on "XSL Formatting Objects (XSL-FO)" using .NET(C#).
>>
>> I found classes for working on XSLT in .NET class library but couldn't
> find
>> any sample code for XSL-FO.
>>
>> Please tell me where I will get "XSL-FO & .NET(C#)" code/article.
>>
>> Any help would be greatly appreciated.
>>
>> Thanks,
>>
>
>


Jul 21 '05 #7

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

Similar topics

0
by: Gabriel | last post by:
Greetings, I use xsl fo and sometimes do not always remember the exact values of the attribute or which corresponds to what action and so on. So I check into a book or do some Googling. What...
6
by: James | last post by:
Hi Folks, I plan to implement some report generation using Formatting objects on the ..NET platform. Does Microsoft have a built in version? .Or What are my options? are there any free ones which...
2
by: David Laub | last post by:
does dot net support apis for XSLFO in addition to XSLT? Thanks
6
by: suresh_C# | last post by:
Dear All, I want work on “XSL Formatting Objects (XSL-FO)” using .NET(C#). I found classes for working on XSLT in .NET class library but couldn’t find any sample code for XSL-FO. ...
0
by: annand00 | last post by:
hi! i have a quick question. i have an xsl transform that converts xml to xslfo. The transform generates two <fo:block> 's (say A & B) one after another (A --> B). This is due to the original xml...
2
by: toyz | last post by:
Hi all, this look like a newbie question but I trying to find a slotion to this for the past few days. I need to set the print format (margin, page orientation) of a XSL in such a way that the...
2
by: morrell | last post by:
I have a request to find out is there an easy way to solve this little poblem. ___________________ | Block 1 | | | | | | |...
1
by: alacrite | last post by:
I have a class that represents a record in a database table. class tableName { int col1; string col2; int col3; ... other fields and relevant operations }
3
by: Harry Zoroc | last post by:
I would like to learn some XSLT-FO handling procedures and need a good tutorial. Unfortunately most of the links in Google refer to books, lessons, XML syntax What I need is an easy...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.