I have downloaded SCM the Windows Server 2008 R2 Baseline which includes the package.xml. It has the following XML code snippets:
<SCMPackage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:mssasc-core="http://schemas.microsoft.com/SolutionAccelerator/SecurityCompliance/core"
xmlns:admx="http://schemas.microsoft.com/GroupPolicy/2008/03/PolicyDefinitions"
xsi:schemaLocation="http://schemas.microsoft.com/SolutionAccelerator/SecurityCompliance xtrans20-definitions-schema.xsd"
xmlns="http://schemas.microsoft.com/SolutionAccelerator/SecurityCompliance">
I am trying to parse the package.xml using XSLT. Unfortunately, I got an error due to the missing xsd in
bold.
Where can I get those schemas?
Thanks in advance for your help.