Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

how and where do i store converted XML docs?

I am researching for XML data repository.
For example, say I converted a word doc into XML doc, then how and where
do i store that converted doc, so other people can extract that same doc
in different format later from that repository. I am very new to this subject,
so please!! help me....thanks a bunch. =)

Linda
[339 byte] By [Linda] at [2007-11-9 15:25:21]
# 1 Re: how and where do i store converted XML docs?
Hello,
How and where you store the XML data is your business. You can use a
DBMS or plain HDD storage, depending on your needs. For a huge data
repository, a DBMS-only or a combined solution might be the best for you,
but I can't tell for sure.
To display the XML data in different formats, you use XSLT (XML
Stylesheet Transformations). This way, you can generate plain text, (X)HTML,
or even .DOC, .PDF and many other text/binary data formats.
To learn the basics about XSLT you can use http://www.w3schools.com/xsl/
, or search for "XSLT Tutorial" on, say, Google. To check out some XML based
tools, check out http://xml.apache.org/ and http://msdn.microsoft.com/xml/ ,
to name two of my favorites.
HTH,
Ovidiu.
"Linda" <LindaSong02@aol.com> wrote in message news:3d19d665$1@10.1.10.29...
>
> I am researching for XML data repository.
> For example, say I converted a word doc into XML doc, then how and where
> do i store that converted doc, so other people can extract that same doc
> in different format later from that repository. I am very new to this
subject,
> so please!! help me....thanks a bunch. =)
>
> Linda
Ovidiu Platon at 2007-11-11 23:30:09 >
# 2 Re: how and where do i store converted XML docs?
How do you generate .doc or .pdf by applying XSLT over XML file?
Thanks.
Ruchi Garg

"Ovidiu Platon" <ovidiupl@microsoft-lab.pub.ro> wrote:
> Hello,
> How and where you store the XML data is your business. You can use a
>DBMS or plain HDD storage, depending on your needs. For a huge data
>repository, a DBMS-only or a combined solution might be the best for you,
>but I can't tell for sure.
> To display the XML data in different formats, you use XSLT (XML
>Stylesheet Transformations). This way, you can generate plain text, (X)HTML,
>or even .DOC, .PDF and many other text/binary data formats.
> To learn the basics about XSLT you can use http://www.w3schools.com/xsl/
>, or search for "XSLT Tutorial" on, say, Google. To check out some XML based
>tools, check out http://xml.apache.org/ and http://msdn.microsoft.com/xml/
,
>to name two of my favorites.
> HTH,
> Ovidiu.
>"Linda" <LindaSong02@aol.com> wrote in message news:3d19d665$1@10.1.10.29...
>>
>> I am researching for XML data repository.
>> For example, say I converted a word doc into XML doc, then how and where
>> do i store that converted doc, so other people can extract that same doc
>> in different format later from that repository. I am very new to this
>subject,
>> so please!! help me....thanks a bunch. =)
>>
>> Linda
>
>
Ruchi Garg at 2007-11-11 23:31:04 >
# 3 Re: how and where do i store converted XML docs?
What tools are you using or planning to use (i.e VB)?

I assume .doc means MS Word. MS Word is a proprietary format. There are
tools like from Apache.org for converting XML to PDF. They are not typically
(I don't think they are at all) XSLT based because it is not simple to create
these formats, although XSL may be involved.

"Ruchi Garg" <ruchigarg64@yahoo.com> wrote:
>
>How do you generate .doc or .pdf by applying XSLT over XML file?
>Thanks.
>Ruchi Garg
>
>"Ovidiu Platon" <ovidiupl@microsoft-lab.pub.ro> wrote:
>> Hello,
>> How and where you store the XML data is your business. You can use
a
>>DBMS or plain HDD storage, depending on your needs. For a huge data
>>repository, a DBMS-only or a combined solution might be the best for you,
>>but I can't tell for sure.
>> To display the XML data in different formats, you use XSLT (XML
>>Stylesheet Transformations). This way, you can generate plain text, (X)HTML,
>>or even .DOC, .PDF and many other text/binary data formats.
>> To learn the basics about XSLT you can use http://www.w3schools.com/xsl/
>>, or search for "XSLT Tutorial" on, say, Google. To check out some XML
based
>>tools, check out http://xml.apache.org/ and http://msdn.microsoft.com/xml/
>,
>>to name two of my favorites.
>> HTH,
>> Ovidiu.
>>"Linda" <LindaSong02@aol.com> wrote in message news:3d19d665$1@10.1.10.29...
>>>
>>> I am researching for XML data repository.
>>> For example, say I converted a word doc into XML doc, then how and where
>>> do i store that converted doc, so other people can extract that same
doc
>>> in different format later from that repository. I am very new to this
>>subject,
>>> so please!! help me....thanks a bunch. =)
>>>
>>> Linda
>>
>>
>
MarkN at 2007-11-11 23:32:07 >
# 4 Re: how and where do i store converted XML docs?
I was just curious because in response to the original question by Linda,
Ovidiu Platon wrote:

