Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

XSL-FO · discussion of XSL Formatting Objects

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1394
  • Founded: Jan 5, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 850 - 879 of 7448   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
850 G. Ken Holman
gkholman@... Send Email
Oct 11, 2001
3:11 pm
... I fail to understand the above comment, Sebastian was trying to help you with your new question and you did not give sufficient information. Even I had to...
851 Carlson, Dave
dave.carlson@... Send Email
Oct 11, 2001
3:12 pm
From my reading of the spec, I thought I understood that number-columns-spanned was an attribute that applied to table cells and columns. What I am doing is...
852 Bertrand Delacretaz
bdelacretaz@... Send Email
Oct 11, 2001
3:15 pm
... It might be that your XML document does not conform to the rules defined by the DTD, so that when you add the DOCTYPE the parser used by the XSLT processor...
853 Sebastian Rahtz
sebastian.rahtz@... Send Email
Oct 11, 2001
3:15 pm
... Could you step back and explain very simply exactly what you are trying to achieve, and what the environment is? and can you post the XML file, and the...
854 Sebastian Rahtz
sebastian.rahtz@... Send Email
Oct 11, 2001
3:17 pm
... I think I am in some sort of joke maillist this afternoon! Backslashes form no part of the XSLT language. Note that Richard *isn't* apparently using...
855 Sebastian Rahtz
sebastian.rahtz@... Send Email
Oct 11, 2001
3:19 pm
... But in that case IE would give him a visible validation error? Possibly Richard is embedding this deep in some more complex code, and simply isn't picking...
856 Richard Tobin
rtobin@... Send Email
Oct 11, 2001
3:23 pm
Unfortunately it will work in I.E Could it be that I am using <?xml version='1.0'?> Maybe <?xml version='3.0'?> ... From: Bertrand Delacretaz...
857 Sebastian Rahtz
sebastian.rahtz@... Send Email
Oct 11, 2001
3:24 pm
Many apologues, I meant the "span" attribute. "Specifies if a block-level object should be placed in the current column or should span all columns of a...
858 Bertrand Delacretaz
bdelacretaz@... Send Email
Oct 11, 2001
3:25 pm
... Oh you're right - it must be deeper than that. I'll stop wild-guessing until we have some more information... ... This is incredible - this thread would be...
859 Sebastian Rahtz
sebastian.rahtz@... Send Email
Oct 11, 2001
3:25 pm
... so where does it NOT work? ... XML has not progressed beyond 1.0, for good or bad If you posted the DTD, XML and XSL files your willing helpers can attempt...
860 Thomas Holz
thomas.holz@... Send Email
Oct 11, 2001
3:25 pm
... Sorry, surely you have to insert slashes not backslashes. <xsl:value-of select="//anyelement&quot;/> means the value of <anyelement> found anywhere under the...
861 Bertrand Delacretaz
bdelacretaz@... Send Email
Oct 11, 2001
3:28 pm
... And if I'm not mistaken we don't yet know which XSL processor you're using, and in which environment. -- -- Bertrand Delacrétaz, www.codeconsult.ch -- web...
862 Birney, Kenneth
Kenneth.Birney@... Send Email
Oct 11, 2001
3:29 pm
and i got blamed for wasting bandwith....... ;-) ... From: Carlson, Dave [mailto:dave.carlson@...] Sent: 11 October 2001 16:12 To:...
863 Richard Tobin
rtobin@... Send Email
Oct 11, 2001
3:36 pm
I apply the follwing xsl to the xml in I.E 6.0 If I take out <!DOCTYPE course SYSTEM "scormcsf(1.1).dtd"> From the xml it works!!! In my asp page I do the...
864 Sebastian Rahtz
sebastian.rahtz@... Send Email
Oct 11, 2001
3:46 pm
... do none ofthese things return a value to indicate if they succeeded or failed? I don't know much about ASP, but I would have expected a much more defensive...
865 Bertrand Delacretaz
bdelacretaz@... Send Email
Oct 11, 2001
3:52 pm
... .. . . ... Now that we know what environment you're in - sorry I cannot help much, I don't know much about calling IE6 from an ASP page. But I'd gladly...
866 Tony Graham
Tony.Graham@... Send Email
Oct 11, 2001
3:59 pm
... Is the DTD file in the same directory as the XML file? What happens if you supply the absolute path to the DTD in the system identifier? Regards, Tony...
867 Richard Tobin
rtobin@... Send Email
Oct 11, 2001
4:05 pm
I'm now crying Banging my head with a claw hammer Considering jumping to my death from a very low low building Don't answer any more e-mails re:dtd Sorry ken...
868 Carlson, Dave
dave.carlson@... Send Email
Oct 11, 2001
4:07 pm
... I see that now. Thanks for your help. Now to figure out if it's implemented. --Dave...
869 Bertrand Delacretaz
bdelacretaz@... Send Email
Oct 11, 2001
4:11 pm
(by the way: I didn't notice this is the XSL-FO list and the question didn't belong here, but I'm too deep in this now ;-) I got the DTD from Richard in a...
870 Carlson, Dave
dave.carlson@... Send Email
Oct 11, 2001
4:15 pm
... Yes, but then Kenneth will blame you for wasting bandwidth. Cheers Ken. :)...
871 Richard Tobin
rtobin@... Send Email
Oct 11, 2001
4:16 pm
Cheers Bertrand U is a * Sorry It's private didn't want Sebastian to know I'd given in!! Too late for that now though! Bye 4 today spk 2 u all in the future!!!...
872 Taco Hoekwater
taco@... Send Email
Oct 11, 2001
4:35 pm
... I believe this is an error? Your DOCTYPE does not match your root element. -- groeten, Taco...
873 nanina10@... Send Email Oct 11, 2001
10:43 pm
Hi! I have a table whose numbers of COLUMNS may vary. When the number of columns is big, i'd like them to overflow onto the next page. But it doesnt. The...
874 Eric Smith
eric@... Send Email
Oct 12, 2001
12:22 am
... or external-destination="{@url}"> It's called an "attribute value template", designed for just such situations. -- Eric Smith...
875 Birney, Kenneth
Kenneth.Birney@... Send Email
Oct 12, 2001
8:38 am
i wont start any fights 2day, promise!. can any one tell me wy the following code wont print out a line of text in explorer? ill print the dtd, xsl and xml....
876 Birney, Kenneth
Kenneth.Birney@... Send Email
Oct 12, 2001
8:39 am
i wont start any fights 2day, promise!. can any one tell me wy the following code wont print out a line of text in explorer? ill print the dtd, xsl and xml....
877 Birney, Kenneth
Kenneth.Birney@... Send Email
Oct 12, 2001
8:49 am
please folks, i really need sum help! ... From: Birney, Kenneth [mailto:Kenneth.Birney@...] Sent: 12 October 2001 09:40 To: 'XSL-FO@yahoogroups.com'...
878 Taco Hoekwater
taakje Send Email
Oct 12, 2001
8:53 am
Probably unrelated, but 'page' does not have any attributes, the undefined element 'PAGE' does. If you use a DTD, it *is* rather important to have a correct...
879 Birney, Kenneth
Kenneth.Birney@... Send Email
Oct 12, 2001
9:01 am
thanks a lot thats working now. another question for you, how do you use xsml to print out an attribute if an element (to an html document). thanks taco (great...
Messages 850 - 879 of 7448   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help