Questions tagged [idocscript]
7 questions
5
votes
2 answers
Where can I find the documentation for IdocScript for Stellent/Oracle UCM?
Where can I find the documentation for IdocScript for Stellent/Oracle UCM? I just got assigned to do maintenance on a page that uses it, and have no prior experience with either Stellent or the script. My specific problem has to do with string…

Pops
- 30,199
- 37
- 136
- 151
1
vote
0 answers
UCM - How to access repeat children nodes from XML
I've got an XML document -
ABCD
XYZ
ABCDEFG
XYZWV
123456
98765
…

daliab
- 11
- 2
1
vote
1 answer
Is there any less or more convenient iDoc Script editor for Oracle 10g UCM?
Is there any less or more convenient iDoc Script editor for Oracle 10g UCM? Please help. Open to any suggestions. Avoid suggesting notepad and so on.

Artsiom Anisimau
- 1,139
- 3
- 11
- 26
0
votes
1 answer
Suppress UCM default head scripts from generated webpages
By default UCM adds a bunch of JavaScript to the head of each webpage. Is there a way to suppress the insertion of these scripts at the page level?

Will Peavy
- 2,349
- 3
- 21
- 21
0
votes
2 answers
How to find length of ResultSet using IdocScript in Oracle UCM?
I am trying to find number of rows in a ResultSet using idocscript. Is there an optimal way of doing other than looping through the ResultSet as below?
<$sampleRSLength=0$>
<$if rsExists("sampleResultSet")$>
<$loop sampleResultSet$>
…

vk239
- 1,014
- 1
- 12
- 30
0
votes
1 answer
Limiting HTML picture grid columns
I'm working on iDocScript and HTML to read on a picture database and return the result in a four column and unlimited rows picture grid.
[ picture ] [ picture ] [ picture ] [ picture ]
[ picture ] [ picture ] [ picture ] [ picture ]
Something like…

ephti2000
- 17
- 1
- 9
0
votes
1 answer
Extract file name from html string using regex in Idoc Script
I need to extract file name of an image from one html string using Idoc Script regex functions.
Input string:
"
"
Output need to be:
"file_name"
Can you help me?


Alex Maimescu
- 230
- 2
- 8