xml-formatting

Free XML Formatting tool

Hi, Is there a free XML formatting (indent) tool available where I can past an XML string and have it formatted so I can read the XML document correctly? Thanks Edit ~ I am using XML Notepad on Windows XP. ...

Any online xml formatter or formatter in free text editor?

Any online xml formatters? Ones that properly indent the tags. Or any free Windows text editor which has a built-in xml formatter? ...

Exact placement for XSL-FO

I have an item in an XML-FO page ( running through FOP ) when needs exact placement for an OCR. Whenever the page is edited (or an included page) its very difficult to get the OCR line back into place. Is it possible with FOP to specify exact placement. rather than having the item being pushed around by the previous items on the page? ...

Searching for a XML-FO Processor.

Hi, I been trying to find an Free/Open Source XML-FO processor that i could use in .NET applications but i havent had luck finding one. Do anyone know of one that i could use? Thanks in advance. ...

Is there a text editor that formats XML files nicely?

I know there are many: Notepad2, Notepad++, even UltraEdit... But I'm looking for a special feature. I want the editor to format my XML files for human understanding. When I open an XML file saved by my application all the XML is in one line, making it impossible for easy reading. I know MS Visual Studio does it (Crtl+E, D), anyone else...

Export the Eclipse XML Formatting Rules?

Is there a way to export the settings defined in Window > Preferences Dialog under XML > XML Files > Editor in Eclipse 3.5 Galileo (JEE Package)? And where do Eclipse stores these settings? Now i got an eclipse_xml_format.epf with the following content /instance/org.eclipse.wst.xml.core/lineWidth=120 /instance/org.eclipse.wst.xml.core/...

Is there a stylesheet or Windows commandline tool for controllable XML formatting, specifically putting attributes one-per-line?

Hi - I am searching for an XSLT or command-line tool (or C# code that can be made into a command-line tool, etc) for Windows that will do XML pretty-printing. Specifically, I want one that has the ability to put attributes one-to-a-line, something like: <Node> <ChildNode value1='5' value2='6' value3='happy' /> <...

xml-fo pdf table : 'colspan' when the number of columns is dynamic

I'm generating a table in a pdf document using xml-fo. The number of columns is dynamic. Columns are only displayed when tests are passing. In tests I'm using variables like $var1, $var2, ... that point to xml nodes. I've something like <xsl:element name="fo:table-row"> <xsl:element name="fo:table-cell" use-attribute-sets="table-...

Tools to format XML in Visual Studio 2010

Is there an XML formatter available as an add-in for Visual Studio 2010? I am currently using Notepad++ and using the XML Tools plug-in to get the formatting sorted. Is there an add-in for VS2010, which will do something similar? ...