![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
By clicking a link on a website I set a USERINFO cookie and then I redirect to a program which ultimately executes an XSL file which dynamically builds an input form. The input form, while having some non dynamic hidden INPUT tags, has one hidden INPUT tag that is dynamic. In the XSL file I attempt to bring this dynamic hidden INPUT tag in via the following statements: xsl:template match="/" xsl:value-of select="document('http://localhost/getcookie.jsp')"/ /xsl:template Unfortunately, the XSLT processor produces the following errors: snip |
#3
| |||
| |||
|
|
slacker wrote: By clicking a link on a website I set a USERINFO cookie and then I redirect to a program which ultimately executes an XSL file which dynamically builds an input form. The input form, while having some non dynamic hidden INPUT tags, has one hidden INPUT tag that is dynamic. In the XSL file I attempt to bring this dynamic hidden INPUT tag in via the following statements: xsl:template match="/" xsl:value-of select="document('http://localhost/getcookie.jsp')"/ /xsl:template Unfortunately, the XSLT processor produces the following errors: snip That is in a direct connection with CSS stylesheets and page layout? |
#4
| |||
| |||
|
|
As someone once asked me when I gave a similar response: Where do you see "CSS" in the name of the newsgroup? |
|
From the ciwas charter: <q>This unmoderated news group is intended for the discussion of Web style sheets.</q |
|
XSL does, after all, stand for "Extensible *Stylesheet* Language". And, yes, it's very *much* used for page layout, and correctly so in terms of generating the final HTML. |
#5
| ||||
| ||||
|
|
Harlan Messinger wrote: As someone once asked me when I gave a similar response: Where do you see "CSS" in the name of the newsgroup? Group created: 1997 From the ciwas charter: <q>This unmoderated news group is intended for the discussion of Web style sheets.</q You want to tell me that "Web style sheets" above doesn't mean Cascading Style Sheets? |
|
XSL does, after all, stand for "Extensible *Stylesheet* Language". And, yes, it's very *much* used for page layout, and correctly so in terms of generating the final HTML. So you mean that ciwas is ready to deal with XSLT transformers, XPath, namespaces, internal and external DTD's (the real one) and validation schemas? That is a challenging statement |
|
wrong. That would be a great move actually. If you have a consensus with this group cabbal, |
|
then just roll. :-) |
#6
| |||
| |||
|
|
Harlan Messinger wrote: As someone once asked me when I gave a similar response: Where do you see "CSS" in the name of the newsgroup? Group created: 1997 From the ciwas charter: <q>This unmoderated news group is intended for the discussion of Web style sheets.</q |
#7
| |||
| |||
|
|
You might want to read question 2 in the charter http://www.faqs.org/faqs/www/stylesheets/newsgroup-faq/ |
#8
| |||
| |||
|
#9
| |||
| |||
|
|
ciwas charter is here: http://groups.google.com/group/comp....a09874ea4d6fe9 If XML+XSL transformations (XSLT) topics do fit into it (which would be greate) then the problem is solved. |
|
At this time, the most popular stylesheet language is CSS1 (Cascading Style Sheets, level 1), but it is expected that other languages will also be supported in the future. |
|
That is in a direct connection with CSS stylesheets and page layout? |
![]() |
| Thread Tools | |
| Display Modes | |
| |