display block : display « CSS Style « XML

Home
XML
1.CSS Style
2.SVG
3.XML Schema
4.XQuery
5.XSLT stylesheet
XML » CSS Style » display 
display block


File: Data.xml

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="Style.css"?>
<PROJECTDB>
  <PROJECT>
    <PROJECTTITLE>title</PROJECTTITLE>
  </PROJECT>
  <PROJECT>
    <PROJECTTITLE>title 2</PROJECTTITLE>
  </PROJECT>
</PROJECTDB>

File: Style.css

PROJECT, PROJECTTITLE  
   display: block 
}

 
Related examples in the same category
1.display as table tow
2.CSS style for address
3.Hide with display none
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.