-
Posts
-
-
By TarasBuria · Posted
AMD Releases new GPU driver with Windows Server 2025 support and new Ryzen chips by Taras Buria AMD has released a new Pro Edition driver for customers with Radeon PRO graphics cards and certain AMD Ryzen PRO and Ryzen AI processors. These drivers get fewer updates than your standard Radeon Software drivers for mainstream gaming graphics cards, and their goal is to deliver a more stable experience with a bigger emphasis on performance and security for professional environments and use-case scenarios. AMD Software Pro Edition 25 Q2 is now available for download with the following update highlights: Support for AMD Ryzen AI PRO Series and AMD Ryzen AI Max 300 Series Support for Microsoft Windows Server 2025 And here is the list of known bugs: “Media Offline” error appears after importing certain 8K media files in DaVinci Resolve Terrain mapping images fail to load properly on Tresus MVPPro Issue with shadows when using the Subdivision Surface modifier in Blender EEVEE AMD Software Pro Edition 25 Q2 driver is compatible with 64-bit Windows 10 or 11 and Windows Server 2022 or 2025 systems with the following AMD processors and graphics cards: AMD Ryzen AI Series Radeon Pro Series Lenovo Mobile HP with AMD Ryzen Pro AMD Ryzen AI Pro Series AMD Ryzen AI Max+ 300 Series AMD Radeon PRO W7000 Series AMD Radeon PRO W6000 Series AMD Radeon PRO W5000 Series AMD Radeon PRO WX Series AMD Radeon Vega Frontier Edition Radeon PRO Duo (Polaris AMD Radeon PRO VII P16s Gen1 P16s Gen2 P14s Gen1 P14s Gen2 P14s Gen3 P14s Gen4 P14s Gen5 HP Loke (AMD Ryzen 9 Pro 7940HS) HP LoxW (AMD Ryzen 5 Pro 7640HS) HP Firefly 14 G11 A HP ZBook Power G11 You can download the AMD Software Pro Edition 25 Q2 driver from the official AMD support page. Full release notes are available on the same page as well. -
By NeoV2 · Posted
We want Windows Live Mail Desktop back!!! -
By Somnus · Posted
Because of these forums, I decided to give Linux a try a few years ago. I started with Fedora, bounced around to Ubuntu, Mint, and I've landed on PopOS! and I love it. Other than my son's Macbook and his Chromebook, everything in the house runs PopOS!. When I switched my mother over to it, I showed her where the email icon was, and how to get to her Facebook, and I haven't heard a complaint. Linux is far more usable than it once was. I have a dedicated laptop that I try different distros out on all the time, but mostly I reside in Pop. What I love is if I do run into a problem, there are so many forum resources out there to find answers. Most times the distro itself will have user forums that already have a fix for the issue I'm facing. People ditching Windows 10, should they choose to, should at least try Linux. It might not be for them, but if it is, they enter a completely new world of computing. Waiting in the wings will always be Windows 11 or a Mac should they choose that route. -
By PeterTHX · Posted
The real trick is to make sure the funds go to the right people. Anyone remember the African "famine" of the 1980s/early 1990s? A lot of that was local warlords preventing people from getting food and aid. Thousands of tons of food sat in warehouses and spoiled/got eaten by rodents and untold numbers of innocents perished. Dictatorship and corruption and rot has to be rooted out or else his money is just going to make the wrong people very rich.
-
-
Recent Achievements
-
jrromero17 earned a badge
Week One Done
-
jrromero17 earned a badge
One Month Later
-
johnwin1 earned a badge
Conversation Starter
-
Marwin earned a badge
One Month Later
-
fred8615 earned a badge
One Year In
-
-
Popular Contributors
-
Tell a friend
Question
Twiddle
Hey guys. So I've been taking an XML class but I am having trouble getting this file to validate correctly. Keep getting that it is not well-formed. Not sure where I am going wrong and can't find a solid answer, not to mention the teacher doesn't seem to know much about what she is teaching.
This is the error I get from xmlvalidation.com:
Errors in file photos.dtd:
And when I use Notepad++ XML Tools validation I get:
XML Parsing error at line 31:
Start tag expected, '<' not found
Here is the XML:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!--
New Perspectives on XML
Tutorial 2
Case Problem 1
Catalog of photos from the Our Lady of Bergen Historical Society
Author: <removed>
Date: 1/28/2016
Filename: photos.xml
Supporting file: photos.dtd
-->
<!DOCTYPE catalog SYSTEM "photos.dtd">
<catalog type="photos">
<photo cid="c1748" donatedBy="John Borelli">
<name metadata="tunis cooper property museum">Tunis R. Cooper property</name>
<description>
<![CDATA[
This photo was taken by John Borelli's great-grandfather. It is believed to have been taken around 1830.
David Demarest originally purchased the site of the chair factory in 1663. This site was under the ownership
of the Demarest family until 1758. The property is listed in the National and New Jersey Registers of Historic Places.
]]>
</description>
<date>1830 circa</date>
<images>
<img src="1748a.jpg" />
<img src="1748b.jpg" />
</images>
</photo>
<photo cid="c1749" donatedBy="John Borelli">
<name metadata="tunis cooper property museum">Tunis R. Cooper property</name>
<description>
<![CDATA[
A more recent picture of the property taken by the Borelli family. The property is listed in the
National and New Jersey Registers of Historic Places.
]]>
</description>
<date>1950 circa</date>
<images>
<img src="1749a.jpg" />
</images>
</photo>
<photo cid="c1411" donatedBy="Saint Johns Catholic Church">
<name metadata="saint johns catholic church">Saint Johns Church</name>
<description>
<![CDATA[
A more recent picture of the property taken by the Borelli family. The property is listed in the
National and New Jersey Registers of Historic Places.
]]>
</description>
<date>1921</date>
</photo>
<photo cid="c2003" donatedBy="Linda Choo">
<name metadata="bergenfield elementary school">Bergenfield School</name>
<description>
<![CDATA[
The No. 5 Public School, a.k.a. Bergenfield School
]]>
</description>
<date>1920 circa</date>
<images>
<img src="2003a.jpg" />
<img src="2003b.jpg" />
</images>
</photo>
<photo cid="c2078" donatedBy="Maria Giodelli">
<name metadata="coopers pond water">Coopers Pond</name>
<description>
<![CDATA[
A favorite spot where we used to go hang out as kids. The picture shows my brothers Robert and Michael.
]]>
</description>
<date>May 4, 1941</date>
<images>
<img src="2078a.jpg" />
</images>
</photo>
<photo cid="c2079" donatedBy="Linda Uffington">
<name metadata="watch timekeeping pocket railway">Pocket Watch</name>
<description>
<![CDATA[
A more recent picture of the property taken by the Borelli family. The property is listed in the
National and New Jersey Registers of Historic Places.
]]>
</description>
<date>1870 circa</date>
<images>
<img src="2079a.jpg" />
<img src="2079b.jpg" />
</images>
</photo>
<photo cid="c3233">
<name metadata="hotel">Bergenfield Hotel</name>
<description>
<![CDATA[
The Knollfield Hotel was known as the Bergenfield Hotel. The property is listed in the
National and New Jersey Registers of Historic Places.
]]>
</description>
<date>circa 1920</date>
</photo>
<photo cid="c3433">
<name metadata="sweeney coal fuel">Sweeney Coal</name>
<description>
<![CDATA[
Sweeny Fuel Company located near New Bridge Road and railroad tracks.
]]>
</description>
<date>1920</date>
<images>
<img src="3433a.jpg" />
<img src="3433b.jpg" />
<img src="3433c.jpg" />
</images>
</photo>
</catalog>
And the DTD file:
<!--
New Perspectives on XML
Tutorial 2
Case Problem 1
Catalog of photos from the Our Lady of Bergen Historical Society
Author: <removed>
Date: 1/28/2016
Filename: photos.dtd
Supporting File: photos.xml
-->
<!DOCTYPE catalog [
<!ELEMENT catalog (photo+)>
<!ATTLIST type catalog NMTOKEN #REQUIRED>
<!ELEMENT photo (name, description, date, images?)>
<!ATTLIST cid photo ID #REQUIRED>
<!ATTLIST donatedBy photo CDATA #IMPLIED>
<!ELEMENT name (#PCDATA)>
<!ATTLIST metadata name NMTOKENS #REQUIRED>
<!ELEMENT description (#PCDATA)>
<!ELEMENT date (#PCDATA)>
<!ELEMENT images (img+)>
Edited by Perfect72<!ELEMENT img (EMPTY)>
<!ATTLIST src img CDATA #REQUIRED>
]>
Link to comment
https://www.neowin.net/forum/topic/1287978-issues-validating-xml-with-dtd/Share on other sites
3 answers to this question
Recommended Posts