Home
TeamSite
TeamSite, LiveSite and OpenDeploy
How to tell Development vs. Testing vs. Production
Denise Bowker
I'm building a component that needs to get data from a remote service. I'll be using xsl:variable name="remoteData" select="document(...)" type of access to obtain the data.
The URL I need to pass into document() varies depending upon which environment presenting the page. We have multiple "testing" environments (development, system, user-acceptance and production).
Is there a way to define parameters or something within LiveSite that can be picked up by components (either directly or through an External)?
Find more posts tagged with
Comments
There are no comments yet