Next in thread → Next in month →

Re: [xml-dev] About mask xml

From
Andrew Welch <>
To
"http://www.pas-world.com" <>
Date
2007-10-22T08:44:35Z
ID
<>
Thread
Re: [xml-dev] About mask xml
On 21/10/2007, http://www.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/
Next in thread → Next in month →