To display the XML data in different formats, you use XSLT (XML
Stylesheet Transformations). This way, you can generate plain text, (X)HTML,
or even .DOC, .PDF and many other text/binary data formats.

Thanks.
Ruchi

"MarkN" <enterprise.@127.0.0.1> wrote:
>
>What tools are you using or planning to use (i.e VB)?
>
>I assume .doc means MS Word. MS Word is a proprietary format. There are
>tools like from Apache.org for converting XML to PDF. They are not typically
>(I don't think they are at all) XSLT based because it is not simple to create
>these formats, although XSL may be involved.
>
>
>"Ruchi Garg" <ruchigarg64@yahoo.com> wrote:
>>
>>How do you generate .doc or .pdf by applying XSLT over XML file?
>>Thanks.
>>Ruchi Garg
>>
>>"Ovidiu Platon" <ovidiupl@microsoft-lab.pub.ro> wrote:
>>> Hello,
>>> How and where you store the XML data is your business. You can use
>a
>>>DBMS or plain HDD storage, depending on your needs. For a huge data
>>>repository, a DBMS-only or a combined solution might be the best for you,
>>>but I can't tell for sure.
>>> To display the XML data in different formats, you use XSLT (XML
>>>Stylesheet Transformations). This way, you can generate plain text, (X)HTML,
>>>or even .DOC, .PDF and many other text/binary data formats.
>>> To learn the basics about XSLT you can use http://www.w3schools.com/xsl/
>>>, or search for "XSLT Tutorial" on, say, Google. To check out some XML
>based
>>>tools, check out http://xml.apache.org/ and http://msdn.microsoft.com/xml/
>>,
>>>to name two of my favorites.
>>> HTH,
>>> Ovidiu.
>>>"Linda" <LindaSong02@aol.com> wrote in message news:3d19d665$1@10.1.10.29...
>>>>
>>>> I am researching for XML data repository.
>>>> For example, say I converted a word doc into XML doc, then how and where
>>>> do i store that converted doc, so other people can extract that same
>doc
>>>> in different format later from that repository. I am very new to this
>>>subject,
>>>> so please!! help me....thanks a bunch. =)
>>>>
>>>> Linda
>>>
>>>
>>
>
at 2007-11-11 23:33:07 >
# 5 Re: how and where do i store converted XML docs?
Ok, I'm with you now. I would like to see how Ovidiu Platon is going to get
these things with just XSLT. It won't be generic XSLT.
MarkN at 2007-11-11 23:34:03 >
# 6 Re: how and where do i store converted XML docs?
I apologize for 2 mistakes in my reply:
1. It's not XLST, it's XSL-FO
and
2. I said "you can" generate .DOC files, but there's no such tool on the
market today; I'm working on one for internal use and it's based on XSL-FO,
just like the PDF generator. BTW, MS Word file format is public, so any of
you can do the same thing.
Best regards,
Ovidiu.

"Ruchi Garg" <ruchigarg64@yahoo.com> wrote in message
news:3d1c847c$1@10.1.10.29...
>
> How do you generate .doc or .pdf by applying XSLT over XML file?
> Thanks.
> Ruchi Garg
>
> "Ovidiu Platon" <ovidiupl@microsoft-lab.pub.ro> wrote:
> > Hello,
> > How and where you store the XML data is your business. You can use a
> >DBMS or plain HDD storage, depending on your needs. For a huge data
> >repository, a DBMS-only or a combined solution might be the best for you,
> >but I can't tell for sure.
> > To display the XML data in different formats, you use XSLT (XML
> >Stylesheet Transformations). This way, you can generate plain text,
(X)HTML,
> >or even .DOC, .PDF and many other text/binary data formats.
> > To learn the basics about XSLT you can use
http://www.w3schools.com/xsl/
> >, or search for "XSLT Tutorial" on, say, Google. To check out some XML
based
> >tools, check out http://xml.apache.org/ and
http://msdn.microsoft.com/xml/
> ,
> >to name two of my favorites.
> > HTH,
> > Ovidiu.
> >"Linda" <LindaSong02@aol.com> wrote in message
news:3d19d665$1@10.1.10.29...
> >>
> >> I am researching for XML data repository.
> >> For example, say I converted a word doc into XML doc, then how and
where
> >> do i store that converted doc, so other people can extract that same
doc
> >> in different format later from that repository. I am very new to this
> >subject,
> >> so please!! help me....thanks a bunch. =)
> >>
> >> Linda
> >
> >
>
Ovidiu Platon at 2007-11-11 23:35:13 >
# 7 Re: how and where do i store converted XML docs?
>MS Word file format is public
It is? Ok, maybe it is.

