XSLT fails to transform DITA into new type
问题 I have an xml as following: <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE concept SYSTEM "aimlDomain.dtd"> <?xml-stylesheet type="text/xsl" href="aimlTest.xsl"?> <concept> <category> <pattern>_ TOPIC ELEMENT ATTRIBUTE</pattern> <template><srai>REQUIRED TOPIC AND MAP ELEMENT ATTRIBUTES</srai> </template> </category> <category> <pattern>TOPIC ELEMENT ATTRIBUTE _</pattern> <template><srai>REQUIRED TOPIC AND MAP ELEMENT ATTRIBUTES</srai> </template> </category> </concept> The element category