Skip to content

Test XML to MD action#151

Merged
BenjaminMichaelis merged 6 commits intoIntelliTect:TestXMLRearrangefrom
BenjaminMichaelis:BenjaminMichaelis-UpdateXML
Feb 26, 2021
Merged

Test XML to MD action#151
BenjaminMichaelis merged 6 commits intoIntelliTect:TestXMLRearrangefrom
BenjaminMichaelis:BenjaminMichaelis-UpdateXML

Conversation

@BenjaminMichaelis
Copy link
Copy Markdown
Member

No description provided.

For note, used these three powershell commands
- [xml] $Guidelines = Get-Content "RelativePath\CodingGuidelines\docs\Guidelines(8th Edition).xml"
- $Guidelines.SelectNodes("//Guidelines") | %{
>> $ParentNode = $_
>> $_.guideline | Sort-Object section, subsection | %{
>> $ParentNode.AppendChild($_) | out-null }}
- $Guidelines.Save("./SortedGuidelines.xml")
@BenjaminMichaelis BenjaminMichaelis merged commit e0d3d2d into IntelliTect:TestXMLRearrange Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant