|
next
|
 Subject: Duplicating Nodes in XML Mapper Author: (Deleted User) Date: 19 Sep 2001 04:12 PM
|
On 9/19/01 3:15:00 PM, George Gastaldi wrote:
>When I am mapping a XML Like:
>
>ROOT
>|-a
>|-b
>
>and I have on the other side:
>
>ROOT
>|-word
> |-wordvalue
>I want to create a tag WORD
>for a and b, but, when I use
>the "Duplicate Node.."
>command, it does not duplicate
>the children. This is very
>annoying, because I must code
>that in the XSL editor. I
>believe this a bug. If so, can
>you fix that ASAP ? I have
>lots of XMLs to map and that
>would really sure save my
>time.
>
>PS: This is another
>suggestion: Is there any way
>to put a "check" on the node,
>so you can say that it is
>completely mapped ?
>
>Thanks in advance. This is a
>great product.
The "Completely Mapped" that I wrote was that, since I mapped a whole node structure, I do not need to even look at that node again, since I have many nodes, so I wanted just to put a "check" on it. Or kinda of it, to optimize the process. (Even hiding, whatever..).
In advance, the Duplicate Node Feature did not work for me, I am using eXcelon Stylus Studio 3.0.0, build 047b
|
next
|
 Subject: RE: Duplicating Nodes in XML Mapper Author: (Deleted User) Date: 19 Sep 2001 04:30 PM
|
> -----Original Message-----
> From: stylus-studio-tech Listmanager [mailto:listmanager]
> Sent: Wednesday, September 19, 2001 4:19 PM
> To: Recipients of 'stylus-studio-tech' suppressed
> Subject: Duplicating Nodes in XML Mapper
>
>
> From: "George Gastaldi"
>
> On 9/19/01 3:15:00 PM, George Gastaldi wrote:
> >When I am mapping a XML Like:
> >
> >ROOT
> >|-a
> >|-b
> >
> >and I have on the other side:
> >
> >ROOT
> >|-word
> > |-wordvalue
> >I want to create a tag WORD
> >for a and b, but, when I use
> >the "Duplicate Node.."
> >command, it does not duplicate
> >the children. This is very
> >annoying, because I must code
> >that in the XSL editor. I
> >believe this a bug. If so, can
> >you fix that ASAP ? I have
> >lots of XMLs to map and that
> >would really sure save my
> >time.
> >
> >PS: This is another
> >suggestion: Is there any way
> >to put a "check" on the node,
> >so you can say that it is
> >completely mapped ?
> >
> >Thanks in advance. This is a
> >great product.
>
> The "Completely Mapped" that I wrote was that, since I mapped
> a whole node structure, I do not need to even look at that
> node again, since I have many nodes, so I wanted just to put
> a "check" on it. Or kinda of it, to optimize the process.
> (Even hiding, whatever..).
> In advance, the Duplicate Node Feature did not work for me, I
> am using eXcelon Stylus Studio 3.0.0, build 047b
>
>
I see. basically what you want is a mark which can remind you what you have
done.
the problem is how to make this kind of information persistent so that next
time when you open the mapper it will be shown in the schema tree.
the only place is to stored them in our meta info section inside xsl file(a
comment block at the end of stylesheet which you won't see in our editor).
we try very hard not to include too much information in this section.
in any case, we'll discuss this issue and see what we can do.
thank you for your suggestion.
song
|
|
|
|