XSLT Page Generating Issue

K

king_pich

Hi,

I have a large XML document (generated by a macro) and have used an
XSLT file to break it down into tables so its more vreadable in HTML
format.

I would post the files but its far to big so i'll do my best to
explain.

Ok, the main nodes within my .xml file has lots of child nodes,
however the xslt file is displaying a few of those.

I want the user to be able to click one of the fileds and then
automatically be sent to a page to display the rest of the
information.

Example...

- <BoSearchMACActivitySummaryType>
<ActivityID>567026826</ActivityID>
<ActivityIDSpecified>true</ActivityIDSpecified>
<ActivityStatus>2</ActivityStatus>
<ActivityStatusSpecified>true</ActivityStatusSpecified>
<PrimaryUserID>419837346</PrimaryUserID>
<PrimaryUserIDSpecified>true</PrimaryUserIDSpecified>
<SecondaryUserIDList />
<CreationDate>2007-10-15T09:51:34Z</CreationDate>
<CreationDateSpecified>true</CreationDateSpecified>
<ThreadID>5311116646</ThreadID>
<ThreadIDSpecified>true</ThreadIDSpecified>
- <Issue>
<ID>1569</ID>
<IDSpecified>true</IDSpecified>
<Label>Internal</Label>
</Issue>
- <Rule>
<ID>0</ID>
<IDSpecified>true</IDSpecified>
</Rule>
- <Disposition>
<ID>1631</ID>
<IDSpecified>true</IDSpecified>
<Label>Document</Label>
</Disposition>
<Priority>50</Priority>
<PrioritySpecified>true</PrioritySpecified>
<Source>Legacy</Source>
<CountSpecified>false</CountSpecified>
- <Content>
- <Attachment>
- <BoMACActivityAttachmentType>
<Name>567026826.html.zip</Name>
</BoMACActivityAttachmentType>
</Attachment>
</Content>
</BoSearchMACActivitySummaryType>

I have about 70 BoSearchMACActivitySummaryType's. Ok so i'm
displaying selected data in my HTML file and want the user to be able
to click the ActivityID (for example) and then be sent to an
automatically generated page which displays all of the information for
the selected activityID.

I hope you can guage what i mean from this. So my main xslt file is
displaying 4 fields of 8. I want the text to by hyperlinked and when
clicked, the user to be sent to an automatically generated page where
the further information for the selected nodes are displayed.

Hope someone can help me.

Thanks Again

Kindest Regards

Tom
 
S

shaun roe

Hi,
---snip snip ---

I have about 70 BoSearchMACActivitySummaryType's. Ok so i'm
displaying selected data in my HTML file and want the user to be able
to click the ActivityID (for example) and then be sent to an
automatically generated page which displays all of the information for
the selected activityID.

I hope you can guage what i mean from this. So my main xslt file is
displaying 4 fields of 8. I want the text to by hyperlinked and when
clicked, the user to be sent to an automatically generated page where
the further information for the selected nodes are displayed.

Hope someone can help me.

Thanks Again

Kindest Regards

Tom

This sounds similar to one of the first xsl transforms I ever
wrote..which can be found here:

http://sroe.home.cern.ch/sroe/xsl/COOL2WebFrames.xsl

and the generated output here:
http://sroe.home.cern.ch/sroe/xml/

essentially it makes use of the 'document' function to redirect the
output to several output files, and makes two passes on the file in
different modes to generate the index and then the content.

cheers
s
 
K

king_pich

---snip snip ---







This sounds similar to one of the first xsl transforms I ever
wrote..which can be found here:

http://sroe.home.cern.ch/sroe/xsl/COOL2WebFrames.xsl

and the generated output here:http://sroe.home.cern.ch/sroe/xml/

essentially it makes use of the 'document' function to redirect the
output to several output files, and makes two passes on the file in
different modes to generate the index and then the content.

cheers
s- Hide quoted text -

- Show quoted text -

Hmm

I'll try and get my head around it. It seems all to confusing lol.

So do i create the layout for my newly generated page in the same xsl
file? how do i write the href links? Do you have msn so i can ask you
a few quick questions regarding this file. Just because i know im
almost there and want to get this sorted asap.

Thanks Again for your reply.

Kindest Regards

Tom
 
K

king_pich

thanks for the reply.

Do you have msn, skpye or an instant messenger so i can ask you a few
quick fire questions regarding this file?

Kindest Regards

tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,900
Latest member
Nell636132

Latest Threads

Top