PHP DomDocument koşullu yorum değiştirebilir

0 Cevap php

Ben bir koşullu açıklama ile bu html dosyası var.

<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <link rel="stylesheet" type="text/css" href="css/style.css">
        <link rel="stylesheet" type="text/css" href="css/elements.css">
        <title>Page</title>
        <!--[if lte IE 6]>
        <link rel="stylesheet" type="text/css" href="css/ie6.css" />
        <![endif]-->
    </head>
etc...

Ben <link> niteliklerini değiştirmek için DomDocument kitaplığı kullanıyorum. Koşullu açıklamalarda <link> elemanı okumak ve değiştirmek için DomDocument almanın herhangi bir yolu var mı.

0 Cevap