Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K

19 Posted Topics

Member Avatar for computerbear

With all the respect, Why the hell would you use CSS for xml,when so much functionality gets lost? i looked at your xml and this can easily be done with xsl-fo. does it have to be in css? or it just the end product that matters? i could give you …

Member Avatar for Squiva
0
312
Member Avatar for jake1496
Member Avatar for minamo99

Hello, I have a large XML i am recovering data from. However,i cant seem to get more then 2 parameters out,whatever i type. i tried the following things already(without succes) -Made a substring-between -Made an extra call to a template and clarified additional parameters -Changed the values of the xpath …

Member Avatar for Erwan Amoureux
0
145
Member Avatar for sbutt

you can put in comments like this. <!-- desired comment here --> if you want it to actually show on the conversion it csn be done with <xsl:text> content here </xsl:text>

Member Avatar for alfieclinton
0
220
Member Avatar for computerbear

try adding this under the block. [CODE] border-bottom-width="1.0mm" border-bottom-color="black" border-bottom-style="solid">[/CODE] so with a block it would look like [CODE]<fo:block border-bottom-width="1.0mm" border-bottom-color="black" border-bottom-style="solid"> </fo:block>[/CODE] If you want them all around instead of only at the bottom, just do this. [CODE]<fo:block border-width="1.0mm" border-color="black" border-style="solid"> </fo:block>[/CODE]

Member Avatar for computerbear
0
168
Member Avatar for Ossehaas

try adding [CODE][/CODE]keep-together.within-page="always" to the block specifications, that should work for the break before end of page.

Member Avatar for Ossehaas
0
524
Member Avatar for srimathim

First of all, please put things in the correct forum. This forum is made for specific coding help. second: All the info you need,is on [url]www.pmi.org[/url] Google is your best friend. Kind regards, Henk.

Member Avatar for minamo99
0
92
Member Avatar for sajohnson05

instead of sort selects try using xsl:when and xsl: otherwise, think that should work in this case.

Member Avatar for sajohnson05
0
189
Member Avatar for bangaram9

[CODE]<fo:basic-link external-destination="url('http://www.whatever.com')" color="blue" text-decoration="underline"> Webucator </fo:basic-link>[/CODE] at as many as you like. you can put these in tables if you like, they will still be recognized. as for the after 7 newlist im not sure yet, but you problaly get there using a delimiter and the newlist functions, maybe on …

Member Avatar for iceandrews
0
86
Member Avatar for achava

Have you tried the decendant axis of xpath?. If that does not work you can always use the @ caption command.

Member Avatar for achava
0
549
Member Avatar for halo3rlz

Also be sure to be logged in as an administrator on all computers, And that you put in the right permissions

Member Avatar for minamo99
0
167
Member Avatar for Den.
Member Avatar for dr babelfish

[QUOTE=dr babelfish;1378270]I have installed red hat 2.1 but am unable to get online, my broadband modem is pluged in correctly?? help??[/QUOTE] [url]http://how-to.wikia.com/wiki/How_to_configure_internet_access_on_a_Linux-based_computer[/url]

Member Avatar for rubberman
0
185
Member Avatar for zack_falcon

I watch starcraft on e-sports every now and then on a Korean television channel. Those guys play so fast, its impossible to keep up. The matches entertaining to watch though.

Member Avatar for WASDted
0
205
Member Avatar for AthanDor
Member Avatar for minamo99

Hello everyone, I am a beginning programmer using XSLT. I work at a company wich has a database witch generates catalogs, exporting XSL and XML to FOP.(wich converts to PDF). the program runs on apache and is build in delphi. That being said, I was wondering if it is possible …

Member Avatar for minamo99
0
1K
Member Avatar for deepaarumugam
Member Avatar for minamo99
0
75
Member Avatar for desmondo

have you tried a repair tool from windows recovery tools? or does it happen directly? and did you set the cd rom on first boot device in the bios?

Member Avatar for WASDted
0
117
Member Avatar for Rajicet

did you declare your going to use javascript in the code? like: [CODE]<script language="javascript"> [/CODE]

Member Avatar for minamo99
0
79

The End.