|
Home > Archive > WebSphere Commerce suite > January 2006 > Re: WCS 5.6 - Id resolver is constantly generating new ids, even<br><br> f
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: WCS 5.6 - Id resolver is constantly generating new ids, even<br><br> f
|
|
|
| The XML doesn't show up because the forum software doesn't escape the less-than character. Let's see if I can make it show up correctly. The rest is quoted from Robert's original reply...
>As a side note, I have seen XSL translation problems with the
>xmltransform utility when a variable is used for an organization's
>primary key.
>
> <!-- The orgentity reference ID that is used as the organization of
> the user entities (-2003 = 'B2C Organization' in ORGENTITY) -->
> <xsl:param name="OrgentityMemberID" select="-2003">
>
>This above line works fine when dereferencing the $OrgentityMemberID
>later in the XSL file.
>
> <!-- The orgentity reference ID that is used as the organization of
> the user entities (equivalent to 'Supplier Hub Organization' in
> ORGENTITY) -->
> <xsl:param name="OrgentityMemberID" select="7000000000000000151">
>
>This will not dereference properly, forcing you to copy the organization
>value everywhere in the XSL. Something about an XSL string length
>limitation. I can't remember what the limit was but I did test with
>increasingly larger numbers until it bombed.
|
|
|
|
|