[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] About mask xml
- From: "Andrew Welch" <andrew.j.welch@gmail.com>
- To: "http://www.pas-world.com" <dev001@pas-world.com>
- Date: Mon, 22 Oct 2007 09:44:35 +0100
On 21/10/2007, http://www.pas-world.com <dev001@pas-world.com> wrote:
> Hello,
> Any technology in XML to make something like this?
>
>
> I have datum:
> 2,3,Da1,xrr,...
>
> I have a template XML:
>
> <dat1></dat1>
> <dat2></dat2>
> <dat3></dat3>
> <dat4></dat4>
> ...
>
> And the automatic loaded result should be:
> <dat1>2</dat1>
> <dat2>3</dat2>
> <dat3>Da1</dat3>
> <dat4>xrr</dat4>
> ...
>
> Or similar technologies to reduce size of documents, without the use of
> compression.
If you mean csv-to-xml then take a look at:
http://andrewjwelch.com/code/xslt/csv/csv-to-xml_v2.html
...but it seems like you're asking if there's an automated way of
separating the content from the elements in a repeating structure so
that you can reduce the size of a document? If so, csv would give you
that, but it does seem an odd requirement...
cheers
--
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/
- References:
- About mask xml
- From: "http://www.pas-world.com" <dev001@pas-world.com>
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]