evidWEB | 
Director web. Lansare pe 3 decembrie!
Abstract. Web archive 2008 » 2007 » Iulie


[x]close


StyleGala a iesit pe piata!

Iulie 10th, 2007

La un pret de doar 30.000 de USD iti poti completa colectia personala de site-uri web cu o baza de date destul de mare ce cuprinde numeroase review-uri si utilizatori inscrisi.

..4200 de utilizatori, 1700 de posturi pe forum.

..plus un design grafic destul de bun.

…pentru mai multe detalii vizitati si urmatoarea adresa:
http://www.sitepoint.com/forums/showthread.php?t=381321

Normal ca mai multe fisiere .css fiindca cu cat ai mai multe cu atat se incarca mai repede .. si in plus este si mai elegant.

..deci cum se procedeaza:

- se deschide fisierul .css default al site-ului respectiv si folosind metoda de import se se imparte in fisiere mai mici, simplu nu :) ?

- metoda este urmatoarea: @import url(default_01.css);

Un exemplu pentru a fi totul clar si simplu:

*In html includem fisierul .css extern

< link rel=“stylesheet” href=“css/default.csstype=“text/css” />

*In fisierul .css vom avea urmatorul cod:

@import url(default_01.css);
@import url(default_02.css);
@import url(default_03.css);
@import url(default_04.css);

Concluzii:

- folosind aceasta metoda de organizare a fisierelor, lucrul cu fisierele si/sau template-urile html va fi mai usor si mai elegant;

- un import mai flexibil si organizat al fisierelor .css externe, care deasemenea pot fi importate chiar si de pe un server pe altul.

XSL Transformations (XSLT)

Iulie 8th, 2007

Table of contents

1 Introduction
2 Stylesheet Structure
2.1 XSLT Namespace
2.2 Stylesheet Element
2.3 Literal Result Element as Stylesheet
2.4 Qualified Names
2.5 Forwards-Compatible Processing
2.6 Combining Stylesheets
2.6.1 Stylesheet Inclusion
2.6.2 Stylesheet Import
2.7 Embedding Stylesheets
3 Data Model
3.1 Root Node Children
3.2 Base URI
3.3 Unparsed Entities
3.4 Whitespace Stripping
4 Expressions
5 Template Rules
5.1 Processing Model
5.2 Patterns
5.3 Defining Template Rules
5.4 Applying Template Rules
5.5 Conflict Resolution for Template Rules
5.6 Overriding Template Rules
5.7 Modes
5.8 Built-in Template Rules
6 Named Templates
7 Creating the Result Tree
7.1 Creating Elements and Attributes
7.1.1 Literal Result Elements
7.1.2 Creating Elements with xsl:element
7.1.3 Creating Attributes with xsl:attribute
7.1.4 Named Attribute Sets
7.2 Creating Text
7.3 Creating Processing Instructions
7.4 Creating Comments
7.5 Copying
7.6 Computing Generated Text
7.6.1 Generating Text with xsl:value-of
7.6.2 Attribute Value Templates
7.7 Numbering
7.7.1 Number to String Conversion Attributes
8 Repetition
9 Conditional Processing
9.1 Conditional Processing with xsl:if
9.2 Conditional Processing with xsl:choose
10 Sorting
11 Variables and Parameters
11.1 Result Tree Fragments
11.2 Values of Variables and Parameters
11.3 Using Values of Variables and Parameters with xsl:copy-of
11.4 Top-level Variables and Parameters
11.5 Variables and Parameters within Templates
11.6 Passing Parameters to Templates
12 Additional Functions
12.1 Multiple Source Documents
12.2 Keys
12.3 Number Formatting
12.4 Miscellaneous Additional Functions
13 Messages
14 Extensions
14.1 Extension Elements
14.2 Extension Functions
15 Fallback
16 Output
16.1 XML Output Method
16.2 HTML Output Method
16.3 Text Output Method
16.4 Disabling Output Escaping
17 Conformance
18 Notation

Appendices

