Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Embedding XML Data
System
We need to embed xml data into a page generated from Interwoven. We are using the Java classes out of Interwoven to generate our pages. To this I want to add the logged in users names at run time. How can I do this.
Find more posts tagged with
Comments
Migrateduser
Could you provide a bit more info, please. What Java classes are you using? OpenAPI? Content Services?
bw
Bob Walden [bob.walden@interwoven.com]
Interwoven Education Group
IM: Yahoo, MSN bob_walden
TEST.dcpackage
Migrateduser
Hi Bob,
I think perhaps I need to explain what we are planning on doing with Interwoven.
1. We plan to use Interwoven for our content management project.
2. We were told that, as part of the OpenDeploy, Interwoven can generate either JSP or Java files, which in turn when executed will retrieve the content from Interwoven repository and generate a HTML page.
3. We want to insert a line in the HTML which will display the logged in User Name.
4. As we are absolutely new to Interwoven, we are finding it really difficult to get any information on what Interwoven can/cannot do.
5. Hope you can help us here.
Thanks in advance.
Ram
append.xml.txt
Migrateduser
I'm afraid I don't understand your description, and I don't want to compound any possible misunderstanding by dabbling here. It sounds like you have a fairly complex architecture in mind. Are you working with an Interwoven or partner consultant? If so, you should direct these questions to them. If not, you're going to need a lot of training in Interwoven products before you can tackle this, it's not the kind of thing you can do on the fly.
bw
Bob Walden [bob.walden@interwoven.com]
Interwoven Education Group
IM: Yahoo, MSN bob_walden
Migrateduser
Hi Bob,
Thanks bob, I realized that some time ago :-(
Anyways, can you point us to some site which provides basic information on how Interwoven works etc. I think we would like to start from there.
Regards
Ram
Migrateduser
:-)
http://www.interwoven.com/services/training
. We have scheduled classes all the time, and we can come do a special series at your site.
bw
Bob Walden [bob.walden@interwoven.com]
Interwoven Education Group
IM: Yahoo, MSN bob_walden
tvaughan
Hi Ramsub.
If all you want to do is imbed the login name of the TeamSite user into your HTML, I'd investigate using the RCS-macro expansion that Interwoven has. Check out your TeamSite Administration guide, and look up 'RCS' in the Index.
Basically, all you do is add the text "$User$" to your HTML somewhere and configure a file called 'submit.cfg' by setting "expand_rcs_macros=yes" in that config file.
Then, whenever a user submits an HTML file to Interwoven's STAGING area, their name gets stuck in the HTML. Pretty niffty.
Tom