Is jQ able to access any of xml declarations (these before <! DOCTYPE )? I have document content like:
<?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet href="/public/css/style.css" type="text/css" media="screen, projection"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/ TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> .... and I'd like to get 'media' value from xml-stylesheet prologue. Is this posiible?. If yes - how, if no, why? -- best regards, zieliq