Implement New tag in Mini Language

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Implement New tag in Mini Language

Alex D. Fleming



Hi,

I want to create a new tag for Mini Language.The name of the tag will
be <sequenced-id-to-env-to-field> basically this will be the combination
of the two tags <sequenced-id-to-env-to-field>  &  <env-to-field> that
are used in the following two sentences.(I think the usage of this tag
is self-understood)

<sequenced-id-to-env sequence-name="ProductFeature"
env-name="productFeatureId"/>
<env-to-field env-name="productFeatureId" map-name="newEntity"/>

Can any body of you guide me how can I implement this new tag for Mini
Language ??? Is this tag will make any sense or its irrelavent to
implement it ???
I thought that it will be helpful for developer so was thinking to
implement it.

Please give me some guideline for creating new tag in Mini Language.

 
---------------------------------
Do you Yahoo!?
 Get on board. You're invited to try the new Yahoo! Mail.
Reply | Threaded
Open this post in threaded view
|

Re: Implement New tag in Mini Language

cjhowe
a new tag isn't necessary...

try:
<sequenced-id-to-env sequence-name="ProductFeature"
env-name="newEntity.productFeatureId"/>

--- "Alex D. Fleming" <[hidden email]> wrote:

>
>
>
> Hi,
>
> I want to create a new tag for Mini Language.The
> name of the tag will
> be <sequenced-id-to-env-to-field> basically this
> will be the combination
> of the two tags <sequenced-id-to-env-to-field>  &
> <env-to-field> that
> are used in the following two sentences.(I think the
> usage of this tag
> is self-understood)
>
> <sequenced-id-to-env sequence-name="ProductFeature"
> env-name="productFeatureId"/>
> <env-to-field env-name="productFeatureId"
> map-name="newEntity"/>
>
> Can any body of you guide me how can I implement
> this new tag for Mini
> Language ??? Is this tag will make any sense or its
> irrelavent to
> implement it ???
> I thought that it will be helpful for developer so
> was thinking to
> implement it.
>
> Please give me some guideline for creating new tag
> in Mini Language.
>
>  
> ---------------------------------
> Do you Yahoo!?
>  Get on board. You're invited to try the new Yahoo!
Mail.