A References
A.1 Normative References
A.2 Other References
B Element Syntax Summary
C DTD Fragment for XSLT Stylesheets (Non-Normative)
D Examples (Non-Normative)
D.1 Document Example
D.2 Data Example
E Acknowledgements (Non-Normative)
F Changes from Proposed Recommendation (Non-Normative)
G Features under Consideration for Future Versions of XSLT (Non-Normative)

XSL is a family of recommendations for defining XML document transformation and presentation. It consists of three parts:
XSL Transformations (XSLT)
a language for transforming XML
the XML Path Language (XPath)
an expression language used by XSLT to access or refer to parts of an XML document. (XPath is also used by the XML Linking specification)
XSL Formatting Objects (XSL-FO)
an XML vocabulary for specifying formatting semantics

An XSLT stylesheet specifies the presentation of a class of XML documents by describing how an instance of the class is transformed into an XML document that uses a formatting vocabulary, such as (X)HTML or XSL-FO. For a more detailed explanation of how XSL works, see the What Is XSL page.

For background information on style sheets, see the Web style sheets resource page. XSL is developed by the W3C XSL Working Group (members only) whose charter is to develop the next version of XSL. XSL is part of W3C’s XML Activity, whose work is described in the XML Activity Statement.

2007-05-12: oXygen 8.2 released

oXygen 8.2 supports editing, running, debugging and profiling for XSLT 1 and 2, and now adds support for included and imported XSLT stylesheet fragments. It also adds new features for working with XML Query.

2007-05-11: xmlroff 0.5.0 released

xmlroff 0.5.0, a C-based open source XSL-FO implementation, was released. The new release is easier to build, having fewer dependencies.

2007-05-08: Altsoft Xml2PDF 2007 released

Altsoft Xml2PDF 2007 (Server .NET API, Workstation and Viewer) is released. Convert XSL-FO (v. 1.1), Word 2003-2007, XHTML and SVG documents to PDF, XPS, PS and TIFF. Free for evaluation purposes and desktop use.

2007-01-25: Altsoft Xml2PDF 2007 beta available

Altsoft Xml2PDF Server 2007 beta is now available. One of the major improvements is XPS, XAML and DocX support.

2007-01-23: XSLT 2.0 is a W3C Recommendation

XSLT 2.0, XPath 2.0, and supporting specifications are now W3C Recommendations.

2006-12-21: XSLfast 3.1 released

XSLfast is a graphical editor with WYSIWYG and drag&drop to create XSL-FO stylesheets easily. It supports several XSL-FO renderers like FOP or XEP.

2006-12-12: XF Rendering Server gets XPS generation capabilities

Ecrion XF Rendering Server has been updated to support Microsoft XML Paper Specification (XPS) alongside Adobe Portable Document Format (PDF).

2006-12-07: Antenna House XSL Formatter V4.1 Released

Antenna House XSL Formatter V4.1 is now available, and implements the new features of the Extensible stylesheet Language (XSL) Version 1.1 W3C Recommendation.

2006-12-05: XSL-FO 1.1 is a W3C Recommendation

Extensible Stylesheet Language (XSL) Version 1.1 is now a W3C Recommendation. Technical work will begin shortly on XSL-FO 2.0.

2006-11-22: XSLT 2.0 and XPath 2.0 are W3C Proposed Recommendations

XSLT 2.0, XPath 2.0and the supporting specifications are now W3C Proposed Recommendations.

…vezi imagine aici.

  AdSmarty Web Director - promovare la superlativ  Search Engine Submission and Optimization  Submit your website to 20 Search Engines - FREE with ineedhits!  Open Directory Project at dmoz.org  director web 
director web  Adauga site in top online  Submit Your Site To The Web's Top 50 Search Engines for Free! 

Free Website Directory
Free Web Directory the best web directory, offering free submission in an human edited catalog.

Get Included in Major Search Engines - Fast!
Overture products are now Yahoo! Search Marketing products.
www.cunoscut.ro Servicii si resurse pentru promovare si optimizare site