But the issue is it is a proprietary format and MS can change it at will
and has. The best thing to do is write to interface and/or use a third party
tool like - http://jakarta.apache.org/poi/ . Apache's FOP (http://xml.apache.org/fop/)
already supports most formats and who knows... .

Mark

Platon" <ovidiupl@microsoft-lab.pub.ro> wrote:
>I apologize for 2 mistakes in my reply:
>1. It's not XLST, it's XSL-FO
>and
>2. I said "you can" generate .DOC files, but there's no such tool on the
>market today; I'm working on one for internal use and it's based on XSL-FO,
>just like the PDF generator. BTW, MS Word file format is public, so any
of
>you can do the same thing.
>Best regards,
>Ovidiu.
>
>"Ruchi Garg" <ruchigarg64@yahoo.com> wrote in message
>news:3d1c847c$1@10.1.10.29...
>>
>> How do you generate .doc or .pdf by applying XSLT over XML file?
>> Thanks.
>> Ruchi Garg
>>
>> "Ovidiu Platon" <ovidiupl@microsoft-lab.pub.ro> wrote:
>> > Hello,
>> > How and where you store the XML data is your business. You can use
a
>> >DBMS or plain HDD storage, depending on your needs. For a huge data
>> >repository, a DBMS-only or a combined solution might be the best for
you,
>> >but I can't tell for sure.
>> > To display the XML data in different formats, you use XSLT (XML
>> >Stylesheet Transformations). This way, you can generate plain text,
>(X)HTML,
>> >or even .DOC, .PDF and many other text/binary data formats.
>> > To learn the basics about XSLT you can use
>http://www.w3schools.com/xsl/
>> >, or search for "XSLT Tutorial" on, say, Google. To check out some XML
>based
>> >tools, check out http://xml.apache.org/ and
>http://msdn.microsoft.com/xml/
>> ,
>> >to name two of my favorites.
>> > HTH,
>> > Ovidiu.
>> >"Linda" <LindaSong02@aol.com> wrote in message
>news:3d19d665$1@10.1.10.29...
>> >>
>> >> I am researching for XML data repository.
>> >> For example, say I converted a word doc into XML doc, then how and
>where
>> >> do i store that converted doc, so other people can extract that same
>doc
>> >> in different format later from that repository. I am very new to this
>> >subject,
>> >> so please!! help me....thanks a bunch. =)
>> >>
>> >> Linda
>> >
>> >
>>
>
>
MarkN at 2007-11-11 23:36:11 >
# 8 Re: how and where do i store converted XML docs?
We use a product called "Eclipse" to publish to multiple formats from our
XML. It has greatly reduced server load as we used to transform XML to HTML
on the server. It requires XSLT to transform the XML, so we had the developers
of Eclipse write XSLT to convert our XML to HTML, WML and PDF (we decided
the latter was useful to our org). If we update or change the XML, this software
automatically updates each of the different file formats. We have been happy
with its performance.

"MarkN" <enterprise.@127.0.0.1> wrote:
>
>What tools are you using or planning to use (i.e VB)?
>
>I assume .doc means MS Word. MS Word is a proprietary format. There are
>tools like from Apache.org for converting XML to PDF. They are not typically
>(I don't think they are at all) XSLT based because it is not simple to create
>these formats, although XSL may be involved.
>
>
>"Ruchi Garg" <ruchigarg64@yahoo.com> wrote:
>>
>>How do you generate .doc or .pdf by applying XSLT over XML file?
>>Thanks.
>>Ruchi Garg
>>
>>"Ovidiu Platon" <ovidiupl@microsoft-lab.pub.ro> wrote:
>>> Hello,
>>> How and where you store the XML data is your business. You can use
>a
>>>DBMS or plain HDD storage, depending on your needs. For a huge data
>>>repository, a DBMS-only or a combined solution might be the best for you,
>>>but I can't tell for sure.
>>> To display the XML data in different formats, you use XSLT (XML
>>>Stylesheet Transformations). This way, you can generate plain text, (X)HTML,
>>>or even .DOC, .PDF and many other text/binary data formats.
>>> To learn the basics about XSLT you can use http://www.w3schools.com/xsl/
>>>, or search for "XSLT Tutorial" on, say, Google. To check out some XML
>based
>>>tools, check out http://xml.apache.org/ and http://msdn.microsoft.com/xml/
>>,
>>>to name two of my favorites.
>>> HTH,
>>> Ovidiu.
>>>"Linda" <LindaSong02@aol.com> wrote in message news:3d19d665$1@10.1.10.29...
>>>>
>>>> I am researching for XML data repository.
>>>> For example, say I converted a word doc into XML doc, then how and where
>>>> do i store that converted doc, so other people can extract that same
>doc
>>>> in different format later from that repository. I am very new to this
>>>subject,
>>>> so please!! help me....thanks a bunch. =)
>>>>
>>>> Linda
>>>
>>>
>>
>
xmldudeus at 2007-11-11 23:37:08 >