FOP it [modified]
-
Hi All, I'm trying to get my flow right with the xml and xsl files... is it possible to do the following... my xml file looks like this... <Heading>WhatEver</Heading> <Date>TodayOrWhatEver</Date> exampleJohn exampleSmith example21 example8501014341988 WhateEver example01January example903-0201 example903-0202 exampleJohn@Home.co.za example903-0203 example903-0204 exampleJohn@Work.co.za example903-0205 exampleSam exampleLooker example22 example8501014341982 WhateEver example01January example903-0301 example903-0302 exampleSam@Home.co.za example903-0303 example903-0304 exampleSam@Work.co.za example903-0305 is it possible to, Depending on whitch of these tags are created, that they could follow up on each other whith spaces between them? He who laughs last... -- modified at 4:48 Friday 7th July, 2006
-
Hi All, I'm trying to get my flow right with the xml and xsl files... is it possible to do the following... my xml file looks like this... <Heading>WhatEver</Heading> <Date>TodayOrWhatEver</Date> exampleJohn exampleSmith example21 example8501014341988 WhateEver example01January example903-0201 example903-0202 exampleJohn@Home.co.za example903-0203 example903-0204 exampleJohn@Work.co.za example903-0205 exampleSam exampleLooker example22 example8501014341982 WhateEver example01January example903-0301 example903-0302 exampleSam@Home.co.za example903-0303 example903-0304 exampleSam@Work.co.za example903-0305 is it possible to, Depending on whitch of these tags are created, that they could follow up on each other whith spaces between them? He who laughs last... -- modified at 4:48 Friday 7th July, 2006
Like for instance.... if only the ClientName and the ClientTelH was selected in my program and i created the ClientName and the ClientTelH tags only... i want it to display like this... exampleJohn 903-0201 exampleSam 903-0301 better yet can i create a tabel and the cell only as tags are created? to be able to align the output? for instance... exampleJohn 903-0201 exampleSam 903-0301 any help whould be greatly appreciated. Thank you in advance... He who laughs last...
-
Like for instance.... if only the ClientName and the ClientTelH was selected in my program and i created the ClientName and the ClientTelH tags only... i want it to display like this... exampleJohn 903-0201 exampleSam 903-0301 better yet can i create a tabel and the cell only as tags are created? to be able to align the output? for instance... exampleJohn 903-0201 exampleSam 903-0301 any help whould be greatly appreciated. Thank you in advance... He who laughs last...
-
Use to iterate thru each entry and use to find out if the node exist then dump the data as you want Jup -- modified at 11:03 Friday 7th July, 2006
Can you modify your post so that you change all the <'s to <'s and so forth? Nobody can see what's in your post.
-
Use to iterate thru each entry and use to find out if the node exist then dump the data as you want Jup -- modified at 11:03 Friday 7th July, 2006