Subject:Getting rid of prefixes in the mapper Author:(Deleted User) Date:06 Jun 2003 12:17 PM
Two questions here:
1. When I use the two attached schemas in the mapper is there anyway of getting rid of the prefixes on elements?
Every element in the source is prefixed with xcbl35.xsd: which makes it difficult to read when you have to wade through 1500 elements.
2. How can I stop the full qualified namespace from appearing in every element in the transformed document?
Subject:Re: Getting rid of prefixes in the mapper Author:Minollo I. Date:06 Jun 2003 12:33 PM
At 12:38 PM 6/6/2003 -0400, you wrote:
>From: "Chris Lindley"
>
>Two questions here:
>1. When I use the two attached schemas in the mapper is there anyway of
>getting rid of the prefixes on elements?
>Every element in the source is prefixed with xcbl35.xsd: which makes it
>difficult to read when you have to wade through 1500 elements.
Not in the current version of Stylus Studio; we are adding this to our PCR
list.
>2. How can I stop the full qualified namespace from appearing in every
>element in the transformed document?
That's a behavior of the Stylus Studio processor; if you run the same
transformation using a different processor (you can select a different one
in the Scenario Properties dialog), the repetition of the namespace
declaration will go away.
This specific behavior of the internal processor will be changed at some point.