XaraX: Infos gesucht

Beitrag lesen

Bitte einfach löschen, ich bin mal so böse und teste, da ich bei den CSS-Klassen immer noch im Dunkeln tappe (ich kann doch kein Perl und nur spuradisch C++). Das Posting dann bitte einfach löschen.

c.pat  css.pat  html.pat  javascript.pat  perl.pat  php.pat  xml.pat

Test:

  
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">  
<html>  
<head>  
<title>Ich arbeite dran</title>  
<style type="text/css">  
html,body {margin:0;padding:0;height:100%;width:100%;overflow:auto}  
.ta1  {height:100%;width:100%}  
.ta2  {margin:auto;height:330px;width:780px}  
.td0  {background:url(0.png) no-repeat top left;width:150px}  
.td1  {text-align:center;color:#c8b59d;background:url(1.png) no-repeat top right;padding-right:150px}  
</style>  
</head>  
<body>  
<table cellpadding="0" cellspacing="0" class="ta1">  
 <tr> <td style="text-align:center">  
 <table cellpadding="0" cellspacing="0" class="ta2">  
  <tr> <td class="td0">&nbsp;</td><td class="td1">Ich arbeite dran</td></tr>  
  
 </table>  
 </td>  
 </tr>  
</table>  
<!-- Commentar -->  
</body>  
</html>  

  
<?php  
$a=0x000;  
$a=0777;  
$a=<<<EDDI huhu >>>;  
function xxx($a){}  
?>  

  
function loadXMLDoc(url)  
 {  
 if(window.XMLHttpRequest)  
  {  
  req = new XMLHttpRequest();  
  req.onreadystatechange=processReqChange;  
  req.open("GET", url, true);  
  req.send(null);  
  }  
 else if(window.ActiveXObject)  
  {  
// commentar  
  req = new ActiveXObject("Microsoft.XMLHTTP");  
  if(req)  
   {  
   req.onreadystatechange=processReqChange;  
   req.open("GET", url, true);  
   req.send();  
   }  
  }  
 }  

  
<?xml version="1.0" encoding="ISO-8859-1"?>  
<?xml-stylesheet type="text/xsl" href="attribute.xsl" ?>  
<test>  
<text ausrichtung="links">  
Das ist linksbündiger Text  
</text>  
<text ausrichtung="zentriert">  
Das ist zentrierter Text  
</text>  
<text ausrichtung="rechts">  
Das ist rechtsbündiger Text  
</text>  
</test>  

  
tt     {color:#006}  
tt span.q    {color:#666;display:block}  
tt code     {color:blue}  
code span.symbol,span.attribute  {color:#090}  
code span.symbol   {font-weight:bold}  
code span.string   {color:red}  
code span.comment   {color:#666;font-style:italic}  
code span.operator,span.name  {color:black}  
code span.keyword   {color:#aa0;font-weight:bold}  
code span.escaped,span.makro,span.tag {color:black;font-weight:bold}  
code span.variable   {color:#33f}  
code span.octnumber,span.hexnumber {color:#099}  
code span.entity   {color:blue}  
code span.value    {color:#a00}  

Gruß aus Berlin!
eddi