From 4fdbe08ee46bef5353fe2981e7458d71a43ec9e6 Mon Sep 17 00:00:00 2001 From: Marty Hernandez Avedon Date: Wed, 29 May 2019 11:43:03 -0400 Subject: [PATCH] corrected formatting of xml code samples When viewing the page in Win 10/Edge, the xml code samples stretched across the page, running into the side menu. The lack of line breaks also made it hard to read. This update adds line breaks and syntax highlighting, replaces curly double quotes with standard double quotes, and adds a closing tag for for each code sample --- .../about-the-connection-group-file51.md | 46 ++++++++++++++++++- 1 file changed, 44 insertions(+), 2 deletions(-) diff --git a/mdop/appv-v5/about-the-connection-group-file51.md b/mdop/appv-v5/about-the-connection-group-file51.md index 4d840f5286..57ba10fba6 100644 --- a/mdop/appv-v5/about-the-connection-group-file51.md +++ b/mdop/appv-v5/about-the-connection-group-file51.md @@ -154,13 +154,55 @@ In the <Packages> section of the connection group XML file, you list the m The following example connection group XML file shows examples of the fields in the previous tables and highlights the items that are new starting in App-V 5.0 SP3. -````` `` `` `` ` +```XML + + + + + + + +``` ### App-V 5.0 through App-V 5.0 SP2 example connection group XML file The following example connection group XML file applies to App-V 5.0 through App-V 5.0 SP2. It shows examples of the fields in the previous table, but it excludes the changes described above for App-V 5.0 SP3. -````` `` `` `` ` +```XML + + + + + + + +``` ## Configuring the priority of packages in a connection group